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

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Mar 10 06:43:32 EST 2010


Author: thomas.heute at jboss.com
Date: 2010-03-10 06:43:32 -0500 (Wed, 10 Mar 2010)
New Revision: 2094

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.0-GA

Modified: components/common/trunk/common/pom.xml
===================================================================
--- components/common/trunk/common/pom.xml	2010-03-10 10:42:12 UTC (rev 2093)
+++ components/common/trunk/common/pom.xml	2010-03-10 11:43:32 UTC (rev 2094)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.common</groupId>
 		<artifactId>common-parent</artifactId>
-		<version>2.0.0-CR04-SNAPSHOT</version>
+		<version>2.0.0-GA</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.0-CR04-SNAPSHOT</version>
+			<version>2.0.0-GA</version>
 		</dependency>
 		
 		<dependency>

Modified: components/common/trunk/logging/pom.xml
===================================================================
--- components/common/trunk/logging/pom.xml	2010-03-10 10:42:12 UTC (rev 2093)
+++ components/common/trunk/logging/pom.xml	2010-03-10 11:43:32 UTC (rev 2094)
@@ -21,7 +21,7 @@
    <parent>
       <groupId>org.gatein.common</groupId>
       <artifactId>common-parent</artifactId>
-      <version>2.0.0-CR04-SNAPSHOT</version>
+      <version>2.0.0-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	2010-03-10 10:42:12 UTC (rev 2093)
+++ components/common/trunk/mc/pom.xml	2010-03-10 11:43:32 UTC (rev 2094)
@@ -2,7 +2,7 @@
 	<parent>
 		<groupId>org.gatein.common</groupId>
 		<artifactId>common-parent</artifactId>
-		<version>2.0.0-CR04-SNAPSHOT</version>
+		<version>2.0.0-GA</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.0-CR04-SNAPSHOT</version>
+			<version>2.0.0-GA</version>
 		</dependency>
 
 		<dependency>

Modified: components/common/trunk/pom.xml
===================================================================
--- components/common/trunk/pom.xml	2010-03-10 10:42:12 UTC (rev 2093)
+++ components/common/trunk/pom.xml	2010-03-10 11:43:32 UTC (rev 2094)
@@ -6,19 +6,19 @@
   
   <groupId>org.gatein.common</groupId>
   <artifactId>common-parent</artifactId>
-  <version>2.0.0-CR04-SNAPSHOT</version>
+  <version>2.0.0-GA</version>
   <packaging>pom</packaging>
   
   <parent>
     <groupId>org.gatein</groupId>
     <artifactId>gatein-parent</artifactId>
-    <version>1.0.0-Beta04</version>
+    <version>1.0.0-GA</version>
   </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.0-GA</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/common/tags/2.0.0-GA</developerConnection>
+    <url>http://fisheye.jboss.org/browse/gatein/components/common/tags/2.0.0-GA</url>
   </scm>
   
   <!-- Import dependency management configuration -->
@@ -27,7 +27,7 @@
       <dependency>
         <groupId>org.gatein</groupId>
         <artifactId>gatein-dep</artifactId>
-        <version>1.0.0-Beta03</version>
+        <version>1.0.0-GA</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>



More information about the gatein-commits mailing list