[exo-jcr-commits] exo-jcr SVN: r5723 - in kernel/branches/2.2.x: exo.kernel.commons and 12 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 1 21:33:10 EST 2012


Author: mvacelet
Date: 2012-03-01 21:33:08 -0500 (Thu, 01 Mar 2012)
New Revision: 5723

Modified:
   kernel/branches/2.2.x/exo.kernel.commons/pom.xml
   kernel/branches/2.2.x/exo.kernel.component.cache/pom.xml
   kernel/branches/2.2.x/exo.kernel.component.command/pom.xml
   kernel/branches/2.2.x/exo.kernel.component.common/pom.xml
   kernel/branches/2.2.x/exo.kernel.component.ext.cache.impl.jboss.v3/pom.xml
   kernel/branches/2.2.x/exo.kernel.component.remote/pom.xml
   kernel/branches/2.2.x/exo.kernel.container/pom.xml
   kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml
   kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml
   kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml
   kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml
   kernel/branches/2.2.x/exo.kernel.mc-integration/pom.xml
   kernel/branches/2.2.x/packaging/module/pom.xml
   kernel/branches/2.2.x/pom.xml
Log:
[PLF-2955] Upgrade dependencies to latest releases

Modified: kernel/branches/2.2.x/exo.kernel.commons/pom.xml
===================================================================
--- kernel/branches/2.2.x/exo.kernel.commons/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/exo.kernel.commons/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.12-GA-SNAPSHOT</version>
+      <version>2.2.12-GA</version>
    </parent>
 
    <artifactId>exo.kernel.commons</artifactId>

Modified: kernel/branches/2.2.x/exo.kernel.component.cache/pom.xml
===================================================================
--- kernel/branches/2.2.x/exo.kernel.component.cache/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/exo.kernel.component.cache/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.12-GA-SNAPSHOT</version>
+      <version>2.2.12-GA</version>
    </parent>
 
    <artifactId>exo.kernel.component.cache</artifactId>

Modified: kernel/branches/2.2.x/exo.kernel.component.command/pom.xml
===================================================================
--- kernel/branches/2.2.x/exo.kernel.component.command/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/exo.kernel.component.command/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.12-GA-SNAPSHOT</version>
+      <version>2.2.12-GA</version>
    </parent>
 
    <artifactId>exo.kernel.component.command</artifactId>

Modified: kernel/branches/2.2.x/exo.kernel.component.common/pom.xml
===================================================================
--- kernel/branches/2.2.x/exo.kernel.component.common/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/exo.kernel.component.common/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.12-GA-SNAPSHOT</version>
+      <version>2.2.12-GA</version>
    </parent>
 
    <artifactId>exo.kernel.component.common</artifactId>

Modified: kernel/branches/2.2.x/exo.kernel.component.ext.cache.impl.jboss.v3/pom.xml
===================================================================
--- kernel/branches/2.2.x/exo.kernel.component.ext.cache.impl.jboss.v3/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/exo.kernel.component.ext.cache.impl.jboss.v3/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -23,7 +23,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.12-GA-SNAPSHOT</version>
+      <version>2.2.12-GA</version>
    </parent>
    <artifactId>exo.kernel.component.ext.cache.impl.jboss.v3</artifactId>
    <name>eXo Kernel :: Cache Extension :: JBoss Cache Implementation</name>

Modified: kernel/branches/2.2.x/exo.kernel.component.remote/pom.xml
===================================================================
--- kernel/branches/2.2.x/exo.kernel.component.remote/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/exo.kernel.component.remote/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -25,7 +25,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.12-GA-SNAPSHOT</version>
+      <version>2.2.12-GA</version>
    </parent>
 
    <artifactId>exo.kernel.component.remote</artifactId>

Modified: kernel/branches/2.2.x/exo.kernel.container/pom.xml
===================================================================
--- kernel/branches/2.2.x/exo.kernel.container/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/exo.kernel.container/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -12,7 +12,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.12-GA-SNAPSHOT</version>
+      <version>2.2.12-GA</version>
    </parent>
    <artifactId>exo.kernel.container</artifactId>
    <name>eXo Kernel :: Container</name>

Modified: kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml
===================================================================
--- kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-int/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>mc-integration-parent</artifactId>
-      <version>2.2.12-GA-SNAPSHOT</version>
+      <version>2.2.12-GA</version>
    </parent>
 
    <artifactId>exo.kernel.mc-int</artifactId>

Modified: kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml
===================================================================
--- kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-int-demo/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>mc-integration-parent</artifactId>
-      <version>2.2.12-GA-SNAPSHOT</version>
+      <version>2.2.12-GA</version>
    </parent>
 
    <artifactId>exo.kernel.mc-int-demo</artifactId>

Modified: kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml
===================================================================
--- kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-int-tests/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -5,7 +5,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>mc-integration-parent</artifactId>
-      <version>2.2.12-GA-SNAPSHOT</version>
+      <version>2.2.12-GA</version>
    </parent>
 
    <artifactId>exo.kernel.mc-int-tests</artifactId>

Modified: kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml
===================================================================
--- kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/exo.kernel.mc-integration/exo.kernel.mc-kernel-extras/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>mc-integration-parent</artifactId>
-      <version>2.2.12-GA-SNAPSHOT</version>
+      <version>2.2.12-GA</version>
    </parent>
 
    <artifactId>exo.kernel.mc-kernel-extras</artifactId>

Modified: kernel/branches/2.2.x/exo.kernel.mc-integration/pom.xml
===================================================================
--- kernel/branches/2.2.x/exo.kernel.mc-integration/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/exo.kernel.mc-integration/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -6,7 +6,7 @@
    <parent>
       <groupId>org.exoplatform.kernel</groupId>
       <artifactId>kernel-parent</artifactId>
-      <version>2.2.12-GA-SNAPSHOT</version>
+      <version>2.2.12-GA</version>
    </parent>
 
    <artifactId>mc-integration-parent</artifactId>

Modified: kernel/branches/2.2.x/packaging/module/pom.xml
===================================================================
--- kernel/branches/2.2.x/packaging/module/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/packaging/module/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -2,7 +2,7 @@
    <parent>
        <groupId>org.exoplatform.kernel</groupId>
        <artifactId>kernel-parent</artifactId>
-       <version>2.2.12-GA-SNAPSHOT</version>
+       <version>2.2.12-GA</version>
    </parent>
 
    <modelVersion>4.0.0</modelVersion>

Modified: kernel/branches/2.2.x/pom.xml
===================================================================
--- kernel/branches/2.2.x/pom.xml	2012-03-01 14:04:29 UTC (rev 5722)
+++ kernel/branches/2.2.x/pom.xml	2012-03-02 02:33:08 UTC (rev 5723)
@@ -30,7 +30,7 @@
 
    <groupId>org.exoplatform.kernel</groupId>
    <artifactId>kernel-parent</artifactId>
-   <version>2.2.12-GA-SNAPSHOT</version>
+   <version>2.2.12-GA</version>
    <packaging>pom</packaging>
 
    <name>eXo Kernel</name>
@@ -44,9 +44,9 @@
    </properties>
 
    <scm>
-      <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/kernel/branches/2.2.x/</connection>
-      <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/kernel/branches/2.2.x/</developerConnection>
-      <url>http://fisheye.jboss.org/browse/exo-jcr/kernel/branches/2.2.x</url>
+      <connection>scm:svn:http://anonsvn.jboss.org/repos/exo-jcr/kernel/tags/2.2.12-GA</connection>
+      <developerConnection>scm:svn:https://svn.jboss.org/repos/exo-jcr/kernel/tags/2.2.12-GA</developerConnection>
+      <url>http://fisheye.jboss.org/browse/exo-jcr/kernel/tags/2.2.12-GA</url>
    </scm>
 
    <modules>



More information about the exo-jcr-commits mailing list