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

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Apr 8 12:25:42 EDT 2010


Author: pnedonosko
Date: 2010-04-08 12:25:41 -0400 (Thu, 08 Apr 2010)
New Revision: 2251

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.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 for next development iteration

Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</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-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/applications/exo.jcr.applications.browser/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</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-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</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-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</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-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/applications/exo.jcr.applications.rest/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</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-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</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-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/applications/exo.jcr.ear/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.ear</artifactId>
   <packaging>ear</packaging>

Modified: jcr/trunk/applications/pom.xml
===================================================================
--- jcr/trunk/applications/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/applications/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -22,12 +22,12 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.1-CR1</version>
+      <version>1.12.1-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jcr-applications-parent</artifactId>
-   <version>1.12.1-CR1</version>
+   <version>1.12.1-GA-SNAPSHOT</version>
     
    <name>eXo JCR :: Applications :: Reactor</name>
    <packaging>pom</packaging>

Modified: jcr/trunk/docs/pom.xml
===================================================================
--- jcr/trunk/docs/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/docs/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.1-CR1</version>
+      <version>1.12.1-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/docs/reference/en/pom.xml
===================================================================
--- jcr/trunk/docs/reference/en/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/docs/reference/en/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>reference-docs</artifactId>
-      <version>1.12.1-CR1</version>
+      <version>1.12.1-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/docs/reference/pom.xml
===================================================================
--- jcr/trunk/docs/reference/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/docs/reference/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>docs</artifactId>
-      <version>1.12.1-CR1</version>
+      <version>1.12.1-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/docs/userguide/en/pom.xml
===================================================================
--- jcr/trunk/docs/userguide/en/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/docs/userguide/en/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>userguide-docs</artifactId>
-      <version>1.12.1-CR1</version>
+      <version>1.12.1-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/docs/userguide/pom.xml
===================================================================
--- jcr/trunk/docs/userguide/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/docs/userguide/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>docs</artifactId>
-      <version>1.12.1-CR1</version>
+      <version>1.12.1-GA-SNAPSHOT</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-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.1-CR1</version>
+      <version>1.12.1-GA-SNAPSHOT</version>
    </parent>
    <artifactId>exo.jcr.component.core</artifactId>
    <name>eXo JCR :: Component :: Core Service</name>

Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.component.ext</artifactId>
   <name>eXo JCR :: Component :: Extension Service</name>

Modified: jcr/trunk/exo.jcr.component.ftp/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ftp/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/exo.jcr.component.ftp/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.component.ftp</artifactId>
   <name>eXo JCR :: Component :: FTP Service</name>

Modified: jcr/trunk/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.webdav/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.component.webdav</artifactId>
   <name>eXo JCR :: Component :: Webdav Service</name>

Modified: jcr/trunk/exo.jcr.connectors.localadapter/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.connectors.localadapter/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/exo.jcr.connectors.localadapter/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.connectors.localadapter</artifactId>
   <packaging>rar</packaging>

Modified: jcr/trunk/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -12,7 +12,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.12.1-CR1</version>
+      <version>1.12.1-GA-SNAPSHOT</version>
    </parent>
    <artifactId>exo.jcr.framework.command</artifactId>
    <name>eXo JCR :: Framework :: Command</name>

Modified: jcr/trunk/exo.jcr.framework.ftpclient/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</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-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/exo.jcr.framework.web/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</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-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/packaging/module/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.12.1-CR1</version>
+    <version>1.12.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>jcr.packaging.module</artifactId>
   <packaging>pom</packaging>

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2010-04-08 16:24:52 UTC (rev 2250)
+++ jcr/trunk/pom.xml	2010-04-08 16:25:41 UTC (rev 2251)
@@ -29,14 +29,14 @@
 
   <groupId>org.exoplatform.jcr</groupId>
   <artifactId>jcr-parent</artifactId>
-  <version>1.12.1-CR1</version>
+  <version>1.12.1-GA-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>eXo JCR</name>
 
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/tags/1.12.1-CR1</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/tags/1.12.1-CR1</developerConnection>
-    <url>http://fisheye.jboss.org/browse/exo-jcr/jcr/tags/1.12.1-CR1</url>
+    <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>
   </scm>
 
   <properties>



More information about the exo-jcr-commits mailing list