[exo-jcr-commits] exo-jcr SVN: r2212 - in ws/branches/2.2.x: exo.ws.commons and 6 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Apr 2 04:42:30 EDT 2010


Author: dkatayev
Date: 2010-04-02 04:42:29 -0400 (Fri, 02 Apr 2010)
New Revision: 2212

Modified:
   ws/branches/2.2.x/exo.ws.commons/pom.xml
   ws/branches/2.2.x/exo.ws.frameworks.json/pom.xml
   ws/branches/2.2.x/exo.ws.frameworks.servlet/pom.xml
   ws/branches/2.2.x/exo.ws.rest.core/pom.xml
   ws/branches/2.2.x/exo.ws.rest.ext/pom.xml
   ws/branches/2.2.x/exo.ws.testframework/pom.xml
   ws/branches/2.2.x/packaging/module/pom.xml
   ws/branches/2.2.x/pom.xml
Log:
EXOJCR-604 version updated

Modified: ws/branches/2.2.x/exo.ws.commons/pom.xml
===================================================================
--- ws/branches/2.2.x/exo.ws.commons/pom.xml	2010-04-02 07:36:35 UTC (rev 2211)
+++ ws/branches/2.2.x/exo.ws.commons/pom.xml	2010-04-02 08:42:29 UTC (rev 2212)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.1-GA-SNAPSHOT</version>
+      <version>2.2.0-Beta01-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.commons</artifactId>

Modified: ws/branches/2.2.x/exo.ws.frameworks.json/pom.xml
===================================================================
--- ws/branches/2.2.x/exo.ws.frameworks.json/pom.xml	2010-04-02 07:36:35 UTC (rev 2211)
+++ ws/branches/2.2.x/exo.ws.frameworks.json/pom.xml	2010-04-02 08:42:29 UTC (rev 2212)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.1-GA-SNAPSHOT</version>
+      <version>2.2.0-Beta01-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.frameworks.json</artifactId>

Modified: ws/branches/2.2.x/exo.ws.frameworks.servlet/pom.xml
===================================================================
--- ws/branches/2.2.x/exo.ws.frameworks.servlet/pom.xml	2010-04-02 07:36:35 UTC (rev 2211)
+++ ws/branches/2.2.x/exo.ws.frameworks.servlet/pom.xml	2010-04-02 08:42:29 UTC (rev 2212)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.1-GA-SNAPSHOT</version>
+      <version>2.2.0-Beta01-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.frameworks.servlet</artifactId>

Modified: ws/branches/2.2.x/exo.ws.rest.core/pom.xml
===================================================================
--- ws/branches/2.2.x/exo.ws.rest.core/pom.xml	2010-04-02 07:36:35 UTC (rev 2211)
+++ ws/branches/2.2.x/exo.ws.rest.core/pom.xml	2010-04-02 08:42:29 UTC (rev 2212)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.1-GA-SNAPSHOT</version>
+      <version>2.2.0-Beta01-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.rest.core</artifactId>

Modified: ws/branches/2.2.x/exo.ws.rest.ext/pom.xml
===================================================================
--- ws/branches/2.2.x/exo.ws.rest.ext/pom.xml	2010-04-02 07:36:35 UTC (rev 2211)
+++ ws/branches/2.2.x/exo.ws.rest.ext/pom.xml	2010-04-02 08:42:29 UTC (rev 2212)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.1-GA-SNAPSHOT</version>
+      <version>2.2.0-Beta01-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.rest.ext</artifactId>

Modified: ws/branches/2.2.x/exo.ws.testframework/pom.xml
===================================================================
--- ws/branches/2.2.x/exo.ws.testframework/pom.xml	2010-04-02 07:36:35 UTC (rev 2211)
+++ ws/branches/2.2.x/exo.ws.testframework/pom.xml	2010-04-02 08:42:29 UTC (rev 2212)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.exoplatform.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>2.1.1-GA-SNAPSHOT</version>
+    <version>2.2.0-Beta01-SNAPSHOT</version>
   </parent>
 
   <artifactId>exo.ws.testframework</artifactId>

Modified: ws/branches/2.2.x/packaging/module/pom.xml
===================================================================
--- ws/branches/2.2.x/packaging/module/pom.xml	2010-04-02 07:36:35 UTC (rev 2211)
+++ ws/branches/2.2.x/packaging/module/pom.xml	2010-04-02 08:42:29 UTC (rev 2212)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.1-GA-SNAPSHOT</version>
+      <version>2.2.0-Beta01-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: ws/branches/2.2.x/pom.xml
===================================================================
--- ws/branches/2.2.x/pom.xml	2010-04-02 07:36:35 UTC (rev 2211)
+++ ws/branches/2.2.x/pom.xml	2010-04-02 08:42:29 UTC (rev 2212)
@@ -30,7 +30,7 @@
 
    <groupId>org.exoplatform.ws</groupId>
    <artifactId>ws-parent</artifactId>
-   <version>2.1.1-GA-SNAPSHOT</version>
+   <version>2.2.0-Beta01-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>eXo WS</name>
 
@@ -42,10 +42,10 @@
 
    <properties>
       <exo.product.name>exo-ws</exo.product.name>
-      <exo.product.specification>2.1</exo.product.specification>
+      <exo.product.specification>2.2</exo.product.specification>
       
       <org.exoplatform.kernel.version>2.2.1-GA-SNAPSHOT</org.exoplatform.kernel.version>
-      <org.exoplatform.core.version>2.3.1-GA-SNAPSHOT</org.exoplatform.core.version>
+      <org.exoplatform.core.version>2.4.0-Beta01-SNAPSHOT</org.exoplatform.core.version>
    </properties>
 
    <modules>



More information about the exo-jcr-commits mailing list