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

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Sep 5 09:32:48 EDT 2011


Author: tolusha
Date: 2011-09-05 09:32:47 -0400 (Mon, 05 Sep 2011)
New Revision: 4856

Modified:
   jcr/trunk/applications/exo.jcr.applications.backupconsole.dist/pom.xml
   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.jboss/pom.xml
   jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml
   jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml
   jcr/trunk/applications/exo.jcr.applications.rest/pom.xml
   jcr/trunk/applications/exo.jcr.applications.tomcat/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/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.jca/pom.xml
   jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml
   jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/pom.xml
   jcr/trunk/exo.jcr.docs/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	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.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.backupconsole.dist/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole.dist/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole.dist/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.applications.backupconsole.dist</artifactId>
   <name>eXo JCR :: Applications :: Backup Console Binary Distribution</name>
@@ -37,7 +37,7 @@
     <dependency>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.backupconsole</artifactId>
-      <version>1.14.0-GA</version>
+      <version>1.14.1-GA-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.exoplatform.jcr</groupId>

Modified: jcr/trunk/applications/exo.jcr.applications.browser/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.browser/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/exo.jcr.applications.browser/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.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	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.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	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.applications.fckeditor</artifactId>
   <packaging>war</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
-      <version>1.14.0-GA</version>
+      <version>1.14.1-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
@@ -40,7 +40,7 @@
       <dependency>
          <groupId>org.exoplatform.jcr</groupId>
          <artifactId>exo.jcr.ear</artifactId>
-         <version>1.14.0-GA</version>
+         <version>1.14.1-GA-SNAPSHOT</version>
          <type>ear</type>
          <scope>runtime</scope>
       </dependency>

Modified: jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
-      <version>1.14.0-GA</version>
+      <version>1.14.1-GA-SNAPSHOT</version>
       <relativePath>exo.jcr.applications.config</relativePath>
    </parent>
 

Modified: jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
-      <version>1.14.0-GA</version>
+      <version>1.14.1-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
@@ -40,7 +40,7 @@
       <dependency>
          <groupId>org.exoplatform.jcr</groupId>
          <artifactId>exo.jcr.ear</artifactId>
-         <version>1.14.0-GA</version>
+         <version>1.14.1-GA-SNAPSHOT</version>
          <type>ear</type>
          <scope>runtime</scope>
       </dependency>

Modified: jcr/trunk/applications/exo.jcr.applications.rest/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.rest/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/exo.jcr.applications.rest/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.applications.rest</artifactId>
   <packaging>war</packaging>

Modified: jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.applications.config</artifactId>
-      <version>1.14.0-GA</version>
+      <version>1.14.1-GA-SNAPSHOT</version>
       <relativePath>exo.jcr.applications.config</relativePath>
    </parent>
 

Modified: jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.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	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/exo.jcr.ear/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-applications-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.ear</artifactId>
   <packaging>ear</packaging>

Modified: jcr/trunk/applications/pom.xml
===================================================================
--- jcr/trunk/applications/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/applications/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -22,12 +22,12 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.14.0-GA</version>
+      <version>1.14.1-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
    <artifactId>jcr-applications-parent</artifactId>
-   <version>1.14.0-GA</version>
+   <version>1.14.1-GA-SNAPSHOT</version>
     
    <name>eXo JCR :: Applications :: Reactor</name>
    <packaging>pom</packaging>

Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/exo.jcr.component.core/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.14.0-GA</version>
+      <version>1.14.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	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.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	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/exo.jcr.component.ftp/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.1-GA-SNAPSHOT</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	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/exo.jcr.component.statistics/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.component.statistics</artifactId>
   <name>eXo JCR :: Component :: Statistics Provider</name>

Modified: jcr/trunk/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.webdav/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.component.webdav</artifactId>
   <name>eXo JCR :: Component :: Webdav Service</name>

Modified: jcr/trunk/exo.jcr.connectors.jca/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.connectors.jca/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/exo.jcr.connectors.jca/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>exo.jcr.connectors.jca</artifactId>
   <packaging>rar</packaging>

Modified: jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.docs.developer</artifactId>
-      <version>1.14.0-GA</version>
+      <version>1.14.1-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>exo.jcr.docs</artifactId>
-      <version>1.14.0-GA</version>
+      <version>1.14.1-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/exo.jcr.docs/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/exo.jcr.docs/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -22,7 +22,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.14.0-GA</version>
+      <version>1.14.1-GA-SNAPSHOT</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: jcr/trunk/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -12,7 +12,7 @@
    <parent>
       <groupId>org.exoplatform.jcr</groupId>
       <artifactId>jcr-parent</artifactId>
-      <version>1.14.0-GA</version>
+      <version>1.14.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	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.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	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/exo.jcr.framework.web/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.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	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/packaging/module/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.exoplatform.jcr</groupId>
     <artifactId>jcr-parent</artifactId>
-    <version>1.14.0-GA</version>
+    <version>1.14.1-GA-SNAPSHOT</version>
   </parent>
   <artifactId>jcr.packaging.module</artifactId>
   <packaging>pom</packaging>

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2011-09-05 13:32:18 UTC (rev 4855)
+++ jcr/trunk/pom.xml	2011-09-05 13:32:47 UTC (rev 4856)
@@ -29,14 +29,14 @@
 
   <groupId>org.exoplatform.jcr</groupId>
   <artifactId>jcr-parent</artifactId>
-  <version>1.14.0-GA</version>
+  <version>1.14.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.14.0-GA</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/tags/1.14.0-GA</developerConnection>
-    <url>http://fisheye.jboss.org/browse/exo-jcr/jcr/tags/1.14.0-GA</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