Author: chris.laprun(a)jboss.com
Date: 2011-10-05 18:54:48 -0400 (Wed, 05 Oct 2011)
New Revision: 7676
Modified:
components/wsrp/trunk/pom.xml
Log:
- Updated to use gatein-parent 1.1.0-GA, wci 2.1.0-Beta06 and common 2.0.4-GA
Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml 2011-10-05 21:37:55 UTC (rev 7675)
+++ components/wsrp/trunk/pom.xml 2011-10-05 22:54:48 UTC (rev 7676)
@@ -21,7 +21,8 @@
~ 02110-1301 USA, or see the FSF site:
http://www.fsf.org.
-->
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
@@ -36,7 +37,7 @@
<parent>
<groupId>org.gatein</groupId>
<artifactId>gatein-parent</artifactId>
- <version>1.1.0-Beta02</version>
+ <version>1.1.0-GA</version>
</parent>
<scm>
@@ -47,8 +48,8 @@
<properties>
<org.gatein.pc.version>2.3.0-Beta06</org.gatein.pc.version>
- <org.gatein.common.version>2.0.4-Beta03</org.gatein.common.version>
- <org.gatein.wci.version>2.1.0-Beta01</org.gatein.wci.version>
+ <org.gatein.common.version>2.0.4-GA</org.gatein.common.version>
+ <org.gatein.wci.version>2.1.0-Beta06</org.gatein.wci.version>
<jsf.version>1.2_12</jsf.version>
<javax.xml.ws.version>2.1</javax.xml.ws.version>