[gatein-commits] gatein SVN: r2111 - components/wsrp/trunk.

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


Author: chris.laprun at jboss.com
Date: 2010-03-10 10:06:56 -0500 (Wed, 10 Mar 2010)
New Revision: 2111

Modified:
   components/wsrp/trunk/pom.xml
Log:
- Updated to use common 2.0.0-GA and 1.0.0-GA versions of gatein-parent and gatein-dep.

Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml	2010-03-10 15:04:03 UTC (rev 2110)
+++ components/wsrp/trunk/pom.xml	2010-03-10 15:06:56 UTC (rev 2111)
@@ -37,7 +37,7 @@
    <parent>
       <groupId>org.gatein</groupId>
       <artifactId>gatein-parent</artifactId>
-      <version>1.0.0-Beta04</version>
+      <version>1.0.0-GA</version>
    </parent>
 
    <scm>
@@ -48,7 +48,7 @@
 
    <properties>
       <version.gatein.pc>2.1.0-CR06-SNAPSHOT</version.gatein.pc>
-      <version.gatein.common>2.0.0-CR04-SNAPSHOT</version.gatein.common>
+      <version.gatein.common>2.0.0-GA</version.gatein.common>
       <version.gatein.wci>2.0.0-CR02</version.gatein.wci>
 
       <version.jsf>1.2_12</version.jsf>
@@ -64,7 +64,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>
@@ -163,7 +163,6 @@
       <module>test</module>
       <module>producer</module>
       <module>consumer</module>
-      <!--<module>consumer-proxy</module>-->
       <module>admin-gui</module>
       <module>wsrp-producer-war</module>
       <module>hibernate-impl</module>



More information about the gatein-commits mailing list