[gatein-commits] gatein SVN: r3867 - exo/portal/branches/3.1.x.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Aug 19 04:18:22 EDT 2010


Author: julien_viet
Date: 2010-08-19 04:18:22 -0400 (Thu, 19 Aug 2010)
New Revision: 3867

Modified:
   exo/portal/branches/3.1.x/pom.xml
Log:
- better maven impl for database test profile
- update stable profile to latest release


Modified: exo/portal/branches/3.1.x/pom.xml
===================================================================
--- exo/portal/branches/3.1.x/pom.xml	2010-08-19 07:10:47 UTC (rev 3866)
+++ exo/portal/branches/3.1.x/pom.xml	2010-08-19 08:18:22 UTC (rev 3867)
@@ -797,17 +797,19 @@
     <profile>
       <id>stable</id>
       <properties>
-        <org.exoplatform.kernel.version>2.2.2-GA</org.exoplatform.kernel.version>
-         <org.exoplatform.core.version>2.3.2-GA</org.exoplatform.core.version>
-         <org.exoplatform.ws.version>2.1.2-GA</org.exoplatform.ws.version>
-         <org.exoplatform.jcr.version>1.12.2-GA</org.exoplatform.jcr.version>
+        <org.exoplatform.kernel.version>2.2.3-GA</org.exoplatform.kernel.version>
+         <org.exoplatform.core.version>2.3.3-GA</org.exoplatform.core.version>
+         <org.exoplatform.ws.version>2.1.3-GA</org.exoplatform.ws.version>
+         <org.exoplatform.jcr.version>1.12.3-GA</org.exoplatform.jcr.version>
       </properties>
     </profile>
 
     <profile>
       <id>hsqldb</id>
       <activation>
-        <activeByDefault>true</activeByDefault>
+        <property>
+          <name>!nohsqldb</name>
+        </property>
       </activation>
       <dependencies>
         <dependency>
@@ -853,6 +855,7 @@
         </plugins>
       </build>
     </profile>
+    <!-- To activate mysql5 profile use: "-Pmysql5 -Dnohsqldb" -->
     <profile>
       <id>mysql5</id>
       <dependencies>



More information about the gatein-commits mailing list