Author: chris.laprun(a)jboss.com
Date: 2011-03-18 12:30:59 -0400 (Fri, 18 Mar 2011)
New Revision: 6100
Modified:
components/wsrp/branches/2.0.x/admin-gui/pom.xml
components/wsrp/branches/2.0.x/api/pom.xml
components/wsrp/branches/2.0.x/common/pom.xml
components/wsrp/branches/2.0.x/consumer/pom.xml
components/wsrp/branches/2.0.x/hibernate-impl/pom.xml
components/wsrp/branches/2.0.x/pom.xml
components/wsrp/branches/2.0.x/producer/pom.xml
components/wsrp/branches/2.0.x/test/pom.xml
components/wsrp/branches/2.0.x/wsrp-producer-war/pom.xml
components/wsrp/branches/2.0.x/wsrp1-ws/pom.xml
components/wsrp/branches/2.0.x/wsrp2-ws/pom.xml
Log:
- Updated to version 2.0.1-Beta01-SNAPSHOT to be able to release a beta version.
Modified: components/wsrp/branches/2.0.x/admin-gui/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/admin-gui/pom.xml 2011-03-18 16:26:02 UTC (rev 6099)
+++ components/wsrp/branches/2.0.x/admin-gui/pom.xml 2011-03-18 16:30:59 UTC (rev 6100)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-GA-SNAPSHOT</version>
+ <version>2.0.1-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-admin-gui</artifactId>
Modified: components/wsrp/branches/2.0.x/api/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/api/pom.xml 2011-03-18 16:26:02 UTC (rev 6099)
+++ components/wsrp/branches/2.0.x/api/pom.xml 2011-03-18 16:30:59 UTC (rev 6100)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-GA-SNAPSHOT</version>
+ <version>2.0.1-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-integration-api</artifactId>
Modified: components/wsrp/branches/2.0.x/common/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/common/pom.xml 2011-03-18 16:26:02 UTC (rev 6099)
+++ components/wsrp/branches/2.0.x/common/pom.xml 2011-03-18 16:30:59 UTC (rev 6100)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-GA-SNAPSHOT</version>
+ <version>2.0.1-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-common</artifactId>
Modified: components/wsrp/branches/2.0.x/consumer/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/consumer/pom.xml 2011-03-18 16:26:02 UTC (rev 6099)
+++ components/wsrp/branches/2.0.x/consumer/pom.xml 2011-03-18 16:30:59 UTC (rev 6100)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-GA-SNAPSHOT</version>
+ <version>2.0.1-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-consumer</artifactId>
Modified: components/wsrp/branches/2.0.x/hibernate-impl/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/hibernate-impl/pom.xml 2011-03-18 16:26:02 UTC (rev
6099)
+++ components/wsrp/branches/2.0.x/hibernate-impl/pom.xml 2011-03-18 16:30:59 UTC (rev
6100)
@@ -28,7 +28,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-GA-SNAPSHOT</version>
+ <version>2.0.1-Beta01-SNAPSHOT</version>
</parent>
<groupId>org.gatein.wsrp</groupId>
Modified: components/wsrp/branches/2.0.x/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/pom.xml 2011-03-18 16:26:02 UTC (rev 6099)
+++ components/wsrp/branches/2.0.x/pom.xml 2011-03-18 16:30:59 UTC (rev 6100)
@@ -29,7 +29,7 @@
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-GA-SNAPSHOT</version>
+ <version>2.0.1-Beta01-SNAPSHOT</version>
<packaging>pom</packaging>
Modified: components/wsrp/branches/2.0.x/producer/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/producer/pom.xml 2011-03-18 16:26:02 UTC (rev 6099)
+++ components/wsrp/branches/2.0.x/producer/pom.xml 2011-03-18 16:30:59 UTC (rev 6100)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-GA-SNAPSHOT</version>
+ <version>2.0.1-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-producer-lib</artifactId>
Modified: components/wsrp/branches/2.0.x/test/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/test/pom.xml 2011-03-18 16:26:02 UTC (rev 6099)
+++ components/wsrp/branches/2.0.x/test/pom.xml 2011-03-18 16:30:59 UTC (rev 6100)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-GA-SNAPSHOT</version>
+ <version>2.0.1-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/branches/2.0.x/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/wsrp-producer-war/pom.xml 2011-03-18 16:26:02 UTC (rev
6099)
+++ components/wsrp/branches/2.0.x/wsrp-producer-war/pom.xml 2011-03-18 16:30:59 UTC (rev
6100)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-GA-SNAPSHOT</version>
+ <version>2.0.1-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: components/wsrp/branches/2.0.x/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/wsrp1-ws/pom.xml 2011-03-18 16:26:02 UTC (rev 6099)
+++ components/wsrp/branches/2.0.x/wsrp1-ws/pom.xml 2011-03-18 16:30:59 UTC (rev 6100)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein.wsrp</groupId>
<artifactId>wsrp-parent</artifactId>
- <version>2.0.1-GA-SNAPSHOT</version>
+ <version>2.0.1-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp1-ws</artifactId>
Modified: components/wsrp/branches/2.0.x/wsrp2-ws/pom.xml
===================================================================
--- components/wsrp/branches/2.0.x/wsrp2-ws/pom.xml 2011-03-18 16:26:02 UTC (rev 6099)
+++ components/wsrp/branches/2.0.x/wsrp2-ws/pom.xml 2011-03-18 16:30:59 UTC (rev 6100)
@@ -26,7 +26,7 @@
<parent>
<artifactId>wsrp-parent</artifactId>
<groupId>org.gatein.wsrp</groupId>
- <version>2.0.1-GA-SNAPSHOT</version>
+ <version>2.0.1-Beta01-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>wsrp-wsrp2-ws</artifactId>