Author: nfilotto
Date: 2010-09-14 11:58:35 -0400 (Tue, 14 Sep 2010)
New Revision: 3113
Modified:
jcr/branches/1.14-ISPN/exo.jcr.component.core/pom.xml
jcr/branches/1.14-ISPN/exo.jcr.component.ext/pom.xml
jcr/branches/1.14-ISPN/pom.xml
Log:
EXOJCR-937: ISPN upgraded to 4.1.0.FINAL, JGroups upgraded 2.10.0.GA and JBoss Cache
upgraded to 3.2.6.GA
Modified: jcr/branches/1.14-ISPN/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/exo.jcr.component.core/pom.xml 2010-09-14 15:53:58 UTC (rev
3112)
+++ jcr/branches/1.14-ISPN/exo.jcr.component.core/pom.xml 2010-09-14 15:58:35 UTC (rev
3113)
@@ -164,7 +164,7 @@
<artifactId>commons-beanutils</artifactId>
</dependency>
<dependency>
- <groupId>jgroups</groupId>
+ <groupId>org.jgroups</groupId>
<artifactId>jgroups</artifactId>
</dependency>
<dependency>
Modified: jcr/branches/1.14-ISPN/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/exo.jcr.component.ext/pom.xml 2010-09-14 15:53:58 UTC (rev
3112)
+++ jcr/branches/1.14-ISPN/exo.jcr.component.ext/pom.xml 2010-09-14 15:58:35 UTC (rev
3113)
@@ -102,7 +102,7 @@
<artifactId>commons-chain</artifactId>
</dependency>
<dependency>
- <groupId>jgroups</groupId>
+ <groupId>org.jgroups</groupId>
<artifactId>jgroups</artifactId>
</dependency>
<dependency>
Modified: jcr/branches/1.14-ISPN/pom.xml
===================================================================
--- jcr/branches/1.14-ISPN/pom.xml 2010-09-14 15:53:58 UTC (rev 3112)
+++ jcr/branches/1.14-ISPN/pom.xml 2010-09-14 15:58:35 UTC (rev 3113)
@@ -42,7 +42,7 @@
<properties>
<exo.product.name>exo-jcr</exo.product.name>
<exo.product.specification>1.14</exo.product.specification>
-
<org.exoplatform.kernel.version>2.3.0-CR1-SNAPSHOT</org.exoplatform.kernel.version>
+
<org.exoplatform.kernel.version>2.3-ISPN-SNAPSHOT</org.exoplatform.kernel.version>
<org.exoplatform.core.version>2.4.0-CR1-SNAPSHOT</org.exoplatform.core.version>
<org.exoplatform.ws.version>2.2.0-CR1-SNAPSHOT</org.exoplatform.ws.version>
<org.exoplatform.doc-style.version>1</org.exoplatform.doc-style.version>
@@ -347,9 +347,9 @@
<version>1.8.0.7</version>
</dependency>
<dependency>
- <groupId>jgroups</groupId>
+ <groupId>org.jgroups</groupId>
<artifactId>jgroups</artifactId>
- <version>2.9.0.GA</version>
+ <version>2.10.0.GA</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
@@ -374,7 +374,7 @@
<dependency>
<groupId>org.jboss.cache</groupId>
<artifactId>jbosscache-core</artifactId>
- <version>3.2.4.GA</version>
+ <version>3.2.6.GA</version>
</dependency>
<dependency>
<groupId>jboss.jbossts</groupId>
@@ -394,12 +394,12 @@
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-core</artifactId>
- <version>4.1.0.CR1</version>
+ <version>4.1.0.FINAL</version>
</dependency>
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-cachestore-jdbc</artifactId>
- <version>4.1.0.CR1</version>
+ <version>4.1.0.FINAL</version>
</dependency>
</dependencies>
</dependencyManagement>
Show replies by date