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

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 18 05:04:51 EDT 2010


Author: pnedonosko
Date: 2010-05-18 05:04:50 -0400 (Tue, 18 May 2010)
New Revision: 2397

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:
[maven-release-plugin] prepare release 2.1.2-CR1

Modified: ws/trunk/exo.ws.commons/pom.xml
===================================================================
--- ws/trunk/exo.ws.commons/pom.xml	2010-05-18 09:03:14 UTC (rev 2396)
+++ ws/trunk/exo.ws.commons/pom.xml	2010-05-18 09:04:50 UTC (rev 2397)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-CR1</version>
    </parent>
 
    <artifactId>exo.ws.commons</artifactId>
@@ -40,12 +40,12 @@
       <dependency>
          <groupId>javax.xml.stream</groupId>
          <artifactId>stax-api</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>xpp3</groupId>
-        <artifactId>xpp3</artifactId>
       </dependency>
       <dependency>
+        <groupId>xpp3</groupId>
+        <artifactId>xpp3</artifactId>
+      </dependency>
+      <dependency>
          <groupId>junit</groupId>
          <artifactId>junit</artifactId>
          <scope>test</scope>

Modified: ws/trunk/exo.ws.frameworks.json/pom.xml
===================================================================
--- ws/trunk/exo.ws.frameworks.json/pom.xml	2010-05-18 09:03:14 UTC (rev 2396)
+++ ws/trunk/exo.ws.frameworks.json/pom.xml	2010-05-18 09:04:50 UTC (rev 2397)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-CR1</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-05-18 09:03:14 UTC (rev 2396)
+++ ws/trunk/exo.ws.frameworks.servlet/pom.xml	2010-05-18 09:04:50 UTC (rev 2397)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-CR1</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-05-18 09:03:14 UTC (rev 2396)
+++ ws/trunk/exo.ws.rest.core/pom.xml	2010-05-18 09:04:50 UTC (rev 2397)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-CR1</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-05-18 09:03:14 UTC (rev 2396)
+++ ws/trunk/exo.ws.rest.ext/pom.xml	2010-05-18 09:04:50 UTC (rev 2397)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-CR1</version>
    </parent>
 
    <artifactId>exo.ws.rest.ext</artifactId>
@@ -77,10 +77,10 @@
       <dependency>
          <groupId>xpp3</groupId>
          <artifactId>xpp3</artifactId>
-       </dependency>  
-       <dependency>
-         <groupId>javax.servlet</groupId>
-         <artifactId>servlet-api</artifactId>
+       </dependency>  
+       <dependency>
+         <groupId>javax.servlet</groupId>
+         <artifactId>servlet-api</artifactId>
        </dependency>           
    </dependencies>
 </project>

Modified: ws/trunk/exo.ws.testframework/pom.xml
===================================================================
--- ws/trunk/exo.ws.testframework/pom.xml	2010-05-18 09:03:14 UTC (rev 2396)
+++ ws/trunk/exo.ws.testframework/pom.xml	2010-05-18 09:04:50 UTC (rev 2397)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.exoplatform.ws</groupId>
     <artifactId>ws-parent</artifactId>
-    <version>2.1.2-GA-SNAPSHOT</version>
+    <version>2.1.2-CR1</version>
   </parent>
 
   <artifactId>exo.ws.testframework</artifactId>

Modified: ws/trunk/packaging/module/pom.xml
===================================================================
--- ws/trunk/packaging/module/pom.xml	2010-05-18 09:03:14 UTC (rev 2396)
+++ ws/trunk/packaging/module/pom.xml	2010-05-18 09:04:50 UTC (rev 2397)
@@ -2,7 +2,7 @@
    <parent>
       <groupId>org.exoplatform.ws</groupId>
       <artifactId>ws-parent</artifactId>
-      <version>2.1.2-GA-SNAPSHOT</version>
+      <version>2.1.2-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: ws/trunk/pom.xml
===================================================================
--- ws/trunk/pom.xml	2010-05-18 09:03:14 UTC (rev 2396)
+++ ws/trunk/pom.xml	2010-05-18 09:04:50 UTC (rev 2397)
@@ -30,14 +30,14 @@
 
    <groupId>org.exoplatform.ws</groupId>
    <artifactId>ws-parent</artifactId>
-   <version>2.1.2-GA-SNAPSHOT</version>
+   <version>2.1.2-CR1</version>
    <packaging>pom</packaging>
    <name>eXo WS</name>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/ws/trunk</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/trunk</developerConnection>
-      <url>http://fisheye.jboss.org/browse/exo-jcr/ws/trunk</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/ws/tags/2.1.2-CR1</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/tags/2.1.2-CR1</developerConnection>
+      <url>http://fisheye.jboss.org/browse/exo-jcr/ws/tags/2.1.2-CR1</url>
    </scm>
 
    <properties>



More information about the exo-jcr-commits mailing list