[mod_cluster-commits] mod_cluster SVN: r803 - in trunk: container and 11 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Apr 10 11:31:28 EDT 2012


Author: jfrederic.clere at jboss.com
Date: 2012-04-10 11:31:26 -0400 (Tue, 10 Apr 2012)
New Revision: 803

Modified:
   trunk/container-spi/pom.xml
   trunk/container/catalina-standalone/pom.xml
   trunk/container/catalina/pom.xml
   trunk/container/jbossweb/pom.xml
   trunk/container/pom.xml
   trunk/container/tomcat6/pom.xml
   trunk/container/tomcat7/pom.xml
   trunk/core/pom.xml
   trunk/demo/client/pom.xml
   trunk/demo/pom.xml
   trunk/demo/server/pom.xml
   trunk/ha/pom.xml
   trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: trunk/container/catalina/pom.xml
===================================================================
--- trunk/container/catalina/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/container/catalina/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster-container</artifactId>
-        <version>1.2.1.Beta2</version>
+        <version>1.2.1.Beta3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>mod_cluster-container-catalina</artifactId>

Modified: trunk/container/catalina-standalone/pom.xml
===================================================================
--- trunk/container/catalina-standalone/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/container/catalina-standalone/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster-container</artifactId>
-        <version>1.2.1.Beta2</version>
+        <version>1.2.1.Beta3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>mod_cluster-container-catalina-standalone</artifactId>

Modified: trunk/container/jbossweb/pom.xml
===================================================================
--- trunk/container/jbossweb/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/container/jbossweb/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster-container</artifactId>
-        <version>1.2.1.Beta2</version>
+        <version>1.2.1.Beta3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>mod_cluster-container-jbossweb</artifactId>

Modified: trunk/container/pom.xml
===================================================================
--- trunk/container/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/container/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>mod_cluster-parent</artifactId>
         <groupId>org.jboss.mod_cluster</groupId>
-        <version>1.2.1.Beta2</version>
+        <version>1.2.1.Beta3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>mod_cluster-container</artifactId>

Modified: trunk/container/tomcat6/pom.xml
===================================================================
--- trunk/container/tomcat6/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/container/tomcat6/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster-container</artifactId>
-        <version>1.2.1.Beta2</version>
+        <version>1.2.1.Beta3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>mod_cluster-container-tomcat6</artifactId>

Modified: trunk/container/tomcat7/pom.xml
===================================================================
--- trunk/container/tomcat7/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/container/tomcat7/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster-container</artifactId>
-        <version>1.2.1.Beta2</version>
+        <version>1.2.1.Beta3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>mod_cluster-container-tomcat7</artifactId>

Modified: trunk/container-spi/pom.xml
===================================================================
--- trunk/container-spi/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/container-spi/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>mod_cluster-parent</artifactId>
         <groupId>org.jboss.mod_cluster</groupId>
-        <version>1.2.1.Beta2</version>
+        <version>1.2.1.Beta3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>mod_cluster-container-spi</artifactId>

Modified: trunk/core/pom.xml
===================================================================
--- trunk/core/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/core/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster-parent</artifactId>
-        <version>1.2.1.Beta2</version>
+        <version>1.2.1.Beta3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>mod_cluster-core</artifactId>

Modified: trunk/demo/client/pom.xml
===================================================================
--- trunk/demo/client/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/demo/client/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster-demo</artifactId>
-        <version>1.2.1.Beta2</version>
+        <version>1.2.1.Beta3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>mod_cluster-demo-client</artifactId>

Modified: trunk/demo/pom.xml
===================================================================
--- trunk/demo/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/demo/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster-parent</artifactId>
-        <version>1.2.1.Beta2</version>
+        <version>1.2.1.Beta3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>mod_cluster-demo</artifactId>

Modified: trunk/demo/server/pom.xml
===================================================================
--- trunk/demo/server/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/demo/server/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -4,7 +4,7 @@
     <parent>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster-demo</artifactId>
-        <version>1.2.1.Beta2</version>
+        <version>1.2.1.Beta3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>mod_cluster-demo-server</artifactId>

Modified: trunk/ha/pom.xml
===================================================================
--- trunk/ha/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/ha/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.jboss.mod_cluster</groupId>
         <artifactId>mod_cluster-parent</artifactId>
-        <version>1.2.1.Beta2</version>
+        <version>1.2.1.Beta3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <artifactId>mod_cluster-ha</artifactId>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2012-04-10 15:31:05 UTC (rev 802)
+++ trunk/pom.xml	2012-04-10 15:31:26 UTC (rev 803)
@@ -9,7 +9,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.jboss.mod_cluster</groupId>
     <artifactId>mod_cluster-parent</artifactId>
-    <version>1.2.1.Beta2</version>
+    <version>1.2.1.Beta3-SNAPSHOT</version>
     <packaging>pom</packaging>
   
     <name>mod_cluster</name>
@@ -17,9 +17,9 @@
     <url>http://jboss.org/mod_cluster</url>
   
     <scm>
-        <connection>scm:svn:http://anonsvn.jboss.org/repos/mod_cluster/tags/1.2.1.Beta2</connection>
-        <developerConnection>scm:svn:https://svn.jboss.org/repos/mod_cluster/tags/1.2.1.Beta2</developerConnection>
-        <url>http://fisheye.jboss.org/browse/mod_cluster/tags/1.2.1.Beta2</url>
+        <connection>scm:svn:http://anonsvn.jboss.org/repos/mod_cluster/trunk</connection>
+        <developerConnection>scm:svn:https://svn.jboss.org/repos/mod_cluster/trunk</developerConnection>
+        <url>http://fisheye.jboss.org/browse/mod_cluster/trunk</url>
     </scm>
 
     <repositories>



More information about the mod_cluster-commits mailing list