[exo-jcr-commits] exo-jcr SVN: r3357 - in ws/branches/2.1.5-GA-perf: exo.ws.commons and 6 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Oct 27 05:04:09 EDT 2010


Author: aheritier
Date: 2010-10-27 05:04:08 -0400 (Wed, 27 Oct 2010)
New Revision: 3357

Modified:
   ws/branches/2.1.5-GA-perf/exo.ws.commons/pom.xml
   ws/branches/2.1.5-GA-perf/exo.ws.frameworks.json/pom.xml
   ws/branches/2.1.5-GA-perf/exo.ws.frameworks.servlet/pom.xml
   ws/branches/2.1.5-GA-perf/exo.ws.rest.core/pom.xml
   ws/branches/2.1.5-GA-perf/exo.ws.rest.ext/pom.xml
   ws/branches/2.1.5-GA-perf/exo.ws.testframework/pom.xml
   ws/branches/2.1.5-GA-perf/packaging/module/pom.xml
   ws/branches/2.1.5-GA-perf/pom.xml
Log:
[SWF-578] Create perf branch from 3.0.1

Modified: ws/branches/2.1.5-GA-perf/exo.ws.commons/pom.xml
===================================================================
--- ws/branches/2.1.5-GA-perf/exo.ws.commons/pom.xml	2010-10-27 09:03:39 UTC (rev 3356)
+++ ws/branches/2.1.5-GA-perf/exo.ws.commons/pom.xml	2010-10-27 09:04:08 UTC (rev 3357)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.5-GA</version>
+      <version>2.1.6-GA-PERF-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.commons</artifactId>

Modified: ws/branches/2.1.5-GA-perf/exo.ws.frameworks.json/pom.xml
===================================================================
--- ws/branches/2.1.5-GA-perf/exo.ws.frameworks.json/pom.xml	2010-10-27 09:03:39 UTC (rev 3356)
+++ ws/branches/2.1.5-GA-perf/exo.ws.frameworks.json/pom.xml	2010-10-27 09:04:08 UTC (rev 3357)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.5-GA</version>
+      <version>2.1.6-GA-PERF-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.frameworks.json</artifactId>

Modified: ws/branches/2.1.5-GA-perf/exo.ws.frameworks.servlet/pom.xml
===================================================================
--- ws/branches/2.1.5-GA-perf/exo.ws.frameworks.servlet/pom.xml	2010-10-27 09:03:39 UTC (rev 3356)
+++ ws/branches/2.1.5-GA-perf/exo.ws.frameworks.servlet/pom.xml	2010-10-27 09:04:08 UTC (rev 3357)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.5-GA</version>
+      <version>2.1.6-GA-PERF-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.frameworks.servlet</artifactId>

Modified: ws/branches/2.1.5-GA-perf/exo.ws.rest.core/pom.xml
===================================================================
--- ws/branches/2.1.5-GA-perf/exo.ws.rest.core/pom.xml	2010-10-27 09:03:39 UTC (rev 3356)
+++ ws/branches/2.1.5-GA-perf/exo.ws.rest.core/pom.xml	2010-10-27 09:04:08 UTC (rev 3357)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.5-GA</version>
+      <version>2.1.6-GA-PERF-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.rest.core</artifactId>

Modified: ws/branches/2.1.5-GA-perf/exo.ws.rest.ext/pom.xml
===================================================================
--- ws/branches/2.1.5-GA-perf/exo.ws.rest.ext/pom.xml	2010-10-27 09:03:39 UTC (rev 3356)
+++ ws/branches/2.1.5-GA-perf/exo.ws.rest.ext/pom.xml	2010-10-27 09:04:08 UTC (rev 3357)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.5-GA</version>
+      <version>2.1.6-GA-PERF-SNAPSHOT</version>
    </parent>
 
    <artifactId>exo.ws.rest.ext</artifactId>

Modified: ws/branches/2.1.5-GA-perf/exo.ws.testframework/pom.xml
===================================================================
--- ws/branches/2.1.5-GA-perf/exo.ws.testframework/pom.xml	2010-10-27 09:03:39 UTC (rev 3356)
+++ ws/branches/2.1.5-GA-perf/exo.ws.testframework/pom.xml	2010-10-27 09:04:08 UTC (rev 3357)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.exoplatform.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>2.1.5-GA</version>
+    <version>2.1.6-GA-PERF-SNAPSHOT</version>
   </parent>
 
   <artifactId>exo.ws.testframework</artifactId>
@@ -38,4 +38,4 @@
       <artifactId>servlet-api</artifactId>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>

Modified: ws/branches/2.1.5-GA-perf/packaging/module/pom.xml
===================================================================
--- ws/branches/2.1.5-GA-perf/packaging/module/pom.xml	2010-10-27 09:03:39 UTC (rev 3356)
+++ ws/branches/2.1.5-GA-perf/packaging/module/pom.xml	2010-10-27 09:04:08 UTC (rev 3357)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.5-GA</version>
+      <version>2.1.6-GA-PERF-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: ws/branches/2.1.5-GA-perf/pom.xml
===================================================================
--- ws/branches/2.1.5-GA-perf/pom.xml	2010-10-27 09:03:39 UTC (rev 3356)
+++ ws/branches/2.1.5-GA-perf/pom.xml	2010-10-27 09:04:08 UTC (rev 3357)
@@ -30,7 +30,7 @@
 
    <groupId>org.exoplatform.ws</groupId>
    <artifactId>ws-parent</artifactId>
-   <version>2.1.5-GA</version>
+   <version>2.1.6-GA-PERF-SNAPSHOT</version>
    <packaging>pom</packaging>
    <name>eXo WS</name>
 
@@ -44,8 +44,8 @@
       <exo.product.name>exo-ws</exo.product.name>
       <exo.product.specification>2.1</exo.product.specification>
       
-      <org.exoplatform.kernel.version>2.2.5-GA</org.exoplatform.kernel.version>
-      <org.exoplatform.core.version>2.3.5-GA</org.exoplatform.core.version>
+      <org.exoplatform.kernel.version>2.2.6-GA-PERF-SNAPSHOT</org.exoplatform.kernel.version>
+      <org.exoplatform.core.version>2.3.6-GA-PERF-SNAPSHOT</org.exoplatform.core.version>
    </properties>
 
    <modules>



More information about the exo-jcr-commits mailing list