Author: julien_viet
Date: 2011-02-01 15:51:24 -0500 (Tue, 01 Feb 2011)
New Revision: 5844
Modified:
components/mop/trunk/pom.xml
Log:
GTNMOP-31 : Update to Chromattic 1.0.6
GTNMOP-32 : Update pom parent to 1.0.2-GA
GTNMOP-33 : Add profile for testing Chromattic trunk
Modified: components/mop/trunk/pom.xml
===================================================================
--- components/mop/trunk/pom.xml 2011-02-01 19:00:58 UTC (rev 5843)
+++ components/mop/trunk/pom.xml 2011-02-01 20:51:24 UTC (rev 5844)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.gatein</groupId>
<artifactId>gatein-parent</artifactId>
- <version>1.0.1-GA</version>
+ <version>1.0.2-GA</version>
</parent>
<!-- ****************** -->
@@ -124,11 +124,7 @@
<!-- Build settings -->
<!-- ************** -->
- <!-- maven-enforcer-plugin -->
- <jdk.min.version>1.6</jdk.min.version>
-
- <org.chromattic.version>1.0.5</org.chromattic.version>
-
<!--<org.chromattic.version>1.1.0-SNAPSHOT</org.chromattic.version>-->
+ <org.chromattic.version>1.0.6</org.chromattic.version>
</properties>
@@ -159,4 +155,14 @@
<module>core</module>
</modules>
+ <!-- for testing purpose only -->
+ <profiles>
+ <profile>
+ <id>chromattictrunk</id>
+ <properties>
+ <org.chromattic.version>1.1.0-SNAPSHOT</org.chromattic.version>
+ </properties>
+ </profile>
+ </profiles>
+
</project>
Show replies by date