[gatein-commits] gatein SVN: r2792 - in components/common/trunk: common and 2 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 26 14:14:38 EDT 2010


Author: thomas.heute at jboss.com
Date: 2010-04-26 14:14:37 -0400 (Mon, 26 Apr 2010)
New Revision: 2792

Modified:
   components/common/trunk/common/pom.xml
   components/common/trunk/logging/pom.xml
   components/common/trunk/mc/pom.xml
   components/common/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml	2010-04-26 18:13:43 UTC (rev 2791)
+++ components/common/trunk/common/pom.xml	2010-04-26 18:14:37 UTC (rev 2792)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.common</groupId>
 		<artifactId>common-parent</artifactId>
-		<version>2.0.1-GA</version>
+		<version>2.0.2-GA-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>common-common</artifactId>
@@ -14,7 +14,7 @@
 		<dependency>
 			<groupId>org.gatein.common</groupId>
 			<artifactId>common-logging</artifactId>
-			<version>2.0.1-GA</version>
+			<version>2.0.2-GA-SNAPSHOT</version>
 		</dependency>
 		
 		<dependency>

Modified: components/common/trunk/logging/pom.xml
===================================================================
--- components/common/trunk/logging/pom.xml	2010-04-26 18:13:43 UTC (rev 2791)
+++ components/common/trunk/logging/pom.xml	2010-04-26 18:14:37 UTC (rev 2792)
@@ -21,7 +21,7 @@
    <parent>
       <groupId>org.gatein.common</groupId>
       <artifactId>common-parent</artifactId>
-      <version>2.0.1-GA</version>
+      <version>2.0.2-GA-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>common-logging</artifactId>

Modified: components/common/trunk/mc/pom.xml
===================================================================
--- components/common/trunk/mc/pom.xml	2010-04-26 18:13:43 UTC (rev 2791)
+++ components/common/trunk/mc/pom.xml	2010-04-26 18:14:37 UTC (rev 2792)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.common</groupId>
 		<artifactId>common-parent</artifactId>
-		<version>2.0.1-GA</version>
+		<version>2.0.2-GA-SNAPSHOT</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>common-mc</artifactId>
@@ -14,7 +14,7 @@
 		<dependency>
 			<groupId>org.gatein.common</groupId>
 			<artifactId>common-logging</artifactId>
-			<version>2.0.1-GA</version>
+			<version>2.0.2-GA-SNAPSHOT</version>
 		</dependency>
 
 		<dependency>

Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml	2010-04-26 18:13:43 UTC (rev 2791)
+++ components/common/trunk/pom.xml	2010-04-26 18:14:37 UTC (rev 2792)
@@ -6,7 +6,7 @@
   
   <groupId>org.gatein.common</groupId>
   <artifactId>common-parent</artifactId>
-  <version>2.0.1-GA</version>
+  <version>2.0.2-GA-SNAPSHOT</version>
   <packaging>pom</packaging>
   
   <parent>
@@ -16,9 +16,9 @@
   </parent>
  
   <scm> 
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/tags/2.0.1-GA</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/tags/2.0.1-GA</developerConnection>
-    <url>http://fisheye.jboss.org/browse/gatein/components/common/tags/2.0.1-GA</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/trunk</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/common/trunk</url>
   </scm>
   
   <!-- Import dependency management configuration -->



More information about the gatein-commits mailing list