[gatein-commits] gatein SVN: r2120 - in components/pc/trunk: distrib and 1 other directory.
do-not-reply at jboss.org
do-not-reply at jboss.org
Wed Mar 10 14:07:56 EST 2010
Author: thomas.heute at jboss.com
Date: 2010-03-10 14:07:55 -0500 (Wed, 10 Mar 2010)
New Revision: 2120
Modified:
components/pc/trunk/distrib/distrib.xml
components/pc/trunk/pom.xml
Log:
Preparing for GA
Updated dependencies
Modified: components/pc/trunk/distrib/distrib.xml
===================================================================
--- components/pc/trunk/distrib/distrib.xml 2010-03-10 19:07:25 UTC (rev 2119)
+++ components/pc/trunk/distrib/distrib.xml 2010-03-10 19:07:55 UTC (rev 2120)
@@ -2,9 +2,9 @@
<property name="source.dir" value="../"/>
<property name="src.docs.dir" value="${source.dir}/docs"/>
- <property name="pc.release.version" value="2.1.0-CR03-SNAPSHOT"/>
- <property name="demo.release.version" value="2.1.0-CR03-SNAPSHOT"/>
- <property name="maven.version" value="2.1.0-CR03-SNAPSHOT"/>
+ <property name="pc.release.version" value="2.1.0-GA"/>
+ <property name="demo.release.version" value="2.1.0-GA"/>
+ <property name="maven.version" value="2.1.0-GA"/>
<!-- -->
<property name="pc.release.name" value="gatein-portletcontainer-${pc.release.version}"/>
Modified: components/pc/trunk/pom.xml
===================================================================
--- components/pc/trunk/pom.xml 2010-03-10 19:07:25 UTC (rev 2119)
+++ components/pc/trunk/pom.xml 2010-03-10 19:07:55 UTC (rev 2120)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.gatein</groupId>
<artifactId>gatein-parent</artifactId>
- <version>1.0.0-Beta04</version>
+ <version>1.0.0-GA</version>
</parent>
<scm>
@@ -22,8 +22,8 @@
</scm>
<properties>
- <version.gatein.common>2.0.0-CR02</version.gatein.common>
- <version.gatein.wci>2.0.0-CR01</version.gatein.wci>
+ <version.gatein.common>2.0.0-GA</version.gatein.common>
+ <version.gatein.wci>2.0.0-GA</version.gatein.wci>
<version.apache.portals.bridges>1.0.4</version.apache.portals.bridges>
<version.apache.taglibs>1.1.2</version.apache.taglibs>
<version.apache.log4j>1.2.14</version.apache.log4j>
@@ -41,7 +41,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