[exo-jcr-commits] exo-jcr SVN: r1975 - in jcr/trunk: applications and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Feb 26 11:58:35 EST 2010


Author: pnedonosko
Date: 2010-02-26 11:58:35 -0500 (Fri, 26 Feb 2010)
New Revision: 1975

Modified:
   jcr/trunk/applications/product-exo-jcr-as-jboss-ear.xml
   jcr/trunk/pom.xml
Log:
EXOJCR-483 deps on parent 5, kernel 2.2.0-GA, core-2.3.0-GA, ws-2.1.0-GA; don't fix hsqldb in jboss ear bundle 

Modified: jcr/trunk/applications/product-exo-jcr-as-jboss-ear.xml
===================================================================
--- jcr/trunk/applications/product-exo-jcr-as-jboss-ear.xml	2010-02-26 16:54:22 UTC (rev 1974)
+++ jcr/trunk/applications/product-exo-jcr-as-jboss-ear.xml	2010-02-26 16:58:35 UTC (rev 1975)
@@ -104,12 +104,13 @@
                   <copy todir="${exo.projects.directory.working}/exo-jboss/server/default/conf/" verbose="true" overwrite="true">
                      <fileset dir="${basedir}/product-patches/as/jboss/exoplatform.sar/META-INF/" includes="login*.xml" />
                   </copy>
-                  <delete file="${exo.projects.directory.working}/exo-jboss/server/default/lib/hsqldb.jar" />
+                  <!-- we don't need it for JBossAS 5.1 -->  
+                  <!-- delete file="${exo.projects.directory.working}/exo-jboss/server/default/lib/hsqldb.jar" />
                   <copy todir="${exo.projects.directory.working}/exo-jboss/server/default/lib/">
                      <fileset dir="${basedir}/target/lib-binary.dir/">
                         <include name="**/hsqldb*.jar" />
                      </fileset>
-                  </copy>
+                  </copy -->
                </tasks>
             </configuration>
          </plugin>

Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml	2010-02-26 16:54:22 UTC (rev 1974)
+++ jcr/trunk/pom.xml	2010-02-26 16:58:35 UTC (rev 1975)
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.exoplatform</groupId>
     <artifactId>foundation-parent</artifactId>
-    <version>5-SNAPSHOT</version>
+    <version>5</version>
   </parent>
   <groupId>org.exoplatform.jcr</groupId>
   <artifactId>jcr-parent</artifactId>
@@ -39,9 +39,9 @@
   <properties>
     <exo.product.name>exo-jcr</exo.product.name>
     <exo.product.specification>1.12</exo.product.specification>
-    <org.exoplatform.kernel.version>2.2.0-GA-SNAPSHOT</org.exoplatform.kernel.version>
-    <org.exoplatform.core.version>2.3.0-GA-SNAPSHOT</org.exoplatform.core.version>
-    <org.exoplatform.ws.version>2.1.0-GA-SNAPSHOT</org.exoplatform.ws.version>
+    <org.exoplatform.kernel.version>2.2.0-GA</org.exoplatform.kernel.version>
+    <org.exoplatform.core.version>2.3.0-GA</org.exoplatform.core.version>
+    <org.exoplatform.ws.version>2.1.0-GA</org.exoplatform.ws.version>
   </properties>
   <dependencyManagement>
     <dependencies>



More information about the exo-jcr-commits mailing list