[exo-jcr-commits] exo-jcr SVN: r2402 - in jcr/trunk: applications and 22 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue May 18 05:20:09 EDT 2010


Author: pnedonosko
Date: 2010-05-18 05:20:06 -0400 (Tue, 18 May 2010)
New Revision: 2402

Modified:
   jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
   jcr/trunk/applications/exo.jcr.applications.browser/pom.xml
   jcr/trunk/applications/exo.jcr.applications.config/pom.xml
   jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml
   jcr/trunk/applications/exo.jcr.applications.rest/pom.xml
   jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml
   jcr/trunk/applications/exo.jcr.ear/pom.xml
   jcr/trunk/applications/pom.xml
   jcr/trunk/docs/pom.xml
   jcr/trunk/docs/reference/en/pom.xml
   jcr/trunk/docs/reference/pom.xml
   jcr/trunk/docs/userguide/en/pom.xml
   jcr/trunk/docs/userguide/pom.xml
   jcr/trunk/exo.jcr.component.core/pom.xml
   jcr/trunk/exo.jcr.component.ext/pom.xml
   jcr/trunk/exo.jcr.component.ftp/pom.xml
   jcr/trunk/exo.jcr.component.statistics/pom.xml
   jcr/trunk/exo.jcr.component.webdav/pom.xml
   jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
   jcr/trunk/exo.jcr.framework.command/pom.xml
   jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
   jcr/trunk/exo.jcr.framework.web/pom.xml
   jcr/trunk/packaging/module/pom.xml
   jcr/trunk/pom.xml
Log:
[maven-release-plugin] prepare release 1.12.2-CR1

Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.applications.backupconsole</artifactId>
   <name>eXo JCR :: Applications :: Backup Console</name>

Modified: jcr/trunk/applications/exo.jcr.applications.browser/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.browser/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/applications/exo.jcr.applications.browser/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.applications.browser</artifactId>
   <packaging>war</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.config/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.config/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.applications.config</artifactId>
   <packaging>pom</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.applications.fckeditor</artifactId>
   <packaging>war</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.rest/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.rest/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/applications/exo.jcr.applications.rest/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.applications.rest</artifactId>
   <packaging>war</packaging>

Modified: jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.cluster.testclient</artifactId>
   <name>eXo JCR :: Cluster :: Test Client</name>

Modified: jcr/trunk/applications/exo.jcr.ear/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.ear/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/applications/exo.jcr.ear/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.ear</artifactId>
   <packaging>ear</packaging>

Modified: jcr/trunk/applications/pom.xml
===================================================================
--- jcr/trunk/applications/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/applications/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -22,12 +22,12 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.2-GA-SNAPSHOT</version>
+      <version>1.12.2-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jcr-applications-parent</artifactId>
-   <version>1.12.2-GA-SNAPSHOT</version>
+   <version>1.12.2-CR1</version>
     
    <name>eXo JCR :: Applications :: Reactor</name>
    <packaging>pom</packaging>

Modified: jcr/trunk/docs/pom.xml
===================================================================
--- jcr/trunk/docs/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/docs/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.2-GA-SNAPSHOT</version>
+      <version>1.12.2-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/docs/reference/en/pom.xml
===================================================================
--- jcr/trunk/docs/reference/en/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/docs/reference/en/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>reference-docs</artifactId>
-      <version>1.12.2-GA-SNAPSHOT</version>
+      <version>1.12.2-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/docs/reference/pom.xml
===================================================================
--- jcr/trunk/docs/reference/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/docs/reference/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>docs</artifactId>
-      <version>1.12.2-GA-SNAPSHOT</version>
+      <version>1.12.2-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/docs/userguide/en/pom.xml
===================================================================
--- jcr/trunk/docs/userguide/en/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/docs/userguide/en/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>userguide-docs</artifactId>
-      <version>1.12.2-GA-SNAPSHOT</version>
+      <version>1.12.2-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/docs/userguide/pom.xml
===================================================================
--- jcr/trunk/docs/userguide/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/docs/userguide/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>docs</artifactId>
-      <version>1.12.2-GA-SNAPSHOT</version>
+      <version>1.12.2-CR1</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.2-GA-SNAPSHOT</version>
+      <version>1.12.2-CR1</version>
    </parent>
    <artifactId>exo.jcr.component.core</artifactId>
    <name>eXo JCR :: Component :: Core Service</name>
@@ -68,13 +68,13 @@
       <dependency>
          <groupId>org.exoplatform.core</groupId>
          <artifactId>exo.core.component.security.core</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>org.exoplatform.ws</groupId>
-        <artifactId>exo.ws.commons</artifactId>
-        <scope>test</scope>
       </dependency>
       <dependency>
+        <groupId>org.exoplatform.ws</groupId>
+        <artifactId>exo.ws.commons</artifactId>
+        <scope>test</scope>
+      </dependency>
+      <dependency>
          <groupId>org.exoplatform.jcr</groupId>
          <artifactId>exo.jcr.cluster.testclient</artifactId>
          <scope>test</scope>
@@ -153,28 +153,28 @@
       <dependency>
          <groupId>commons-collections</groupId>
          <artifactId>commons-collections</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>commons-beanutils</groupId>
-        <artifactId>commons-beanutils</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>jgroups</groupId>
-        <artifactId>jgroups</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>javax.xml.stream</groupId>
-        <artifactId>stax-api</artifactId>
-      </dependency>
-      <dependency>
-        <groupId>xpp3</groupId>
-        <artifactId>xpp3</artifactId>
-      </dependency>
+      </dependency>
       <dependency>
+        <groupId>commons-beanutils</groupId>
+        <artifactId>commons-beanutils</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>jgroups</groupId>
+        <artifactId>jgroups</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>javax.xml.stream</groupId>
+        <artifactId>stax-api</artifactId>
+      </dependency>
+      <dependency>
+        <groupId>xpp3</groupId>
+        <artifactId>xpp3</artifactId>
+      </dependency>
+      <dependency>
          <groupId>jboss.jbossts</groupId>
          <artifactId>jbossjts</artifactId>
       </dependency>
@@ -215,7 +215,7 @@
       </dependency>
       <dependency>
          <groupId>org.slf4j</groupId>
-         <artifactId>slf4j-log4j12</artifactId>
+         <artifactId>slf4j-log4j12</artifactId>
          <scope>test</scope>
       </dependency>
       <!-- ===== Databases JDBC support for tests ===== -->

Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.component.ext</artifactId>
   <name>eXo JCR :: Component :: Extension Service</name>
@@ -90,7 +90,7 @@
     </dependency>
     <dependency>
        <groupId>org.slf4j</groupId>
-       <artifactId>slf4j-log4j12</artifactId>
+       <artifactId>slf4j-log4j12</artifactId>
        <scope>test</scope>
     </dependency>
     <dependency>
@@ -120,15 +120,15 @@
     <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.xml.stream</groupId>
-      <artifactId>stax-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>commons-collections</groupId>
-      <artifactId>commons-collections</artifactId>
-    </dependency>
+    </dependency>
+    <dependency>
+      <groupId>javax.xml.stream</groupId>
+      <artifactId>stax-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+    </dependency>
 
     <dependency>
       <groupId>hsqldb</groupId>

Modified: jcr/trunk/exo.jcr.component.ftp/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ftp/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/exo.jcr.component.ftp/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.component.ftp</artifactId>
   <name>eXo JCR :: Component :: FTP Service</name>

Modified: jcr/trunk/exo.jcr.component.statistics/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.statistics/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/exo.jcr.component.statistics/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,24 +24,24 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.component.statistics</artifactId>
   <name>eXo JCR :: Component :: Statistics Provider</name>
   <description>eXo JCR Statistics</description>
-  <dependencies>
-    <dependency>
-      <groupId>org.exoplatform.kernel</groupId>
-      <artifactId>exo.kernel.commons</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.exoplatform.kernel</groupId>
-      <artifactId>exo.kernel.container</artifactId>
+  <dependencies>
+    <dependency>
+      <groupId>org.exoplatform.kernel</groupId>
+      <artifactId>exo.kernel.commons</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.exoplatform.kernel</groupId>
+      <artifactId>exo.kernel.container</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.component.core</artifactId>
-    </dependency>
+    </dependency>
     
     <dependency>
       <groupId>org.aspectj</groupId>

Modified: jcr/trunk/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.webdav/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.component.webdav</artifactId>
   <name>eXo JCR :: Component :: Webdav Service</name>
@@ -77,22 +77,22 @@
     <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>javax.xml.stream</groupId>
-      <artifactId>stax-api</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>xpp3</groupId>
-      <artifactId>xpp3</artifactId>
     </dependency>
     <dependency>
+      <groupId>javax.xml.stream</groupId>
+      <artifactId>stax-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>xpp3</groupId>
+      <artifactId>xpp3</artifactId>
+    </dependency>
+    <dependency>
       <groupId>jtidy</groupId>
       <artifactId>jtidy</artifactId>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-log4j12</artifactId>
+      <artifactId>slf4j-log4j12</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.connectors.localadapter/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/exo.jcr.connectors.localadapter/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.connectors.localadapter</artifactId>
   <packaging>rar</packaging>
@@ -98,7 +98,7 @@
     </dependency>
     <dependency>
       <groupId>javax.resource</groupId>
-      <artifactId>connector</artifactId>
+      <artifactId>connector</artifactId>
     </dependency>
     <dependency>
       <groupId>javax.transaction</groupId>
@@ -106,7 +106,7 @@
     </dependency>
     <dependency>
       <groupId>javax.resource</groupId>
-      <artifactId>connector-api</artifactId>
+      <artifactId>connector-api</artifactId>
       <scope>runtime</scope>
     </dependency>
     <dependency>

Modified: jcr/trunk/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -12,7 +12,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.2-GA-SNAPSHOT</version>
+      <version>1.12.2-CR1</version>
    </parent>
    <artifactId>exo.jcr.framework.command</artifactId>
    <name>eXo JCR :: Framework :: Command</name>
@@ -70,7 +70,7 @@
       </dependency>
       <dependency>
          <groupId>org.slf4j</groupId>
-         <artifactId>slf4j-log4j12</artifactId>
+         <artifactId>slf4j-log4j12</artifactId>
          <scope>test</scope>
       </dependency>
       <dependency>
@@ -79,4 +79,4 @@
          <scope>test</scope>
       </dependency>
    </dependencies>
-</project>
+</project>

Modified: jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.framework.ftpclient</artifactId>
   <name>eXo JCR :: Framework :: FTP Client</name>

Modified: jcr/trunk/exo.jcr.framework.web/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.web/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/exo.jcr.framework.web/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>exo.jcr.framework.web</artifactId>
   <name>eXo JCR :: Framework :: Web</name>

Modified: jcr/trunk/packaging/module/pom.xml
===================================================================
--- jcr/trunk/packaging/module/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/packaging/module/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.2-GA-SNAPSHOT</version>
+    <version>1.12.2-CR1</version>
   </parent>
   <artifactId>jcr.packaging.module</artifactId>
   <packaging>pom</packaging>

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2010-05-18 09:16:31 UTC (rev 2401)
+++ jcr/trunk/pom.xml	2010-05-18 09:20:06 UTC (rev 2402)
@@ -29,14 +29,14 @@
 
   <groupId>org.exoplatform.jcr</groupId>
   <artifactId>jcr-parent</artifactId>
-  <version>1.12.2-GA-SNAPSHOT</version>
+  <version>1.12.2-CR1</version>
   <packaging>pom</packaging>
   <name>eXo JCR</name>
 
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/trunk</developerConnection>
-    <url>http://fisheye.jboss.org/browse/exo-jcr/jcr/trunk</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/tags/1.12.2-CR1</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/tags/1.12.2-CR1</developerConnection>
+    <url>http://fisheye.jboss.org/browse/exo-jcr/jcr/tags/1.12.2-CR1</url>
   </scm>
 
   <properties>
@@ -294,26 +294,26 @@
         <groupId>commons-pool</groupId>
         <artifactId>commons-pool</artifactId>
         <version>1.5.4</version>
-      </dependency>
-      <dependency>
-        <groupId>commons-beanutils</groupId>
-        <artifactId>commons-beanutils</artifactId>
-        <version>1.8.0</version>
-      </dependency>
-      <dependency>
-        <groupId>commons-logging</groupId>
-        <artifactId>commons-logging</artifactId>
-        <version>1.1</version>
-      </dependency>
-      <dependency>
-        <groupId>javax.xml.stream</groupId>
-        <artifactId>stax-api</artifactId>
-        <version>1.0</version>
-      </dependency>   
-      <dependency>
-        <groupId>xpp3</groupId>
-        <artifactId>xpp3</artifactId>
-        <version>1.1.3.4.O</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-beanutils</groupId>
+        <artifactId>commons-beanutils</artifactId>
+        <version>1.8.0</version>
+      </dependency>
+      <dependency>
+        <groupId>commons-logging</groupId>
+        <artifactId>commons-logging</artifactId>
+        <version>1.1</version>
+      </dependency>
+      <dependency>
+        <groupId>javax.xml.stream</groupId>
+        <artifactId>stax-api</artifactId>
+        <version>1.0</version>
+      </dependency>   
+      <dependency>
+        <groupId>xpp3</groupId>
+        <artifactId>xpp3</artifactId>
+        <version>1.1.3.4.O</version>
       </dependency>         
       <dependency>
         <groupId>concurrent</groupId>



More information about the exo-jcr-commits mailing list