[mod_cluster-commits] mod_cluster SVN: r804 - in tags/1.2.1.Beta2: sar and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Apr 11 07:13:24 EDT 2012


Author: jfrederic.clere at jboss.com
Date: 2012-04-11 07:13:23 -0400 (Wed, 11 Apr 2012)
New Revision: 804

Modified:
   tags/1.2.1.Beta2/docs/pom.xml
   tags/1.2.1.Beta2/sar/pom.xml
   tags/1.2.1.Beta2/test/java/pom.xml
Log:
Adjust wrong version information.


Modified: tags/1.2.1.Beta2/docs/pom.xml
===================================================================
--- tags/1.2.1.Beta2/docs/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
+++ tags/1.2.1.Beta2/docs/pom.xml	2012-04-11 11:13:23 UTC (rev 804)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.mod_cluster</groupId>
     <artifactId>mod_cluster-parent</artifactId>
-    <version>1.2.1.Beta2-SNAPSHOT</version>
+    <version>1.2.1.Beta2</version>
     <relativePath>..</relativePath>
   </parent>
 

Modified: tags/1.2.1.Beta2/sar/pom.xml
===================================================================
--- tags/1.2.1.Beta2/sar/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
+++ tags/1.2.1.Beta2/sar/pom.xml	2012-04-11 11:13:23 UTC (rev 804)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster-parent</artifactId>
-        <version>1.2.1.Beta2-SNAPSHOT</version>
+        <version>1.2.1.Beta2</version>
         <relativePath>..</relativePath>
     </parent>
   

Modified: tags/1.2.1.Beta2/test/java/pom.xml
===================================================================
--- tags/1.2.1.Beta2/test/java/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
+++ tags/1.2.1.Beta2/test/java/pom.xml	2012-04-11 11:13:23 UTC (rev 804)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster-parent</artifactId>
-        <version>1.2.1.Beta2-SNAPSHOT</version>
+        <version>1.2.1.Beta2</version>
         <relativePath>../..</relativePath>
     </parent>
     <artifactId>mod_cluster-tests</artifactId>



More information about the mod_cluster-commits mailing list