[gatein-commits] gatein SVN: r8633 - in components/wsrp/branches/2.1.x: admin-gui and 14 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 23 06:10:36 EDT 2012


Author: chris.laprun at jboss.com
Date: 2012-03-23 06:10:35 -0400 (Fri, 23 Mar 2012)
New Revision: 8633

Modified:
   components/wsrp/branches/2.1.x/admin-gui/pom.xml
   components/wsrp/branches/2.1.x/api/pom.xml
   components/wsrp/branches/2.1.x/common/pom.xml
   components/wsrp/branches/2.1.x/consumer/pom.xml
   components/wsrp/branches/2.1.x/hibernate-impl/pom.xml
   components/wsrp/branches/2.1.x/jcr-impl/pom.xml
   components/wsrp/branches/2.1.x/pom.xml
   components/wsrp/branches/2.1.x/producer/pom.xml
   components/wsrp/branches/2.1.x/test/pom.xml
   components/wsrp/branches/2.1.x/ws-security/jboss5/pom.xml
   components/wsrp/branches/2.1.x/ws-security/pom.xml
   components/wsrp/branches/2.1.x/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
   components/wsrp/branches/2.1.x/ws-security/wss/pom.xml
   components/wsrp/branches/2.1.x/wsrp-producer-war/pom.xml
   components/wsrp/branches/2.1.x/wsrp1-ws/pom.xml
   components/wsrp/branches/2.1.x/wsrp2-ws/pom.xml
Log:
[maven-release-plugin] prepare release 2.1.2-GA

Modified: components/wsrp/branches/2.1.x/admin-gui/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/admin-gui/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/admin-gui/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-admin-gui</artifactId>

Modified: components/wsrp/branches/2.1.x/api/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/api/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/api/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-integration-api</artifactId>

Modified: components/wsrp/branches/2.1.x/common/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/common/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/common/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-common</artifactId>

Modified: components/wsrp/branches/2.1.x/consumer/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/consumer/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/consumer/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-consumer</artifactId>

Modified: components/wsrp/branches/2.1.x/hibernate-impl/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/hibernate-impl/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/hibernate-impl/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -28,7 +28,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
 
    <groupId>org.gatein.wsrp</groupId>

Modified: components/wsrp/branches/2.1.x/jcr-impl/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/jcr-impl/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/jcr-impl/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -26,7 +26,7 @@
    <parent>
       <artifactId>wsrp-parent</artifactId>
       <groupId>org.gatein.wsrp</groupId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
 

Modified: components/wsrp/branches/2.1.x/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -36,7 +36,7 @@
 
    <groupId>org.gatein.wsrp</groupId>
    <artifactId>wsrp-parent</artifactId>
-   <version>2.1.2-GA-SNAPSHOT</version>
+   <version>2.1.2-GA</version>
 
    <packaging>pom</packaging>
 
@@ -47,9 +47,9 @@
    </parent>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/branches/2.1.x/</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/branches/2.1.x/</developerConnection>
-      <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/branches/2.1.x/</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/gatein/components/wsrp/tags/2.1.2-GA</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/gatein/components/wsrp/tags/2.1.2-GA</developerConnection>
+      <url>http://fisheye.jboss.org/browse/gatein/components/wsrp/tags/2.1.2-GA</url>
    </scm>
 
    <properties>

Modified: components/wsrp/branches/2.1.x/producer/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/producer/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/producer/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-producer-lib</artifactId>

Modified: components/wsrp/branches/2.1.x/test/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/test/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/test/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: components/wsrp/branches/2.1.x/ws-security/jboss5/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/ws-security/jboss5/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/ws-security/jboss5/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-wss-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-wss-jboss5</artifactId>

Modified: components/wsrp/branches/2.1.x/ws-security/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/ws-security/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/ws-security/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -27,7 +27,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
 
    <artifactId>wsrp-wss-parent</artifactId>

Modified: components/wsrp/branches/2.1.x/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/ws-security/wsrp-producer-jb5wss-producer-war/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-wss-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-producer-jb5wss</artifactId>

Modified: components/wsrp/branches/2.1.x/ws-security/wss/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/ws-security/wss/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/ws-security/wss/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-wss-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-wss</artifactId>

Modified: components/wsrp/branches/2.1.x/wsrp-producer-war/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/wsrp-producer-war/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/wsrp-producer-war/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -26,7 +26,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
 

Modified: components/wsrp/branches/2.1.x/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/wsrp1-ws/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/wsrp1-ws/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-wsrp1-ws</artifactId>

Modified: components/wsrp/branches/2.1.x/wsrp2-ws/pom.xml
===================================================================
--- components/wsrp/branches/2.1.x/wsrp2-ws/pom.xml	2012-03-22 15:21:14 UTC (rev 8632)
+++ components/wsrp/branches/2.1.x/wsrp2-ws/pom.xml	2012-03-23 10:10:35 UTC (rev 8633)
@@ -26,7 +26,7 @@
    <parent>
       <artifactId>wsrp-parent</artifactId>
       <groupId>org.gatein.wsrp</groupId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-GA</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-wsrp2-ws</artifactId>



More information about the gatein-commits mailing list