[exo-jcr-commits] exo-jcr SVN: r2316 - jcr/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Apr 23 03:12:01 EDT 2010


Author: pnedonosko
Date: 2010-04-23 03:12:01 -0400 (Fri, 23 Apr 2010)
New Revision: 2316

Modified:
   jcr/trunk/maven-build-readme.txt
   jcr/trunk/pom.xml
Log:
EXOJCR-682 deps on parent 7, kernel 2.2.1, core 3.2.1, ws 2.1.1

Modified: jcr/trunk/maven-build-readme.txt
===================================================================
--- jcr/trunk/maven-build-readme.txt	2010-04-23 06:55:38 UTC (rev 2315)
+++ jcr/trunk/maven-build-readme.txt	2010-04-23 07:12:01 UTC (rev 2316)
@@ -9,5 +9,4 @@
 JCR Ext
 =======
 Goto JCR exo.jcr.component.ext and call:
-mvn clean test                - to run eXo JCR Ext tests... tests set managed by surefire-plugin configuration.
-
+mvn clean test                - to run eXo JCR Ext tests... tests set managed by surefire-plugin configuration.
\ No newline at end of file

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2010-04-23 06:55:38 UTC (rev 2315)
+++ jcr/trunk/pom.xml	2010-04-23 07:12:01 UTC (rev 2316)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform</groupId>
     <artifactId>foundation-parent</artifactId>
-    <version>6</version>
+    <version>7</version>
   </parent>
 
   <groupId>org.exoplatform.jcr</groupId>
@@ -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.1-GA-SNAPSHOT</org.exoplatform.kernel.version>
-    <org.exoplatform.core.version>2.3.1-GA-SNAPSHOT</org.exoplatform.core.version>
-    <org.exoplatform.ws.version>2.1.1-GA-SNAPSHOT</org.exoplatform.ws.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.doc-style.version>1</org.exoplatform.doc-style.version>
   </properties>
 



More information about the exo-jcr-commits mailing list