Author: thomas.heute(a)jboss.com
Date: 2010-04-29 11:04:33 -0400 (Thu, 29 Apr 2010)
New Revision: 2896
Modified:
components/wsrp/trunk/admin-gui/pom.xml
components/wsrp/trunk/api/pom.xml
components/wsrp/trunk/common/pom.xml
components/wsrp/trunk/consumer/pom.xml
components/wsrp/trunk/hibernate-impl/pom.xml
components/wsrp/trunk/pom.xml
components/wsrp/trunk/producer/pom.xml
components/wsrp/trunk/test/pom.xml
components/wsrp/trunk/wsrp-producer-war/pom.xml
components/wsrp/trunk/wsrp1-ws/pom.xml
Log:
[maven-release-plugin] prepare release 1.1.1-GA
Modified: components/wsrp/trunk/admin-gui/pom.xml
===================================================================
--- components/wsrp/trunk/admin-gui/pom.xml 2010-04-29 14:45:21 UTC (rev 2895)
+++ components/wsrp/trunk/admin-gui/pom.xml 2010-04-29 15:04:33 UTC (rev 2896)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>1.1.1-GA-SNAPSHOT</version>
+ <version>1.1.1-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-admin-gui</artifactId>
@@ -68,12 +68,12 @@
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-api</artifactId>
- <version>2.0.0.CR1</version>
+ <version>2.0.0.FINAL</version>
</dependency>
<dependency>
<groupId>org.jboss.portletbridge</groupId>
<artifactId>portletbridge-impl</artifactId>
- <version>2.0.0.CR1</version>
+ <version>2.0.0.FINAL</version>
</dependency>
<dependency>
<groupId>com.sun.facelets</groupId>
@@ -97,4 +97,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: components/wsrp/trunk/api/pom.xml
===================================================================
--- components/wsrp/trunk/api/pom.xml 2010-04-29 14:45:21 UTC (rev 2895)
+++ components/wsrp/trunk/api/pom.xml 2010-04-29 15:04:33 UTC (rev 2896)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>1.1.1-GA-SNAPSHOT</version>
+ <version>1.1.1-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-integration-api</artifactId>
Modified: components/wsrp/trunk/common/pom.xml
===================================================================
--- components/wsrp/trunk/common/pom.xml 2010-04-29 14:45:21 UTC (rev 2895)
+++ components/wsrp/trunk/common/pom.xml 2010-04-29 15:04:33 UTC (rev 2896)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>1.1.1-GA-SNAPSHOT</version>
+ <version>1.1.1-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-common</artifactId>
Modified: components/wsrp/trunk/consumer/pom.xml
===================================================================
--- components/wsrp/trunk/consumer/pom.xml 2010-04-29 14:45:21 UTC (rev 2895)
+++ components/wsrp/trunk/consumer/pom.xml 2010-04-29 15:04:33 UTC (rev 2896)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>1.1.1-GA-SNAPSHOT</version>
+ <version>1.1.1-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-consumer</artifactId>
Modified: components/wsrp/trunk/hibernate-impl/pom.xml
===================================================================
--- components/wsrp/trunk/hibernate-impl/pom.xml 2010-04-29 14:45:21 UTC (rev 2895)
+++ components/wsrp/trunk/hibernate-impl/pom.xml 2010-04-29 15:04:33 UTC (rev 2896)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>1.1.1-GA-SNAPSHOT</version>
+ <version>1.1.1-GA</version>
</parent>
<groupId>org.gatein.wsrp</groupId>
Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml 2010-04-29 14:45:21 UTC (rev 2895)
+++ components/wsrp/trunk/pom.xml 2010-04-29 15:04:33 UTC (rev 2896)
@@ -29,7 +29,7 @@
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>1.1.1-GA-SNAPSHOT</version>
+ <version>1.1.1-GA</version>
<packaging>pom</packaging>
@@ -40,9 +40,9 @@
</parent>
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/ws...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/compone...
-
<
url>http://fisheye.jboss.org/browse/gatein/components/wsrp/trunk/</...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/ws...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/compone...
+
<
url>http://fisheye.jboss.org/browse/gatein/components/wsrp/tags/1.1.1-...
</scm>
<properties>
Modified: components/wsrp/trunk/producer/pom.xml
===================================================================
--- components/wsrp/trunk/producer/pom.xml 2010-04-29 14:45:21 UTC (rev 2895)
+++ components/wsrp/trunk/producer/pom.xml 2010-04-29 15:04:33 UTC (rev 2896)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>1.1.1-GA-SNAPSHOT</version>
+ <version>1.1.1-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-lib</artifactId>
Modified: components/wsrp/trunk/test/pom.xml
===================================================================
--- components/wsrp/trunk/test/pom.xml 2010-04-29 14:45:21 UTC (rev 2895)
+++ components/wsrp/trunk/test/pom.xml 2010-04-29 15:04:33 UTC (rev 2896)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>1.1.1-GA-SNAPSHOT</version>
+ <version>1.1.1-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp-producer-war/pom.xml 2010-04-29 14:45:21 UTC (rev 2895)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml 2010-04-29 15:04:33 UTC (rev 2896)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>1.1.1-GA-SNAPSHOT</version>
+ <version>1.1.1-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/trunk/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp1-ws/pom.xml 2010-04-29 14:45:21 UTC (rev 2895)
+++ components/wsrp/trunk/wsrp1-ws/pom.xml 2010-04-29 15:04:33 UTC (rev 2896)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>1.1.1-GA-SNAPSHOT</version>
+ <version>1.1.1-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp1-ws</artifactId>