exo-jcr SVN: r3650 - jcr/branches/1.12.x.
by do-not-reply@jboss.org
Author: aheritier
Date: 2010-12-09 11:04:24 -0500 (Thu, 09 Dec 2010)
New Revision: 3650
Modified:
jcr/branches/1.12.x/pom.xml
Log:
[REL-638] Upgrade dependencies to latest releases
Modified: jcr/branches/1.12.x/pom.xml
===================================================================
--- jcr/branches/1.12.x/pom.xml 2010-12-09 16:03:08 UTC (rev 3649)
+++ jcr/branches/1.12.x/pom.xml 2010-12-09 16:04:24 UTC (rev 3650)
@@ -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.6-GA-SNAPSHOT</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.3.6-GA-SNAPSHOT</org.exoplatform.core.version>
- <org.exoplatform.ws.version>2.1.6-GA-SNAPSHOT</org.exoplatform.ws.version>
+ <org.exoplatform.kernel.version>2.2.6-GA</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.3.6-GA</org.exoplatform.core.version>
+ <org.exoplatform.ws.version>2.1.6-GA</org.exoplatform.ws.version>
<org.exoplatform.doc-style.version>1</org.exoplatform.doc-style.version>
</properties>
15 years, 5 months
exo-jcr SVN: r3649 - ws/branches/2.1.x.
by do-not-reply@jboss.org
Author: aheritier
Date: 2010-12-09 11:03:08 -0500 (Thu, 09 Dec 2010)
New Revision: 3649
Modified:
ws/branches/2.1.x/pom.xml
Log:
[REL-638] Upgrade dependencies to next snapshots
Modified: ws/branches/2.1.x/pom.xml
===================================================================
--- ws/branches/2.1.x/pom.xml 2010-12-09 15:54:54 UTC (rev 3648)
+++ ws/branches/2.1.x/pom.xml 2010-12-09 16:03:08 UTC (rev 3649)
@@ -44,8 +44,8 @@
<exo.product.name>exo-ws</exo.product.name>
<exo.product.specification>2.1</exo.product.specification>
- <org.exoplatform.kernel.version>2.2.6-GA</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.3.6-GA</org.exoplatform.core.version>
+ <org.exoplatform.kernel.version>2.2.7-GA-SNAPSHOT</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.3.7-GA-SNAPSHOT</org.exoplatform.core.version>
</properties>
<modules>
15 years, 5 months
exo-jcr SVN: r3648 - in ws/branches/2.1.x: exo.ws.commons and 6 other directories.
by do-not-reply@jboss.org
Author: aheritier
Date: 2010-12-09 10:54:54 -0500 (Thu, 09 Dec 2010)
New Revision: 3648
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] [REL-638]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 2010-12-09 15:54:34 UTC (rev 3647)
+++ ws/branches/2.1.x/exo.ws.commons/pom.xml 2010-12-09 15:54:54 UTC (rev 3648)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA</version>
+ <version>2.1.7-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 2010-12-09 15:54:34 UTC (rev 3647)
+++ ws/branches/2.1.x/exo.ws.frameworks.json/pom.xml 2010-12-09 15:54:54 UTC (rev 3648)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA</version>
+ <version>2.1.7-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 2010-12-09 15:54:34 UTC (rev 3647)
+++ ws/branches/2.1.x/exo.ws.frameworks.servlet/pom.xml 2010-12-09 15:54:54 UTC (rev 3648)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA</version>
+ <version>2.1.7-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 2010-12-09 15:54:34 UTC (rev 3647)
+++ ws/branches/2.1.x/exo.ws.rest.core/pom.xml 2010-12-09 15:54:54 UTC (rev 3648)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA</version>
+ <version>2.1.7-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 2010-12-09 15:54:34 UTC (rev 3647)
+++ ws/branches/2.1.x/exo.ws.rest.ext/pom.xml 2010-12-09 15:54:54 UTC (rev 3648)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA</version>
+ <version>2.1.7-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 2010-12-09 15:54:34 UTC (rev 3647)
+++ ws/branches/2.1.x/exo.ws.testframework/pom.xml 2010-12-09 15:54:54 UTC (rev 3648)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA</version>
+ <version>2.1.7-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 2010-12-09 15:54:34 UTC (rev 3647)
+++ ws/branches/2.1.x/packaging/module/pom.xml 2010-12-09 15:54:54 UTC (rev 3648)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA</version>
+ <version>2.1.7-GA-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: ws/branches/2.1.x/pom.xml
===================================================================
--- ws/branches/2.1.x/pom.xml 2010-12-09 15:54:34 UTC (rev 3647)
+++ ws/branches/2.1.x/pom.xml 2010-12-09 15:54:54 UTC (rev 3648)
@@ -30,14 +30,14 @@
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA</version>
+ <version>2.1.7-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.6-GA</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/tags/2.1.6-GA</developerConnection>
- <url>http://fisheye.jboss.org/browse/exo-jcr/ws/tags/2.1.6-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>
15 years, 5 months
exo-jcr SVN: r3647 - ws/tags.
by do-not-reply@jboss.org
Author: aheritier
Date: 2010-12-09 10:54:34 -0500 (Thu, 09 Dec 2010)
New Revision: 3647
Added:
ws/tags/2.1.6-GA/
Log:
[maven-release-plugin] [REL-638] copy for tag 2.1.6-GA
Copied: ws/tags/2.1.6-GA (from rev 3646, ws/branches/2.1.x)
15 years, 5 months
exo-jcr SVN: r3646 - in ws/branches/2.1.x: exo.ws.commons and 6 other directories.
by do-not-reply@jboss.org
Author: aheritier
Date: 2010-12-09 10:54:09 -0500 (Thu, 09 Dec 2010)
New Revision: 3646
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] [REL-638]prepare release 2.1.6-GA
Modified: ws/branches/2.1.x/exo.ws.commons/pom.xml
===================================================================
--- ws/branches/2.1.x/exo.ws.commons/pom.xml 2010-12-09 15:52:59 UTC (rev 3645)
+++ ws/branches/2.1.x/exo.ws.commons/pom.xml 2010-12-09 15:54:09 UTC (rev 3646)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA-SNAPSHOT</version>
+ <version>2.1.6-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 2010-12-09 15:52:59 UTC (rev 3645)
+++ ws/branches/2.1.x/exo.ws.frameworks.json/pom.xml 2010-12-09 15:54:09 UTC (rev 3646)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA-SNAPSHOT</version>
+ <version>2.1.6-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 2010-12-09 15:52:59 UTC (rev 3645)
+++ ws/branches/2.1.x/exo.ws.frameworks.servlet/pom.xml 2010-12-09 15:54:09 UTC (rev 3646)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA-SNAPSHOT</version>
+ <version>2.1.6-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 2010-12-09 15:52:59 UTC (rev 3645)
+++ ws/branches/2.1.x/exo.ws.rest.core/pom.xml 2010-12-09 15:54:09 UTC (rev 3646)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA-SNAPSHOT</version>
+ <version>2.1.6-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 2010-12-09 15:52:59 UTC (rev 3645)
+++ ws/branches/2.1.x/exo.ws.rest.ext/pom.xml 2010-12-09 15:54:09 UTC (rev 3646)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA-SNAPSHOT</version>
+ <version>2.1.6-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 2010-12-09 15:52:59 UTC (rev 3645)
+++ ws/branches/2.1.x/exo.ws.testframework/pom.xml 2010-12-09 15:54:09 UTC (rev 3646)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA-SNAPSHOT</version>
+ <version>2.1.6-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 2010-12-09 15:52:59 UTC (rev 3645)
+++ ws/branches/2.1.x/packaging/module/pom.xml 2010-12-09 15:54:09 UTC (rev 3646)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA-SNAPSHOT</version>
+ <version>2.1.6-GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: ws/branches/2.1.x/pom.xml
===================================================================
--- ws/branches/2.1.x/pom.xml 2010-12-09 15:52:59 UTC (rev 3645)
+++ ws/branches/2.1.x/pom.xml 2010-12-09 15:54:09 UTC (rev 3646)
@@ -30,14 +30,14 @@
<groupId>org.exoplatform.ws</groupId>
<artifactId>ws-parent</artifactId>
- <version>2.1.6-GA-SNAPSHOT</version>
+ <version>2.1.6-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.6-GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/ws/tags/2.1.6-GA</developerConnection>
+ <url>http://fisheye.jboss.org/browse/exo-jcr/ws/tags/2.1.6-GA</url>
</scm>
<properties>
15 years, 5 months
exo-jcr SVN: r3645 - ws/branches/2.1.x.
by do-not-reply@jboss.org
Author: aheritier
Date: 2010-12-09 10:52:59 -0500 (Thu, 09 Dec 2010)
New Revision: 3645
Modified:
ws/branches/2.1.x/pom.xml
Log:
[REL-638] Upgrade dependencies to latest releases
Modified: ws/branches/2.1.x/pom.xml
===================================================================
--- ws/branches/2.1.x/pom.xml 2010-12-09 15:51:20 UTC (rev 3644)
+++ ws/branches/2.1.x/pom.xml 2010-12-09 15:52:59 UTC (rev 3645)
@@ -44,8 +44,8 @@
<exo.product.name>exo-ws</exo.product.name>
<exo.product.specification>2.1</exo.product.specification>
- <org.exoplatform.kernel.version>2.2.6-GA-SNAPSHOT</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.3.6-GA-SNAPSHOT</org.exoplatform.core.version>
+ <org.exoplatform.kernel.version>2.2.6-GA</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.3.6-GA</org.exoplatform.core.version>
</properties>
<modules>
15 years, 5 months
exo-jcr SVN: r3644 - core/branches/2.3.x.
by do-not-reply@jboss.org
Author: aheritier
Date: 2010-12-09 10:51:20 -0500 (Thu, 09 Dec 2010)
New Revision: 3644
Modified:
core/branches/2.3.x/pom.xml
Log:
[REL-638] Upgrade dependencies to next snapshots
Modified: core/branches/2.3.x/pom.xml
===================================================================
--- core/branches/2.3.x/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
+++ core/branches/2.3.x/pom.xml 2010-12-09 15:51:20 UTC (rev 3644)
@@ -39,7 +39,7 @@
<exo.product.specification>2.3</exo.product.specification>
<org.exoplatform.framework.junit.version>1.2.1-GA</org.exoplatform.framework.junit.version>
- <org.exoplatform.kernel.version>2.2.6-GA</org.exoplatform.kernel.version>
+ <org.exoplatform.kernel.version>2.2.7-GA-SNAPSHOT</org.exoplatform.kernel.version>
</properties>
<scm>
15 years, 5 months
exo-jcr SVN: r3643 - in core/branches/2.3.x: exo.core.component.database and 10 other directories.
by do-not-reply@jboss.org
Author: aheritier
Date: 2010-12-09 10:37:48 -0500 (Thu, 09 Dec 2010)
New Revision: 3643
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] [REL-638]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 2010-12-09 15:37:21 UTC (rev 3642)
+++ core/branches/2.3.x/exo.core.component.database/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA</version>
+ <version>2.3.7-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 2010-12-09 15:37:21 UTC (rev 3642)
+++ core/branches/2.3.x/exo.core.component.document/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA</version>
+ <version>2.3.7-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 2010-12-09 15:37:21 UTC (rev 3642)
+++ core/branches/2.3.x/exo.core.component.ldap/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA</version>
+ <version>2.3.7-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 2010-12-09 15:37:21 UTC (rev 3642)
+++ core/branches/2.3.x/exo.core.component.organization.api/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA</version>
+ <version>2.3.7-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 2010-12-09 15:37:21 UTC (rev 3642)
+++ core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA</version>
+ <version>2.3.7-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 2010-12-09 15:37:21 UTC (rev 3642)
+++ core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA</version>
+ <version>2.3.7-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 2010-12-09 15:37:21 UTC (rev 3642)
+++ core/branches/2.3.x/exo.core.component.script.groovy/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA</version>
+ <version>2.3.7-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 2010-12-09 15:37:21 UTC (rev 3642)
+++ core/branches/2.3.x/exo.core.component.security.core/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA</version>
+ <version>2.3.7-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 2010-12-09 15:37:21 UTC (rev 3642)
+++ core/branches/2.3.x/exo.core.component.web.css/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA</version>
+ <version>2.3.7-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 2010-12-09 15:37:21 UTC (rev 3642)
+++ core/branches/2.3.x/exo.core.component.xml-processing/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA</version>
+ <version>2.3.7-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 2010-12-09 15:37:21 UTC (rev 3642)
+++ core/branches/2.3.x/packaging/module/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA</version>
+ <version>2.3.7-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.6-GA</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.6-GA</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.6-GA</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.6-GA</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.6-GA</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.6-GA</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.6-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.database</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.7-GA-SNAPSHOT</version></dependency>
</dependencies>
<build>
Modified: core/branches/2.3.x/pom.xml
===================================================================
--- core/branches/2.3.x/pom.xml 2010-12-09 15:37:21 UTC (rev 3642)
+++ core/branches/2.3.x/pom.xml 2010-12-09 15:37:48 UTC (rev 3643)
@@ -29,7 +29,7 @@
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA</version>
+ <version>2.3.7-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.6-GA</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/core/tags/2.3.6-GA</developerConnection>
- <url>http://fisheye.jboss.org/browse/exo-jcr/core/tags/2.3.6-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>
15 years, 5 months
exo-jcr SVN: r3642 - core/tags.
by do-not-reply@jboss.org
Author: aheritier
Date: 2010-12-09 10:37:21 -0500 (Thu, 09 Dec 2010)
New Revision: 3642
Added:
core/tags/2.3.6-GA/
Log:
[maven-release-plugin] [REL-638] copy for tag 2.3.6-GA
Copied: core/tags/2.3.6-GA (from rev 3641, core/branches/2.3.x)
15 years, 5 months
exo-jcr SVN: r3641 - in core/branches/2.3.x: exo.core.component.database and 10 other directories.
by do-not-reply@jboss.org
Author: aheritier
Date: 2010-12-09 10:36:54 -0500 (Thu, 09 Dec 2010)
New Revision: 3641
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] [REL-638]prepare release 2.3.6-GA
Modified: core/branches/2.3.x/exo.core.component.database/pom.xml
===================================================================
--- core/branches/2.3.x/exo.core.component.database/pom.xml 2010-12-09 15:35:13 UTC (rev 3640)
+++ core/branches/2.3.x/exo.core.component.database/pom.xml 2010-12-09 15:36:54 UTC (rev 3641)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA-SNAPSHOT</version>
+ <version>2.3.6-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 2010-12-09 15:35:13 UTC (rev 3640)
+++ core/branches/2.3.x/exo.core.component.document/pom.xml 2010-12-09 15:36:54 UTC (rev 3641)
@@ -14,7 +14,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA-SNAPSHOT</version>
+ <version>2.3.6-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 2010-12-09 15:35:13 UTC (rev 3640)
+++ core/branches/2.3.x/exo.core.component.ldap/pom.xml 2010-12-09 15:36:54 UTC (rev 3641)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA-SNAPSHOT</version>
+ <version>2.3.6-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 2010-12-09 15:35:13 UTC (rev 3640)
+++ core/branches/2.3.x/exo.core.component.organization.api/pom.xml 2010-12-09 15:36:54 UTC (rev 3641)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA-SNAPSHOT</version>
+ <version>2.3.6-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 2010-12-09 15:35:13 UTC (rev 3640)
+++ core/branches/2.3.x/exo.core.component.organization.jdbc/pom.xml 2010-12-09 15:36:54 UTC (rev 3641)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA-SNAPSHOT</version>
+ <version>2.3.6-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 2010-12-09 15:35:13 UTC (rev 3640)
+++ core/branches/2.3.x/exo.core.component.organization.ldap/pom.xml 2010-12-09 15:36:54 UTC (rev 3641)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA-SNAPSHOT</version>
+ <version>2.3.6-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 2010-12-09 15:35:13 UTC (rev 3640)
+++ core/branches/2.3.x/exo.core.component.script.groovy/pom.xml 2010-12-09 15:36:54 UTC (rev 3641)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA-SNAPSHOT</version>
+ <version>2.3.6-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 2010-12-09 15:35:13 UTC (rev 3640)
+++ core/branches/2.3.x/exo.core.component.security.core/pom.xml 2010-12-09 15:36:54 UTC (rev 3641)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA-SNAPSHOT</version>
+ <version>2.3.6-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 2010-12-09 15:35:13 UTC (rev 3640)
+++ core/branches/2.3.x/exo.core.component.web.css/pom.xml 2010-12-09 15:36:54 UTC (rev 3641)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA-SNAPSHOT</version>
+ <version>2.3.6-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 2010-12-09 15:35:13 UTC (rev 3640)
+++ core/branches/2.3.x/exo.core.component.xml-processing/pom.xml 2010-12-09 15:36:54 UTC (rev 3641)
@@ -23,7 +23,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA-SNAPSHOT</version>
+ <version>2.3.6-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 2010-12-09 15:35:13 UTC (rev 3640)
+++ core/branches/2.3.x/packaging/module/pom.xml 2010-12-09 15:36:54 UTC (rev 3641)
@@ -2,7 +2,7 @@
<parent>
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA-SNAPSHOT</version>
+ <version>2.3.6-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.6-GA-SNAPSHOT</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
- <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.6-GA-SNAPSHOT</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.database</artifactId><version>2.3.6-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.document</artifactId><version>2.3.6-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.api</artifactId><version>2.3.6-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.organization.ldap</artifactId><version>2.3.6-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.security.core</artifactId><version>2.3.6-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.xml-processing</artifactId><version>2.3.6-GA</version></dependency>
+ <dependency><groupId>org.exoplatform.core</groupId><artifactId>exo.core.component.script.groovy</artifactId><version>2.3.6-GA</version></dependency>
</dependencies>
<build>
Modified: core/branches/2.3.x/pom.xml
===================================================================
--- core/branches/2.3.x/pom.xml 2010-12-09 15:35:13 UTC (rev 3640)
+++ core/branches/2.3.x/pom.xml 2010-12-09 15:36:54 UTC (rev 3641)
@@ -29,7 +29,7 @@
<groupId>org.exoplatform.core</groupId>
<artifactId>core-parent</artifactId>
- <version>2.3.6-GA-SNAPSHOT</version>
+ <version>2.3.6-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.6-GA</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/core/tags/2.3.6-GA</developerConnection>
+ <url>http://fisheye.jboss.org/browse/exo-jcr/core/tags/2.3.6-GA</url>
</scm>
<modules>
15 years, 5 months