You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2008/11/22 01:06:32 UTC

svn commit: r719755 - /commons/proper/scxml/trunk/pom.xml

Author: rahul
Date: Fri Nov 21 16:06:32 2008
New Revision: 719755

URL: http://svn.apache.org/viewvc?rev=719755&view=rev
Log:
Adding clirr report and updating properties as part of RC prep.

Modified:
    commons/proper/scxml/trunk/pom.xml

Modified: commons/proper/scxml/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=719755&r1=719754&r2=719755&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Fri Nov 21 16:06:32 2008
@@ -199,8 +199,8 @@
     <maven.compile.source>1.4</maven.compile.source>
     <maven.compile.target>1.4</maven.compile.target>
     <commons.componentid>scxml</commons.componentid>
-    <commons.release.version>0.8</commons.release.version>
-    <commons.rc.version>RC2</commons.rc.version>
+    <commons.release.version>0.9</commons.release.version>
+    <commons.rc.version>RC1</commons.rc.version>
     <commons.jira.id>SCXML</commons.jira.id>
     <commons.jira.pid>12310492</commons.jira.pid>
   </properties> 
@@ -279,6 +279,14 @@
           <headerFile>${basedir}/scxml-asl-header.txt</headerFile>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>clirr-maven-plugin</artifactId>
+        <version>2.2.1</version>
+        <configuration>
+          <comparisonVersion>0.8</comparisonVersion>
+        </configuration>
+      </plugin>
     </plugins>
   </reporting>