Author: thomas.heute(a)jboss.com
Date: 2010-04-27 15:15:47 -0400 (Tue, 27 Apr 2010)
New Revision: 2846
Modified:
portal/trunk/component/common/pom.xml
portal/trunk/component/resources/pom.xml
portal/trunk/component/test/jcr/pom.xml
portal/trunk/pom.xml
Log:
Updating components (Except mop)
Modified: portal/trunk/component/common/pom.xml
===================================================================
--- portal/trunk/component/common/pom.xml 2010-04-27 16:42:05 UTC (rev 2845)
+++ portal/trunk/component/common/pom.xml 2010-04-27 19:15:47 UTC (rev 2846)
@@ -56,6 +56,10 @@
<artifactId>exo.jcr.component.core</artifactId>
</dependency>
<dependency>
+ <groupId>org.jboss.cache</groupId>
+ <artifactId>jbosscache-core</artifactId>
+ </dependency>
+ <dependency>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.component.ext</artifactId>
</dependency>
Modified: portal/trunk/component/resources/pom.xml
===================================================================
--- portal/trunk/component/resources/pom.xml 2010-04-27 16:42:05 UTC (rev 2845)
+++ portal/trunk/component/resources/pom.xml 2010-04-27 19:15:47 UTC (rev 2846)
@@ -69,6 +69,11 @@
</dependency>
<dependency>
+ <groupId>org.jboss.cache</groupId>
+ <artifactId>jbosscache-core</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.component.ext</artifactId>
</dependency>
Modified: portal/trunk/component/test/jcr/pom.xml
===================================================================
--- portal/trunk/component/test/jcr/pom.xml 2010-04-27 16:42:05 UTC (rev 2845)
+++ portal/trunk/component/test/jcr/pom.xml 2010-04-27 19:15:47 UTC (rev 2846)
@@ -38,6 +38,11 @@
</dependency>
<dependency>
+ <groupId>org.jboss.cache</groupId>
+ <artifactId>jbosscache-core</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
</dependency>
Modified: portal/trunk/pom.xml
===================================================================
--- portal/trunk/pom.xml 2010-04-27 16:42:05 UTC (rev 2845)
+++ portal/trunk/pom.xml 2010-04-27 19:15:47 UTC (rev 2846)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.gatein</groupId>
<artifactId>gatein-parent</artifactId>
- <version>1.0.0-GA</version>
+ <version>1.0.1-GA</version>
</parent>
<groupId>org.exoplatform.portal</groupId>
@@ -37,24 +37,24 @@
<name>GateIn - Portal</name>
<properties>
-
<org.exoplatform.kernel.version>2.2.1-CR1</org.exoplatform.kernel.version>
- <org.exoplatform.core.version>2.3.1-CR1</org.exoplatform.core.version>
- <org.exoplatform.ws.version>2.1.1-CR1</org.exoplatform.ws.version>
- <org.exoplatform.jcr.version>1.12.1-CR1</org.exoplatform.jcr.version>
+
<org.exoplatform.kernel.version>2.2.1-GA</org.exoplatform.kernel.version>
+ <org.exoplatform.core.version>2.3.1-GA</org.exoplatform.core.version>
+ <org.exoplatform.ws.version>2.1.1-GA</org.exoplatform.ws.version>
+ <org.exoplatform.jcr.version>1.12.1-GA</org.exoplatform.jcr.version>
<org.jibx.version>1.2.1</org.jibx.version>
<org.shindig.version>1.0-r790473-Patch02</org.shindig.version>
<nl.captcha.simplecaptcha.version>1.1.1-GA-Patch01</nl.captcha.simplecaptcha.version>
- <org.gatein.common.version>2.0.0-GA</org.gatein.common.version>
- <org.gatein.wci.version>2.0.0-GA</org.gatein.wci.version>
- <org.gatein.pc.version>2.1.0-GA</org.gatein.pc.version>
+ <org.gatein.common.version>2.0.2-GA</org.gatein.common.version>
+ <org.gatein.wci.version>2.0.1-GA</org.gatein.wci.version>
+ <org.gatein.pc.version>2.1.1-GA</org.gatein.pc.version>
<org.picketlink.idm>1.1.2.CR01</org.picketlink.idm>
- <org.gatein.wsrp.version>1.1.0-CR01</org.gatein.wsrp.version>
+ <org.gatein.wsrp.version>1.1.0-GA</org.gatein.wsrp.version>
<org.gatein.mop.version>1.0.1-CR01</org.gatein.mop.version>
<org.slf4j.version>1.5.6</org.slf4j.version>
<rhino.version>1.6R5</rhino.version>
<org.codehaus.groovy.version>1.6.5</org.codehaus.groovy.version>
<javax.servlet.version>2.5</javax.servlet.version>
- <version.chromattic>1.0.1-cr1</version.chromattic>
+ <version.chromattic>1.0.1</version.chromattic>
<version.reflect>1.0.0</version.reflect>
<jcip.version>1.0</jcip.version>
@@ -198,8 +198,19 @@
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.component.core</artifactId>
<version>${org.exoplatform.jcr.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.jboss.cache</groupId>
+ <artifactId>jbosscache-core</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
+ <groupId>org.jboss.cache</groupId>
+ <artifactId>jbosscache-core</artifactId>
+ <version>3.2.4.GA</version>
+ </dependency>
+ <dependency>
<groupId>org.exoplatform.jcr</groupId>
<artifactId>exo.jcr.component.ext</artifactId>
<version>${org.exoplatform.jcr.version}</version>
@@ -883,6 +894,20 @@
<!-- To be removed and replaced by settings in user config -->
<repositories>
<repository>
+ <id>jboss-public-repository-group</id>
+ <name>JBoss Public Maven Repository Group</name>
+ <
url>https://repository.jboss.org/nexus/content/groups/public/</url>
+ <layout>default</layout>
+ <releases>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ <updatePolicy>never</updatePolicy>
+ </snapshots>
+ </repository>
+ <repository>
<id>repository.jboss.org</id>
<
url>http://repository.jboss.org/maven2</url>
<releases>