exo-jcr SVN: r5302 - jcr/branches/1.12.x.
by do-not-reply@jboss.org
Author: quangexoplatform
Date: 2011-12-12 03:40:19 -0500 (Mon, 12 Dec 2011)
New Revision: 5302
Modified:
jcr/branches/1.12.x/pom.xml
Log:
[PLF-2467] Upgrade dependencies to latest releases
Modified: jcr/branches/1.12.x/pom.xml
===================================================================
--- jcr/branches/1.12.x/pom.xml 2011-12-12 08:37:02 UTC (rev 5301)
+++ jcr/branches/1.12.x/pom.xml 2011-12-12 08:40:19 UTC (rev 5302)
@@ -42,9 +42,9 @@
<properties>
<exo.product.name>exo-jcr</exo.product.name>
<exo.product.specification>1.12</exo.product.specification>
- <org.exoplatform.kernel.version>2.2.11-GA-SNAPSHOT</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.3.11-GA-SNAPSHOT</org.exoplatform.core.version>
- <org.exoplatform.ws.version>2.1.11-GA-SNAPSHOT</org.exoplatform.ws.version>
+ <org.exoplatform.kernel.version>2.2.11-GA</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.3.11-GA</org.exoplatform.core.version>
+ <org.exoplatform.ws.version>2.1.11-GA</org.exoplatform.ws.version>
<org.exoplatform.doc-style.version>1</org.exoplatform.doc-style.version>
<version.assembly.plugin>2.2.1</version.assembly.plugin>
</properties>
14 years, 4 months
exo-jcr SVN: r5301 - ws/branches/2.1.x.
by do-not-reply@jboss.org
Author: quangexoplatform
Date: 2011-12-12 03:37:02 -0500 (Mon, 12 Dec 2011)
New Revision: 5301
Modified:
ws/branches/2.1.x/pom.xml
Log:
[PLF-2467] Upgrade dependencies to next snapshots
Modified: ws/branches/2.1.x/pom.xml
===================================================================
--- ws/branches/2.1.x/pom.xml 2011-12-12 08:32:14 UTC (rev 5300)
+++ ws/branches/2.1.x/pom.xml 2011-12-12 08:37:02 UTC (rev 5301)
@@ -44,8 +44,8 @@
<exo.product.name>exo-ws</exo.product.name>
<exo.product.specification>2.1</exo.product.specification>
<version.assembly.plugin>2.2.1</version.assembly.plugin>
- <org.exoplatform.kernel.version>2.2.11-GA</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.3.11-GA</org.exoplatform.core.version>
+ <org.exoplatform.kernel.version>2.2.12-GA-SNAPSHOT</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.3.12-GA-SNAPSHOT</org.exoplatform.core.version>
</properties>
<modules>
14 years, 4 months
exo-jcr SVN: r5300 - in ws/branches/2.1.x: exo.ws.commons and 6 other directories.
by do-not-reply@jboss.org
Author: quangexoplatform
Date: 2011-12-12 03:32:14 -0500 (Mon, 12 Dec 2011)
New Revision: 5300
Modified:
ws/branches/2.1.x/exo.ws.commons/pom.xml
ws/branches/2.1.x/exo.ws.frameworks.json/pom.xml
ws/branches/2.1.x/exo.ws.frameworks.servlet/pom.xml
ws/branches/2.1.x/exo.ws.rest.core/pom.xml
ws/branches/2.1.x/exo.ws.rest.ext/pom.xml
ws/branches/2.1.x/exo.ws.testframework/pom.xml
ws/branches/2.1.x/packaging/module/pom.xml
ws/branches/2.1.x/pom.xml
Log:
[maven-release-plugin] [PLF-2467]prepare for next development iteration
Modified: ws/branches/2.1.x/exo.ws.commons/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.commons/pom.xml 2011-12-12 08:32:06 UTC (rev 5299)
+++ ws/branches/2.1.x/exo.ws.commons/pom.xml 2011-12-12 08:32:14 UTC (rev 5300)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA</version>
+ <version>2.1.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.ws.commons</artifactId>
Modified: ws/branches/2.1.x/exo.ws.frameworks.json/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.frameworks.json/pom.xml 2011-12-12 08:32:06 UTC (rev 5299)
+++ ws/branches/2.1.x/exo.ws.frameworks.json/pom.xml 2011-12-12 08:32:14 UTC (rev 5300)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA</version>
+ <version>2.1.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.ws.frameworks.json</artifactId>
Modified: ws/branches/2.1.x/exo.ws.frameworks.servlet/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.frameworks.servlet/pom.xml 2011-12-12 08:32:06 UTC (rev 5299)
+++ ws/branches/2.1.x/exo.ws.frameworks.servlet/pom.xml 2011-12-12 08:32:14 UTC (rev 5300)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA</version>
+ <version>2.1.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.ws.frameworks.servlet</artifactId>
Modified: ws/branches/2.1.x/exo.ws.rest.core/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.rest.core/pom.xml 2011-12-12 08:32:06 UTC (rev 5299)
+++ ws/branches/2.1.x/exo.ws.rest.core/pom.xml 2011-12-12 08:32:14 UTC (rev 5300)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA</version>
+ <version>2.1.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.ws.rest.core</artifactId>
Modified: ws/branches/2.1.x/exo.ws.rest.ext/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.rest.ext/pom.xml 2011-12-12 08:32:06 UTC (rev 5299)
+++ ws/branches/2.1.x/exo.ws.rest.ext/pom.xml 2011-12-12 08:32:14 UTC (rev 5300)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA</version>
+ <version>2.1.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.ws.rest.ext</artifactId>
Modified: ws/branches/2.1.x/exo.ws.testframework/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.testframework/pom.xml 2011-12-12 08:32:06 UTC (rev 5299)
+++ ws/branches/2.1.x/exo.ws.testframework/pom.xml 2011-12-12 08:32:14 UTC (rev 5300)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA</version>
+ <version>2.1.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.ws.testframework</artifactId>
Modified: ws/branches/2.1.x/packaging/module/pom.xml
===================================================================
--- ws/branches/2.1.x/packaging/module/pom.xml 2011-12-12 08:32:06 UTC (rev 5299)
+++ ws/branches/2.1.x/packaging/module/pom.xml 2011-12-12 08:32:14 UTC (rev 5300)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA</version>
+ <version>2.1.12-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: ws/branches/2.1.x/pom.xml
===================================================================
--- ws/branches/2.1.x/pom.xml 2011-12-12 08:32:06 UTC (rev 5299)
+++ ws/branches/2.1.x/pom.xml 2011-12-12 08:32:14 UTC (rev 5300)
@@ -30,14 +30,14 @@
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA</version>
+ <version>2.1.12-GA-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo WS</name>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/ws/tags/2.1.11-GA</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/tags/2.1.11-GA</developerConnection>
- <url>http://fisheye.jboss.org/browse/exo-jcr/ws/tags/2.1.11-GA</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/ws/branches/2.1.x/</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/branches/2.1.x/</developerConnection>
+ <url>http://fisheye.jboss.org/browse/exo-jcr/ws/branches/2.1.x</url>
</scm>
<properties>
14 years, 4 months
exo-jcr SVN: r5299 - ws/tags.
by do-not-reply@jboss.org
Author: quangexoplatform
Date: 2011-12-12 03:32:06 -0500 (Mon, 12 Dec 2011)
New Revision: 5299
Added:
ws/tags/2.1.11-GA/
Log:
[maven-release-plugin] [PLF-2467] copy for tag 2.1.11-GA
14 years, 4 months
exo-jcr SVN: r5298 - in ws/branches/2.1.x: exo.ws.commons and 6 other directories.
by do-not-reply@jboss.org
Author: quangexoplatform
Date: 2011-12-12 03:31:56 -0500 (Mon, 12 Dec 2011)
New Revision: 5298
Modified:
ws/branches/2.1.x/exo.ws.commons/pom.xml
ws/branches/2.1.x/exo.ws.frameworks.json/pom.xml
ws/branches/2.1.x/exo.ws.frameworks.servlet/pom.xml
ws/branches/2.1.x/exo.ws.rest.core/pom.xml
ws/branches/2.1.x/exo.ws.rest.ext/pom.xml
ws/branches/2.1.x/exo.ws.testframework/pom.xml
ws/branches/2.1.x/packaging/module/pom.xml
ws/branches/2.1.x/pom.xml
Log:
[maven-release-plugin] [PLF-2467]prepare release 2.1.11-GA
Modified: ws/branches/2.1.x/exo.ws.commons/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.commons/pom.xml 2011-12-12 08:30:40 UTC (rev 5297)
+++ ws/branches/2.1.x/exo.ws.commons/pom.xml 2011-12-12 08:31:56 UTC (rev 5298)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA-SNAPSHOT</version>
+ <version>2.1.11-GA</version>
</parent>
<artifactId>exo.ws.commons</artifactId>
Modified: ws/branches/2.1.x/exo.ws.frameworks.json/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.frameworks.json/pom.xml 2011-12-12 08:30:40 UTC (rev 5297)
+++ ws/branches/2.1.x/exo.ws.frameworks.json/pom.xml 2011-12-12 08:31:56 UTC (rev 5298)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA-SNAPSHOT</version>
+ <version>2.1.11-GA</version>
</parent>
<artifactId>exo.ws.frameworks.json</artifactId>
Modified: ws/branches/2.1.x/exo.ws.frameworks.servlet/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.frameworks.servlet/pom.xml 2011-12-12 08:30:40 UTC (rev 5297)
+++ ws/branches/2.1.x/exo.ws.frameworks.servlet/pom.xml 2011-12-12 08:31:56 UTC (rev 5298)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA-SNAPSHOT</version>
+ <version>2.1.11-GA</version>
</parent>
<artifactId>exo.ws.frameworks.servlet</artifactId>
Modified: ws/branches/2.1.x/exo.ws.rest.core/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.rest.core/pom.xml 2011-12-12 08:30:40 UTC (rev 5297)
+++ ws/branches/2.1.x/exo.ws.rest.core/pom.xml 2011-12-12 08:31:56 UTC (rev 5298)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA-SNAPSHOT</version>
+ <version>2.1.11-GA</version>
</parent>
<artifactId>exo.ws.rest.core</artifactId>
Modified: ws/branches/2.1.x/exo.ws.rest.ext/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.rest.ext/pom.xml 2011-12-12 08:30:40 UTC (rev 5297)
+++ ws/branches/2.1.x/exo.ws.rest.ext/pom.xml 2011-12-12 08:31:56 UTC (rev 5298)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA-SNAPSHOT</version>
+ <version>2.1.11-GA</version>
</parent>
<artifactId>exo.ws.rest.ext</artifactId>
Modified: ws/branches/2.1.x/exo.ws.testframework/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.testframework/pom.xml 2011-12-12 08:30:40 UTC (rev 5297)
+++ ws/branches/2.1.x/exo.ws.testframework/pom.xml 2011-12-12 08:31:56 UTC (rev 5298)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA-SNAPSHOT</version>
+ <version>2.1.11-GA</version>
</parent>
<artifactId>exo.ws.testframework</artifactId>
Modified: ws/branches/2.1.x/packaging/module/pom.xml
===================================================================
--- ws/branches/2.1.x/packaging/module/pom.xml 2011-12-12 08:30:40 UTC (rev 5297)
+++ ws/branches/2.1.x/packaging/module/pom.xml 2011-12-12 08:31:56 UTC (rev 5298)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA-SNAPSHOT</version>
+ <version>2.1.11-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: ws/branches/2.1.x/pom.xml
===================================================================
--- ws/branches/2.1.x/pom.xml 2011-12-12 08:30:40 UTC (rev 5297)
+++ ws/branches/2.1.x/pom.xml 2011-12-12 08:31:56 UTC (rev 5298)
@@ -30,14 +30,14 @@
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.11-GA-SNAPSHOT</version>
+ <version>2.1.11-GA</version>
<packaging>pom</packaging>
<name>eXo WS</name>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/ws/branches/2.1.x/</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/branches/2.1.x/</developerConnection>
- <url>http://fisheye.jboss.org/browse/exo-jcr/ws/branches/2.1.x</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/ws/tags/2.1.11-GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/tags/2.1.11-GA</developerConnection>
+ <url>http://fisheye.jboss.org/browse/exo-jcr/ws/tags/2.1.11-GA</url>
</scm>
<properties>
14 years, 4 months
exo-jcr SVN: r5297 - ws/branches/2.1.x.
by do-not-reply@jboss.org
Author: quangexoplatform
Date: 2011-12-12 03:30:40 -0500 (Mon, 12 Dec 2011)
New Revision: 5297
Modified:
ws/branches/2.1.x/pom.xml
Log:
[PLF-2467] Upgrade dependencies to latest releases
Modified: ws/branches/2.1.x/pom.xml
===================================================================
--- ws/branches/2.1.x/pom.xml 2011-12-12 08:26:16 UTC (rev 5296)
+++ ws/branches/2.1.x/pom.xml 2011-12-12 08:30:40 UTC (rev 5297)
@@ -44,8 +44,8 @@
<exo.product.name>exo-ws</exo.product.name>
<exo.product.specification>2.1</exo.product.specification>
<version.assembly.plugin>2.2.1</version.assembly.plugin>
- <org.exoplatform.kernel.version>2.2.11-GA-SNAPSHOT</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.3.11-GA-SNAPSHOT</org.exoplatform.core.version>
+ <org.exoplatform.kernel.version>2.2.11-GA</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.3.11-GA</org.exoplatform.core.version>
</properties>
<modules>
14 years, 4 months
exo-jcr SVN: r5296 - core/branches/2.3.x.
by do-not-reply@jboss.org
Author: quangexoplatform
Date: 2011-12-12 03:26:16 -0500 (Mon, 12 Dec 2011)
New Revision: 5296
Modified:
core/branches/2.3.x/pom.xml
Log:
[PLF-2467] Upgrade dependencies to next snapshots
Modified: core/branches/2.3.x/pom.xml
===================================================================
--- core/branches/2.3.x/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
+++ core/branches/2.3.x/pom.xml 2011-12-12 08:26:16 UTC (rev 5296)
@@ -39,7 +39,7 @@
<exo.product.specification>2.3</exo.product.specification>
<version.assembly.plugin>2.2.1</version.assembly.plugin>
<org.exoplatform.framework.junit.version>1.2.1-GA</org.exoplatform.framework.junit.version>
- <org.exoplatform.kernel.version>2.2.11-GA</org.exoplatform.kernel.version>
+ <org.exoplatform.kernel.version>2.2.12-GA-SNAPSHOT</org.exoplatform.kernel.version>
</properties>
<scm>
14 years, 4 months
exo-jcr SVN: r5295 - in core/branches/2.3.x: exo.core.component.database and 10 other directories.
by do-not-reply@jboss.org
Author: quangexoplatform
Date: 2011-12-12 03:16:38 -0500 (Mon, 12 Dec 2011)
New Revision: 5295
Modified:
core/branches/2.3.x/exo.core.component.database/pom.xml
core/branches/2.3.x/exo.core.component.document/pom.xml
core/branches/2.3.x/exo.core.component.ldap/pom.xml
core/branches/2.3.x/exo.core.component.organization.api/pom.xml
core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml
core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml
core/branches/2.3.x/exo.core.component.script.groovy/pom.xml
core/branches/2.3.x/exo.core.component.security.core/pom.xml
core/branches/2.3.x/exo.core.component.web.css/pom.xml
core/branches/2.3.x/exo.core.component.xml-processing/pom.xml
core/branches/2.3.x/packaging/module/pom.xml
core/branches/2.3.x/pom.xml
Log:
[maven-release-plugin] [PLF-2467]prepare for next development iteration
Modified: core/branches/2.3.x/exo.core.component.database/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.database/pom.xml 2011-12-12 08:16:29 UTC (rev 5294)
+++ core/branches/2.3.x/exo.core.component.database/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA</version>
+ <version>2.3.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.database</artifactId>
Modified: core/branches/2.3.x/exo.core.component.document/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.document/pom.xml 2011-12-12 08:16:29 UTC (rev 5294)
+++ core/branches/2.3.x/exo.core.component.document/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA</version>
+ <version>2.3.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.document</artifactId>
<name>eXo Core :: Component :: Demo Service</name>
Modified: core/branches/2.3.x/exo.core.component.ldap/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.ldap/pom.xml 2011-12-12 08:16:29 UTC (rev 5294)
+++ core/branches/2.3.x/exo.core.component.ldap/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA</version>
+ <version>2.3.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.ldap</artifactId>
Modified: core/branches/2.3.x/exo.core.component.organization.api/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.organization.api/pom.xml 2011-12-12 08:16:29 UTC (rev 5294)
+++ core/branches/2.3.x/exo.core.component.organization.api/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA</version>
+ <version>2.3.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.organization.api</artifactId>
<name>eXo Core :: Component :: Organization Service API</name>
Modified: core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml 2011-12-12 08:16:29 UTC (rev 5294)
+++ core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA</version>
+ <version>2.3.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.organization.jdbc</artifactId>
Modified: core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml 2011-12-12 08:16:29 UTC (rev 5294)
+++ core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA</version>
+ <version>2.3.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.organization.ldap</artifactId>
Modified: core/branches/2.3.x/exo.core.component.script.groovy/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.script.groovy/pom.xml 2011-12-12 08:16:29 UTC (rev 5294)
+++ core/branches/2.3.x/exo.core.component.script.groovy/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA</version>
+ <version>2.3.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.script.groovy</artifactId>
Modified: core/branches/2.3.x/exo.core.component.security.core/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.security.core/pom.xml 2011-12-12 08:16:29 UTC (rev 5294)
+++ core/branches/2.3.x/exo.core.component.security.core/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA</version>
+ <version>2.3.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.security.core</artifactId>
Modified: core/branches/2.3.x/exo.core.component.web.css/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.web.css/pom.xml 2011-12-12 08:16:29 UTC (rev 5294)
+++ core/branches/2.3.x/exo.core.component.web.css/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA</version>
+ <version>2.3.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.web.css</artifactId>
Modified: core/branches/2.3.x/exo.core.component.xml-processing/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.xml-processing/pom.xml 2011-12-12 08:16:29 UTC (rev 5294)
+++ core/branches/2.3.x/exo.core.component.xml-processing/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA</version>
+ <version>2.3.12-GA-SNAPSHOT</version>
</parent>
<artifactId>exo.core.component.xml-processing</artifactId>
<name>eXo Core :: Component :: XML Processing Service</name>
Modified: core/branches/2.3.x/packaging/module/pom.xml
===================================================================
--- core/branches/2.3.x/packaging/module/pom.xml 2011-12-12 08:16:29 UTC (rev 5294)
+++ core/branches/2.3.x/packaging/module/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA</version>
+ <version>2.3.12-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -18,13 +18,13 @@
<!-- declare the same dependencies than in the module.js -->
<dependencies>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.database</artifactId><version>2.3.11-GA</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.11-GA</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.11-GA</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.11-GA</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.11-GA</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.11-GA</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.11-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.database</artifactId><version>2.3.12-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.12-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.12-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.12-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.12-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.12-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.12-GA-SNAPSHOT</version></dependency>
</dependencies>
<build>
Modified: core/branches/2.3.x/pom.xml
===================================================================
--- core/branches/2.3.x/pom.xml 2011-12-12 08:16:29 UTC (rev 5294)
+++ core/branches/2.3.x/pom.xml 2011-12-12 08:16:38 UTC (rev 5295)
@@ -29,7 +29,7 @@
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA</version>
+ <version>2.3.12-GA-SNAPSHOT</version>
<packaging>pom</packaging>
<name>eXo Core</name>
@@ -43,9 +43,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/core/tags/2.3.11-GA</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/core/tags/2.3.11-GA</developerConnection>
- <url>http://fisheye.jboss.org/browse/exo-jcr/core/tags/2.3.11-GA</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/core/branches/2.3.x/</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/core/branches/2.3.x/</developerConnection>
+ <url>http://fisheye.jboss.org/browse/exo-jcr/core/branches/2.3.x</url>
</scm>
<modules>
14 years, 4 months
exo-jcr SVN: r5294 - core/tags.
by do-not-reply@jboss.org
Author: quangexoplatform
Date: 2011-12-12 03:16:29 -0500 (Mon, 12 Dec 2011)
New Revision: 5294
Added:
core/tags/2.3.11-GA/
Log:
[maven-release-plugin] [PLF-2467] copy for tag 2.3.11-GA
14 years, 4 months
exo-jcr SVN: r5293 - in core/branches/2.3.x: exo.core.component.database and 10 other directories.
by do-not-reply@jboss.org
Author: quangexoplatform
Date: 2011-12-12 03:16:19 -0500 (Mon, 12 Dec 2011)
New Revision: 5293
Modified:
core/branches/2.3.x/exo.core.component.database/pom.xml
core/branches/2.3.x/exo.core.component.document/pom.xml
core/branches/2.3.x/exo.core.component.ldap/pom.xml
core/branches/2.3.x/exo.core.component.organization.api/pom.xml
core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml
core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml
core/branches/2.3.x/exo.core.component.script.groovy/pom.xml
core/branches/2.3.x/exo.core.component.security.core/pom.xml
core/branches/2.3.x/exo.core.component.web.css/pom.xml
core/branches/2.3.x/exo.core.component.xml-processing/pom.xml
core/branches/2.3.x/packaging/module/pom.xml
core/branches/2.3.x/pom.xml
Log:
[maven-release-plugin] [PLF-2467]prepare release 2.3.11-GA
Modified: core/branches/2.3.x/exo.core.component.database/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.database/pom.xml 2011-12-12 08:14:04 UTC (rev 5292)
+++ core/branches/2.3.x/exo.core.component.database/pom.xml 2011-12-12 08:16:19 UTC (rev 5293)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA-SNAPSHOT</version>
+ <version>2.3.11-GA</version>
</parent>
<artifactId>exo.core.component.database</artifactId>
Modified: core/branches/2.3.x/exo.core.component.document/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.document/pom.xml 2011-12-12 08:14:04 UTC (rev 5292)
+++ core/branches/2.3.x/exo.core.component.document/pom.xml 2011-12-12 08:16:19 UTC (rev 5293)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA-SNAPSHOT</version>
+ <version>2.3.11-GA</version>
</parent>
<artifactId>exo.core.component.document</artifactId>
<name>eXo Core :: Component :: Demo Service</name>
Modified: core/branches/2.3.x/exo.core.component.ldap/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.ldap/pom.xml 2011-12-12 08:14:04 UTC (rev 5292)
+++ core/branches/2.3.x/exo.core.component.ldap/pom.xml 2011-12-12 08:16:19 UTC (rev 5293)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA-SNAPSHOT</version>
+ <version>2.3.11-GA</version>
</parent>
<artifactId>exo.core.component.ldap</artifactId>
Modified: core/branches/2.3.x/exo.core.component.organization.api/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.organization.api/pom.xml 2011-12-12 08:14:04 UTC (rev 5292)
+++ core/branches/2.3.x/exo.core.component.organization.api/pom.xml 2011-12-12 08:16:19 UTC (rev 5293)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA-SNAPSHOT</version>
+ <version>2.3.11-GA</version>
</parent>
<artifactId>exo.core.component.organization.api</artifactId>
<name>eXo Core :: Component :: Organization Service API</name>
Modified: core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml 2011-12-12 08:14:04 UTC (rev 5292)
+++ core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml 2011-12-12 08:16:19 UTC (rev 5293)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA-SNAPSHOT</version>
+ <version>2.3.11-GA</version>
</parent>
<artifactId>exo.core.component.organization.jdbc</artifactId>
Modified: core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml 2011-12-12 08:14:04 UTC (rev 5292)
+++ core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml 2011-12-12 08:16:19 UTC (rev 5293)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA-SNAPSHOT</version>
+ <version>2.3.11-GA</version>
</parent>
<artifactId>exo.core.component.organization.ldap</artifactId>
Modified: core/branches/2.3.x/exo.core.component.script.groovy/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.script.groovy/pom.xml 2011-12-12 08:14:04 UTC (rev 5292)
+++ core/branches/2.3.x/exo.core.component.script.groovy/pom.xml 2011-12-12 08:16:19 UTC (rev 5293)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA-SNAPSHOT</version>
+ <version>2.3.11-GA</version>
</parent>
<artifactId>exo.core.component.script.groovy</artifactId>
Modified: core/branches/2.3.x/exo.core.component.security.core/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.security.core/pom.xml 2011-12-12 08:14:04 UTC (rev 5292)
+++ core/branches/2.3.x/exo.core.component.security.core/pom.xml 2011-12-12 08:16:19 UTC (rev 5293)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA-SNAPSHOT</version>
+ <version>2.3.11-GA</version>
</parent>
<artifactId>exo.core.component.security.core</artifactId>
Modified: core/branches/2.3.x/exo.core.component.web.css/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.web.css/pom.xml 2011-12-12 08:14:04 UTC (rev 5292)
+++ core/branches/2.3.x/exo.core.component.web.css/pom.xml 2011-12-12 08:16:19 UTC (rev 5293)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA-SNAPSHOT</version>
+ <version>2.3.11-GA</version>
</parent>
<artifactId>exo.core.component.web.css</artifactId>
Modified: core/branches/2.3.x/exo.core.component.xml-processing/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.xml-processing/pom.xml 2011-12-12 08:14:04 UTC (rev 5292)
+++ core/branches/2.3.x/exo.core.component.xml-processing/pom.xml 2011-12-12 08:16:19 UTC (rev 5293)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA-SNAPSHOT</version>
+ <version>2.3.11-GA</version>
</parent>
<artifactId>exo.core.component.xml-processing</artifactId>
<name>eXo Core :: Component :: XML Processing Service</name>
Modified: core/branches/2.3.x/packaging/module/pom.xml
===================================================================
--- core/branches/2.3.x/packaging/module/pom.xml 2011-12-12 08:14:04 UTC (rev 5292)
+++ core/branches/2.3.x/packaging/module/pom.xml 2011-12-12 08:16:19 UTC (rev 5293)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA-SNAPSHOT</version>
+ <version>2.3.11-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -18,13 +18,13 @@
<!-- declare the same dependencies than in the module.js -->
<dependencies>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.database</artifactId><version>2.3.11-GA-SNAPSHOT</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.11-GA-SNAPSHOT</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.11-GA-SNAPSHOT</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.11-GA-SNAPSHOT</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.11-GA-SNAPSHOT</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.11-GA-SNAPSHOT</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.11-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.database</artifactId><version>2.3.11-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.11-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.11-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.11-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.11-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.11-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.11-GA</version></dependency>
</dependencies>
<build>
Modified: core/branches/2.3.x/pom.xml
===================================================================
--- core/branches/2.3.x/pom.xml 2011-12-12 08:14:04 UTC (rev 5292)
+++ core/branches/2.3.x/pom.xml 2011-12-12 08:16:19 UTC (rev 5293)
@@ -29,7 +29,7 @@
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.11-GA-SNAPSHOT</version>
+ <version>2.3.11-GA</version>
<packaging>pom</packaging>
<name>eXo Core</name>
@@ -43,9 +43,9 @@
</properties>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/core/branches/2.3.x/</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/core/branches/2.3.x/</developerConnection>
- <url>http://fisheye.jboss.org/browse/exo-jcr/core/branches/2.3.x</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/core/tags/2.3.11-GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/core/tags/2.3.11-GA</developerConnection>
+ <url>http://fisheye.jboss.org/browse/exo-jcr/core/tags/2.3.11-GA</url>
</scm>
<modules>
14 years, 4 months