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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 26 08:07:54 EST 2010


Author: chris.laprun at jboss.com
Date: 2010-11-26 08:07:53 -0500 (Fri, 26 Nov 2010)
New Revision: 5293

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:
- Changed version to 2.0.0-CR03-SNAPSHOT.

Modified: components/wsrp/trunk/admin-gui/pom.xml
===================================================================
--- components/wsrp/trunk/admin-gui/pom.xml	2010-11-26 12:59:51 UTC (rev 5292)
+++ components/wsrp/trunk/admin-gui/pom.xml	2010-11-26 13:07:53 UTC (rev 5293)
@@ -21,11 +21,12 @@
   ~ 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-GA-SNAPSHOT</version>
+      <version>2.0.0-CR03-SNAPSHOT</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-11-26 12:59:51 UTC (rev 5292)
+++ components/wsrp/trunk/api/pom.xml	2010-11-26 13:07:53 UTC (rev 5293)
@@ -21,11 +21,12 @@
   ~ 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-GA-SNAPSHOT</version>
+      <version>2.0.0-CR03-SNAPSHOT</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-11-26 12:59:51 UTC (rev 5292)
+++ components/wsrp/trunk/common/pom.xml	2010-11-26 13:07:53 UTC (rev 5293)
@@ -20,11 +20,13 @@
   ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   ~ 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-GA-SNAPSHOT</version>
+      <version>2.0.0-CR03-SNAPSHOT</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-11-26 12:59:51 UTC (rev 5292)
+++ components/wsrp/trunk/consumer/pom.xml	2010-11-26 13:07:53 UTC (rev 5293)
@@ -21,11 +21,12 @@
   ~ 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-GA-SNAPSHOT</version>
+      <version>2.0.0-CR03-SNAPSHOT</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-11-26 12:59:51 UTC (rev 5292)
+++ components/wsrp/trunk/hibernate-impl/pom.xml	2010-11-26 13:07:53 UTC (rev 5293)
@@ -1,34 +1,35 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
   ~ JBoss, a division of Red Hat
-  ~ Copyright 2010, Red Hat Middleware, LLC, and individual                    
-  ~ contributors as indicated by the @authors tag. See the                     
-  ~ copyright.txt in the distribution for a full listing of                    
-  ~ individual contributors.                                                   
-  ~                                                                            
-  ~ This is free software; you can redistribute it and/or modify it            
-  ~ under the terms of the GNU Lesser General Public License as                
-  ~ published by the Free Software Foundation; either version 2.1 of           
-  ~ the License, or (at your option) any later version.                        
-  ~                                                                            
-  ~ This software is distributed in the hope that it will be useful,           
-  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of             
-  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU           
-  ~ Lesser General Public License for more details.                            
-  ~                                                                            
-  ~ You should have received a copy of the GNU Lesser General Public           
-  ~ License along with this software; if not, write to the Free                
-  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA         
+  ~ Copyright 2010, Red Hat Middleware, LLC, and individual
+  ~ contributors as indicated by the @authors tag. See the
+  ~ copyright.txt in the distribution for a full listing of
+  ~ individual contributors.
+  ~
+  ~ This is free software; you can redistribute it and/or modify it
+  ~ under the terms of the GNU Lesser General Public License as
+  ~ published by the Free Software Foundation; either version 2.1 of
+  ~ the License, or (at your option) any later version.
+  ~
+  ~ This software is distributed in the hope that it will be useful,
+  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
+  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+  ~ Lesser General Public License for more details.
+  ~
+  ~ You should have received a copy of the GNU Lesser General Public
+  ~ License along with this software; if not, write to the Free
+  ~ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
   ~ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.0.0-GA-SNAPSHOT</version>
+      <version>2.0.0-CR03-SNAPSHOT</version>
    </parent>
 
    <groupId>org.gatein.wsrp</groupId>

Modified: components/wsrp/trunk/pom.xml
===================================================================
--- components/wsrp/trunk/pom.xml	2010-11-26 12:59:51 UTC (rev 5292)
+++ components/wsrp/trunk/pom.xml	2010-11-26 13:07:53 UTC (rev 5293)
@@ -30,7 +30,7 @@
 
    <groupId>org.gatein.wsrp</groupId>
    <artifactId>wsrp-parent</artifactId>
-   <version>2.0.0-GA-SNAPSHOT</version>
+   <version>2.0.0-CR03-SNAPSHOT</version>
 
    <packaging>pom</packaging>
 

Modified: components/wsrp/trunk/producer/pom.xml
===================================================================
--- components/wsrp/trunk/producer/pom.xml	2010-11-26 12:59:51 UTC (rev 5292)
+++ components/wsrp/trunk/producer/pom.xml	2010-11-26 13:07:53 UTC (rev 5293)
@@ -21,11 +21,12 @@
   ~ 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-GA-SNAPSHOT</version>
+      <version>2.0.0-CR03-SNAPSHOT</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-11-26 12:59:51 UTC (rev 5292)
+++ components/wsrp/trunk/test/pom.xml	2010-11-26 13:07:53 UTC (rev 5293)
@@ -22,11 +22,12 @@
   ~ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.0.0-GA-SNAPSHOT</version>
+      <version>2.0.0-CR03-SNAPSHOT</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-11-26 12:59:51 UTC (rev 5292)
+++ components/wsrp/trunk/wsrp-producer-war/pom.xml	2010-11-26 13:07:53 UTC (rev 5293)
@@ -22,11 +22,12 @@
   ~ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
    <parent>
       <groupId>org.gatein.wsrp</groupId>
       <artifactId>wsrp-parent</artifactId>
-      <version>2.0.0-GA-SNAPSHOT</version>
+      <version>2.0.0-CR03-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
 

Modified: components/wsrp/trunk/wsrp1-ws/pom.xml
===================================================================
--- components/wsrp/trunk/wsrp1-ws/pom.xml	2010-11-26 12:59:51 UTC (rev 5292)
+++ components/wsrp/trunk/wsrp1-ws/pom.xml	2010-11-26 13:07:53 UTC (rev 5293)
@@ -21,11 +21,12 @@
   ~ 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-GA-SNAPSHOT</version>
+      <version>2.0.0-CR03-SNAPSHOT</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-11-26 12:59:51 UTC (rev 5292)
+++ components/wsrp/trunk/wsrp2-ws/pom.xml	2010-11-26 13:07:53 UTC (rev 5293)
@@ -22,11 +22,12 @@
   ~ 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
    <parent>
       <artifactId>wsrp-parent</artifactId>
       <groupId>org.gatein.wsrp</groupId>
-      <version>2.0.0-GA-SNAPSHOT</version>
+      <version>2.0.0-CR03-SNAPSHOT</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <artifactId>wsrp-wsrp2-ws</artifactId>



More information about the gatein-commits mailing list