[exo-jcr-commits] exo-jcr SVN: r2508 - in ws/trunk: exo.ws.commons and 6 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 8 06:00:04 EDT 2010


Author: pnedonosko
Date: 2010-06-08 06:00:03 -0400 (Tue, 08 Jun 2010)
New Revision: 2508

Modified:
   ws/trunk/exo.ws.commons/pom.xml
   ws/trunk/exo.ws.frameworks.json/pom.xml
   ws/trunk/exo.ws.frameworks.servlet/pom.xml
   ws/trunk/exo.ws.rest.core/pom.xml
   ws/trunk/exo.ws.rest.ext/pom.xml
   ws/trunk/exo.ws.testframework/pom.xml
   ws/trunk/packaging/module/pom.xml
   ws/trunk/pom.xml
Log:
EXOJCR-751 next development version of Web Services (2.2.0-Beta01-SNAPSHOT)

Modified: ws/trunk/exo.ws.commons/pom.xml
===================================================================
--- ws/trunk/exo.ws.commons/pom.xml	2010-06-08 09:58:33 UTC (rev 2507)
+++ ws/trunk/exo.ws.commons/pom.xml	2010-06-08 10:00:03 UTC (rev 2508)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.3-GA-SNAPSHOT</version>
+      <version>2.2.0-Beta01-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.commons</artifactId>

Modified: ws/trunk/exo.ws.frameworks.json/pom.xml
===================================================================
--- ws/trunk/exo.ws.frameworks.json/pom.xml	2010-06-08 09:58:33 UTC (rev 2507)
+++ ws/trunk/exo.ws.frameworks.json/pom.xml	2010-06-08 10:00:03 UTC (rev 2508)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.3-GA-SNAPSHOT</version>
+      <version>2.2.0-Beta01-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.frameworks.json</artifactId>

Modified: ws/trunk/exo.ws.frameworks.servlet/pom.xml
===================================================================
--- ws/trunk/exo.ws.frameworks.servlet/pom.xml	2010-06-08 09:58:33 UTC (rev 2507)
+++ ws/trunk/exo.ws.frameworks.servlet/pom.xml	2010-06-08 10:00:03 UTC (rev 2508)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.3-GA-SNAPSHOT</version>
+      <version>2.2.0-Beta01-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.frameworks.servlet</artifactId>

Modified: ws/trunk/exo.ws.rest.core/pom.xml
===================================================================
--- ws/trunk/exo.ws.rest.core/pom.xml	2010-06-08 09:58:33 UTC (rev 2507)
+++ ws/trunk/exo.ws.rest.core/pom.xml	2010-06-08 10:00:03 UTC (rev 2508)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.3-GA-SNAPSHOT</version>
+      <version>2.2.0-Beta01-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.rest.core</artifactId>

Modified: ws/trunk/exo.ws.rest.ext/pom.xml
===================================================================
--- ws/trunk/exo.ws.rest.ext/pom.xml	2010-06-08 09:58:33 UTC (rev 2507)
+++ ws/trunk/exo.ws.rest.ext/pom.xml	2010-06-08 10:00:03 UTC (rev 2508)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.3-GA-SNAPSHOT</version>
+      <version>2.2.0-Beta01-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.rest.ext</artifactId>

Modified: ws/trunk/exo.ws.testframework/pom.xml
===================================================================
--- ws/trunk/exo.ws.testframework/pom.xml	2010-06-08 09:58:33 UTC (rev 2507)
+++ ws/trunk/exo.ws.testframework/pom.xml	2010-06-08 10:00:03 UTC (rev 2508)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.exoplatform.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>2.1.3-GA-SNAPSHOT</version>
+    <version>2.2.0-Beta01-SNAPSHOT</version>
   </parent>
 
   <artifactId>exo.ws.testframework</artifactId>

Modified: ws/trunk/packaging/module/pom.xml
===================================================================
--- ws/trunk/packaging/module/pom.xml	2010-06-08 09:58:33 UTC (rev 2507)
+++ ws/trunk/packaging/module/pom.xml	2010-06-08 10:00:03 UTC (rev 2508)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.3-GA-SNAPSHOT</version>
+      <version>2.2.0-Beta01-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: ws/trunk/pom.xml
===================================================================
--- ws/trunk/pom.xml	2010-06-08 09:58:33 UTC (rev 2507)
+++ ws/trunk/pom.xml	2010-06-08 10:00:03 UTC (rev 2508)
@@ -30,7 +30,7 @@
 
    <groupId>org.exoplatform.ws</groupId>
    <artifactId>ws-parent</artifactId>
-   <version>2.1.3-GA-SNAPSHOT</version>
+   <version>2.2.0-Beta01-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>eXo WS</name>
 



More information about the exo-jcr-commits mailing list