exo-jcr SVN: r4299 - in jcr/trunk: applications and 25 other directories.
by do-not-reply@jboss.org
Author: tolusha
Date: 2011-04-26 05:42:38 -0400 (Tue, 26 Apr 2011)
New Revision: 4299
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.localadapter/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] rollback the release of 1.14.0-CR2
Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole.dist/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/exo.jcr.applications.browser/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/exo.jcr.applications.rest/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/exo.jcr.ear/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.ear</artifactId>
<packaging>ear</packaging>
Modified: jcr/trunk/applications/pom.xml
===================================================================
--- jcr/trunk/applications/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/applications/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -22,12 +22,12 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/exo.jcr.component.core/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/exo.jcr.component.ftp/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/exo.jcr.component.statistics/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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 2011-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/exo.jcr.connectors.localadapter/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.connectors.localadapter</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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.docs.developer</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.docs</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: jcr/trunk/exo.jcr.docs/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/exo.jcr.docs/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/exo.jcr.framework.web/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/packaging/module/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-SNAPSHOT</version>
</parent>
<artifactId>jcr.packaging.module</artifactId>
<packaging>pom</packaging>
Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
+++ jcr/trunk/pom.xml 2011-04-26 09:42:38 UTC (rev 4299)
@@ -29,14 +29,14 @@
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-CR2</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/tags/1.14.0-CR2</developerConnection>
- <url>http://fisheye.jboss.org/browse/exo-jcr/jcr/tags/1.14.0-CR2</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/jcr/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/exo-jcr/jcr/trunk</url>
</scm>
<properties>
15 years
exo-jcr SVN: r4298 - in jcr/trunk: applications and 25 other directories.
by do-not-reply@jboss.org
Author: tolusha
Date: 2011-04-26 05:41:02 -0400 (Tue, 26 Apr 2011)
New Revision: 4298
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.localadapter/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 release 1.14.0-CR2
Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole.dist/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/exo.jcr.applications.browser/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/exo.jcr.applications.rest/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/exo.jcr.ear/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</version>
</parent>
<artifactId>exo.jcr.ear</artifactId>
<packaging>ear</packaging>
Modified: jcr/trunk/applications/pom.xml
===================================================================
--- jcr/trunk/applications/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/applications/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -22,12 +22,12 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/exo.jcr.component.core/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/exo.jcr.component.ftp/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/exo.jcr.component.statistics/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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 2011-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/exo.jcr.connectors.localadapter/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</version>
</parent>
<artifactId>exo.jcr.connectors.localadapter</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.docs.developer</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.docs</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: jcr/trunk/exo.jcr.docs/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/exo.jcr.docs/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/exo.jcr.framework.web/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/packaging/module/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</version>
</parent>
<artifactId>jcr.packaging.module</artifactId>
<packaging>pom</packaging>
Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
+++ jcr/trunk/pom.xml 2011-04-26 09:41:02 UTC (rev 4298)
@@ -29,14 +29,14 @@
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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/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.14.0-CR2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/tags/1.14.0-CR2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/exo-jcr/jcr/tags/1.14.0-CR2</url>
</scm>
<properties>
15 years
exo-jcr SVN: r4297 - in jcr/trunk: applications and 25 other directories.
by do-not-reply@jboss.org
Author: tolusha
Date: 2011-04-26 05:36:44 -0400 (Tue, 26 Apr 2011)
New Revision: 4297
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.localadapter/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:
EXOJCR-1299: back to SNAPSHOT version
Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml 2011-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole.dist/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/exo.jcr.applications.browser/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/exo.jcr.applications.rest/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/exo.jcr.ear/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.ear</artifactId>
<packaging>ear</packaging>
Modified: jcr/trunk/applications/pom.xml
===================================================================
--- jcr/trunk/applications/pom.xml 2011-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/applications/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -22,12 +22,12 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/exo.jcr.component.core/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/exo.jcr.component.ftp/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/exo.jcr.component.statistics/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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 2011-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/exo.jcr.connectors.localadapter/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-SNAPSHOT</version>
</parent>
<artifactId>exo.jcr.connectors.localadapter</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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.docs.developer</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.docs</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: jcr/trunk/exo.jcr.docs/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/pom.xml 2011-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/exo.jcr.docs/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/exo.jcr.framework.web/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-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-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/packaging/module/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-SNAPSHOT</version>
</parent>
<artifactId>jcr.packaging.module</artifactId>
<packaging>pom</packaging>
Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml 2011-04-26 09:30:26 UTC (rev 4296)
+++ jcr/trunk/pom.xml 2011-04-26 09:36:44 UTC (rev 4297)
@@ -29,7 +29,7 @@
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2</version>
+ <version>1.14.0-CR2-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo JCR</name>
15 years
exo-jcr SVN: r4296 - jcr/trunk.
by do-not-reply@jboss.org
Author: tolusha
Date: 2011-04-26 05:30:26 -0400 (Tue, 26 Apr 2011)
New Revision: 4296
Modified:
jcr/trunk/pom.xml
Log:
EXOJCR-1299: change dependency to tag
Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml 2011-04-26 09:29:50 UTC (rev 4295)
+++ jcr/trunk/pom.xml 2011-04-26 09:30:26 UTC (rev 4296)
@@ -42,9 +42,9 @@
<properties>
<exo.product.name>exo-jcr</exo.product.name>
<exo.product.specification>1.14</exo.product.specification>
- <org.exoplatform.kernel.version>2.3.0-GA-SNAPSHOT</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.4.0-GA-SNAPSHOT</org.exoplatform.core.version>
- <org.exoplatform.ws.version>2.2.0-GA-SNAPSHOT</org.exoplatform.ws.version>
+ <org.exoplatform.kernel.version>2.3.0-CR2</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.4.0-CR2</org.exoplatform.core.version>
+ <org.exoplatform.ws.version>2.2.0-CR2</org.exoplatform.ws.version>
<org.exoplatform.doc-style.version>1</org.exoplatform.doc-style.version>
</properties>
15 years
exo-jcr SVN: r4295 - jcr/tags.
by do-not-reply@jboss.org
Author: tolusha
Date: 2011-04-26 05:29:50 -0400 (Tue, 26 Apr 2011)
New Revision: 4295
Removed:
jcr/tags/1.14.0-CR2/
Log:
EXOJCR-1299: remove tag
15 years
exo-jcr SVN: r4293 - jcr/tags.
by do-not-reply@jboss.org
Author: tolusha
Date: 2011-04-26 04:33:32 -0400 (Tue, 26 Apr 2011)
New Revision: 4293
Added:
jcr/tags/1.14.0-CR2/
Log:
[maven-scm] copy for tag 1.14.0-CR2
15 years
exo-jcr SVN: r4292 - in jcr/trunk: applications and 25 other directories.
by do-not-reply@jboss.org
Author: tolusha
Date: 2011-04-26 04:33:01 -0400 (Tue, 26 Apr 2011)
New Revision: 4292
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.localadapter/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 release 1.14.0-CR2
Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml 2011-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole.dist/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/exo.jcr.applications.browser/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/exo.jcr.applications.config/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/exo.jcr.applications.fckeditor/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/exo.jcr.applications.jboss/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/exo.jcr.applications.jetty/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/exo.jcr.applications.jonas/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/exo.jcr.applications.rest/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/exo.jcr.applications.tomcat/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.applications.config</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/exo.jcr.cluster.testclient/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/exo.jcr.ear/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</version>
</parent>
<artifactId>exo.jcr.ear</artifactId>
<packaging>ear</packaging>
Modified: jcr/trunk/applications/pom.xml
===================================================================
--- jcr/trunk/applications/pom.xml 2011-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/applications/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -22,12 +22,12 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jcr-applications-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/exo.jcr.component.core/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/exo.jcr.component.ftp/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/exo.jcr.component.statistics/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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 2011-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/exo.jcr.connectors.localadapter/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</version>
</parent>
<artifactId>exo.jcr.connectors.localadapter</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.docs.developer</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.docs</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: jcr/trunk/exo.jcr.docs/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/pom.xml 2011-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/exo.jcr.docs/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -22,7 +22,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -12,7 +12,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/exo.jcr.framework.ftpclient/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/exo.jcr.framework.web/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -24,7 +24,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/packaging/module/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</version>
</parent>
<artifactId>jcr.packaging.module</artifactId>
<packaging>pom</packaging>
Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml 2011-04-26 08:22:10 UTC (rev 4291)
+++ jcr/trunk/pom.xml 2011-04-26 08:33:01 UTC (rev 4292)
@@ -29,14 +29,14 @@
<groupId>org.exoplatform.jcr</groupId>
<artifactId>jcr-parent</artifactId>
- <version>1.14.0-CR2-SNAPSHOT</version>
+ <version>1.14.0-CR2</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.14.0-CR2</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/jcr/tags/1.14.0-CR2</developerConnection>
+ <url>http://fisheye.jboss.org/browse/exo-jcr/jcr/tags/1.14.0-CR2</url>
</scm>
<properties>
15 years
exo-jcr SVN: r4291 - jcr/trunk.
by do-not-reply@jboss.org
Author: tolusha
Date: 2011-04-26 04:22:10 -0400 (Tue, 26 Apr 2011)
New Revision: 4291
Modified:
jcr/trunk/pom.xml
Log:
EXOJCR-1299: change dependency to tag
Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml 2011-04-26 08:10:32 UTC (rev 4290)
+++ jcr/trunk/pom.xml 2011-04-26 08:22:10 UTC (rev 4291)
@@ -42,9 +42,9 @@
<properties>
<exo.product.name>exo-jcr</exo.product.name>
<exo.product.specification>1.14</exo.product.specification>
- <org.exoplatform.kernel.version>2.3.0-CR2-SNAPSHOT</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.4.0-CR2-SNAPSHOT</org.exoplatform.core.version>
- <org.exoplatform.ws.version>2.2.0-CR2-SNAPSHOT</org.exoplatform.ws.version>
+ <org.exoplatform.kernel.version>2.3.0-CR2</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.4.0-CR2</org.exoplatform.core.version>
+ <org.exoplatform.ws.version>2.2.0-CR2</org.exoplatform.ws.version>
<org.exoplatform.doc-style.version>1</org.exoplatform.doc-style.version>
</properties>
15 years