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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 5 07:48:31 EDT 2011


Author: bdaw
Date: 2011-10-05 07:48:31 -0400 (Wed, 05 Oct 2011)
New Revision: 7668

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 release 2.0.4-GA

Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml	2011-10-05 11:42:30 UTC (rev 7667)
+++ components/common/trunk/common/pom.xml	2011-10-05 11:48:31 UTC (rev 7668)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.common</groupId>
 		<artifactId>common-parent</artifactId>
-		<version>2.0.4-Beta04-SNAPSHOT</version>
+		<version>2.0.4-GA</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>common-common</artifactId>

Modified: components/common/trunk/logging/pom.xml
===================================================================
--- components/common/trunk/logging/pom.xml	2011-10-05 11:42:30 UTC (rev 7667)
+++ components/common/trunk/logging/pom.xml	2011-10-05 11:48:31 UTC (rev 7668)
@@ -21,7 +21,7 @@
    <parent>
       <groupId>org.gatein.common</groupId>
       <artifactId>common-parent</artifactId>
-      <version>2.0.4-Beta04-SNAPSHOT</version>
+      <version>2.0.4-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>common-logging</artifactId>

Modified: components/common/trunk/mc/pom.xml
===================================================================
--- components/common/trunk/mc/pom.xml	2011-10-05 11:42:30 UTC (rev 7667)
+++ components/common/trunk/mc/pom.xml	2011-10-05 11:48:31 UTC (rev 7668)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.common</groupId>
 		<artifactId>common-parent</artifactId>
-		<version>2.0.4-Beta04-SNAPSHOT</version>
+		<version>2.0.4-GA</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<artifactId>common-mc</artifactId>

Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml	2011-10-05 11:42:30 UTC (rev 7667)
+++ components/common/trunk/pom.xml	2011-10-05 11:48:31 UTC (rev 7668)
@@ -6,7 +6,7 @@
   
   <groupId>org.gatein.common</groupId>
   <artifactId>common-parent</artifactId>
-  <version>2.0.4-Beta04-SNAPSHOT</version>
+  <version>2.0.4-GA</version>
   <packaging>pom</packaging>
   
   <parent>
@@ -16,9 +16,9 @@
   </parent>
  
   <scm> 
-    <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>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/common/tags/2.0.4-GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/tags/2.0.4-GA</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/common/tags/2.0.4-GA</url>
   </scm>
   
   <!-- Import dependency management configuration -->



More information about the gatein-commits mailing list