[dna-commits] DNA SVN: r1240 - branches/eclipse/dna-web-jcr-rest-client.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon Sep 21 17:49:14 EDT 2009


Author: elvisisking
Date: 2009-09-21 17:49:13 -0400 (Mon, 21 Sep 2009)
New Revision: 1240

Modified:
   branches/eclipse/dna-web-jcr-rest-client/pom.xml
Log:
Updated version to 0.7 snapshot and identified a default profile.

Modified: branches/eclipse/dna-web-jcr-rest-client/pom.xml
===================================================================
--- branches/eclipse/dna-web-jcr-rest-client/pom.xml	2009-09-21 21:44:41 UTC (rev 1239)
+++ branches/eclipse/dna-web-jcr-rest-client/pom.xml	2009-09-21 21:49:13 UTC (rev 1240)
@@ -4,7 +4,8 @@
 	<parent>
 		<groupId>org.jboss.dna</groupId>
 		<artifactId>dna</artifactId>
-		<version>0.6-SNAPSHOT</version>
+		<version>0.7-SNAPSHOT</version>
+        <relativePath>../..</relativePath>
 	</parent>
 	<!-- The groupId and version values are inherited from parent -->
 	<artifactId>dna-web-jcr-rest-client</artifactId>
@@ -99,6 +100,9 @@
 	<profiles>
         <profile>
             <id>cargo-1</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
             <build>
                 <pluginManagement>
                     <plugins>



More information about the dna-commits mailing list