[gatein-commits] gatein SVN: r4552 - in components/wsrp/trunk: admin-gui and 9 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 6 16:13:21 EDT 2010


Author: chris.laprun at jboss.com
Date: 2010-10-06 16:13:20 -0400 (Wed, 06 Oct 2010)
New Revision: 4552

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
   components/wsrp/trunk/wsrp2-ws/pom.xml
Log:
[maven-release-plugin] prepare release 2.2.0-Beta01

Modified: components/wsrp/trunk/admin-gui/pom.xml
===================================================================
--- components/wsrp/trunk/admin-gui/pom.xml	2010-10-06 20:06:23 UTC (rev 4551)
+++ components/wsrp/trunk/admin-gui/pom.xml	2010-10-06 20:13:20 UTC (rev 4552)
@@ -21,12 +21,11 @@
   ~ 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">
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.0.0-Beta01-SNAPSHOT</version>
+      <version>2.0.0-Beta01</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-admin-gui</artifactId>

Modified: components/wsrp/trunk/api/pom.xml
===================================================================
--- components/wsrp/trunk/api/pom.xml	2010-10-06 20:06:23 UTC (rev 4551)
+++ components/wsrp/trunk/api/pom.xml	2010-10-06 20:13:20 UTC (rev 4552)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.0.0-Beta01-SNAPSHOT</version>
+      <version>2.0.0-Beta01</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-10-06 20:06:23 UTC (rev 4551)
+++ components/wsrp/trunk/common/pom.xml	2010-10-06 20:13:20 UTC (rev 4552)
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.0.0-Beta01-SNAPSHOT</version>
+      <version>2.0.0-Beta01</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-10-06 20:06:23 UTC (rev 4551)
+++ components/wsrp/trunk/consumer/pom.xml	2010-10-06 20:13:20 UTC (rev 4552)
@@ -21,12 +21,11 @@
   ~ 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">
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.0.0-Beta01-SNAPSHOT</version>
+      <version>2.0.0-Beta01</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-10-06 20:06:23 UTC (rev 4551)
+++ components/wsrp/trunk/hibernate-impl/pom.xml	2010-10-06 20:13:20 UTC (rev 4552)
@@ -28,7 +28,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.0.0-Beta01-SNAPSHOT</version>
+      <version>2.0.0-Beta01</version>
    </parent>
 
    <groupId>org.gatein.wsrp</groupId>

Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml	2010-10-06 20:06:23 UTC (rev 4551)
+++ components/wsrp/trunk/pom.xml	2010-10-06 20:13:20 UTC (rev 4552)
@@ -21,8 +21,7 @@
   ~ 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>
 
@@ -30,7 +29,7 @@
 
    <groupId>org.gatein.wsrp</groupId>
    <artifactId>wsrp-parent</artifactId>
-   <version>2.0.0-Beta01-SNAPSHOT</version>
+   <version>2.0.0-Beta01</version>
 
    <packaging>pom</packaging>
 
@@ -41,13 +40,13 @@
    </parent>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/trunk/</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/trunk/</developerConnection>
-      <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/trunk/</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/tags/2.2.0-Beta01</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/tags/2.2.0-Beta01</developerConnection>
+      <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/tags/2.2.0-Beta01</url>
    </scm>
 
    <properties>
-      <version.gatein.pc>2.2.0-Beta05-SNAPSHOT</version.gatein.pc>
+      <version.gatein.pc>2.2.0-Beta05</version.gatein.pc>
       <version.gatein.common>2.0.3-GA</version.gatein.common>
       <version.gatein.wci>2.0.2-GA</version.gatein.wci>
 

Modified: components/wsrp/trunk/producer/pom.xml
===================================================================
--- components/wsrp/trunk/producer/pom.xml	2010-10-06 20:06:23 UTC (rev 4551)
+++ components/wsrp/trunk/producer/pom.xml	2010-10-06 20:13:20 UTC (rev 4552)
@@ -21,12 +21,11 @@
   ~ 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">
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.0.0-Beta01-SNAPSHOT</version>
+      <version>2.0.0-Beta01</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-10-06 20:06:23 UTC (rev 4551)
+++ components/wsrp/trunk/test/pom.xml	2010-10-06 20:13:20 UTC (rev 4552)
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.0.0-Beta01-SNAPSHOT</version>
+      <version>2.0.0-Beta01</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-10-06 20:06:23 UTC (rev 4551)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml	2010-10-06 20:13:20 UTC (rev 4552)
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.0.0-Beta01-SNAPSHOT</version>
+      <version>2.0.0-Beta01</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
 

Modified: components/wsrp/trunk/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp1-ws/pom.xml	2010-10-06 20:06:23 UTC (rev 4551)
+++ components/wsrp/trunk/wsrp1-ws/pom.xml	2010-10-06 20:13:20 UTC (rev 4552)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.0.0-Beta01-SNAPSHOT</version>
+      <version>2.0.0-Beta01</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-wsrp1-ws</artifactId>

Modified: components/wsrp/trunk/wsrp2-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp2-ws/pom.xml	2010-10-06 20:06:23 UTC (rev 4551)
+++ components/wsrp/trunk/wsrp2-ws/pom.xml	2010-10-06 20:13:20 UTC (rev 4552)
@@ -26,7 +26,7 @@
    <parent>
       <artifactId>wsrp-parent</artifactId>
       <groupId>org.gatein.wsrp</groupId>
-      <version>2.0.0-Beta01-SNAPSHOT</version>
+      <version>2.0.0-Beta01</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-wsrp2-ws</artifactId>



More information about the gatein-commits mailing list