[dna-commits] DNA SVN: r548 - in trunk: dna-repository and 12 other directories.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Fri Sep 26 12:24:24 EDT 2008


Author: rhauch
Date: 2008-09-26 12:24:24 -0400 (Fri, 26 Sep 2008)
New Revision: 548

Modified:
   trunk/dna-jcr/pom.xml
   trunk/dna-repository/pom.xml
   trunk/docs/examples/gettingstarted/pom.xml
   trunk/docs/examples/gettingstarted/repositories/pom.xml
   trunk/docs/examples/gettingstarted/sequencers/pom.xml
   trunk/extensions/dna-classloader-maven/pom.xml
   trunk/extensions/dna-connector-federation/pom.xml
   trunk/extensions/dna-connector-inmemory/pom.xml
   trunk/extensions/dna-connector-jbosscache/pom.xml
   trunk/extensions/dna-mimetype-detector-aperture/pom.xml
   trunk/extensions/dna-sequencer-cnd/pom.xml
   trunk/extensions/dna-sequencer-images/pom.xml
   trunk/extensions/dna-sequencer-java/pom.xml
   trunk/extensions/dna-sequencer-msoffice/pom.xml
Log:
Changed the POM's to not need the version property any more.

Modified: trunk/dna-jcr/pom.xml
===================================================================
--- trunk/dna-jcr/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/dna-jcr/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.2-SNAPSHOT</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-jcr</artifactId>

Modified: trunk/dna-repository/pom.xml
===================================================================
--- trunk/dna-repository/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/dna-repository/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.2-SNAPSHOT</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-repository</artifactId>

Modified: trunk/docs/examples/gettingstarted/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/docs/examples/gettingstarted/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -4,7 +4,7 @@
   <groupId>org.jboss.dna.examples</groupId>
   <artifactId>getting_started</artifactId>
   <packaging>pom</packaging>
-  <version>0.2</version>
+  <version>0.2-SNAPSHOT</version>
   <name>JBoss DNA Getting Started examples</name>
   <description />
 

Modified: trunk/docs/examples/gettingstarted/repositories/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/repositories/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/docs/examples/gettingstarted/repositories/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -3,14 +3,14 @@
   <parent>
     <groupId>org.jboss.dna.examples</groupId>
     <artifactId>getting_started</artifactId>
-    <version>0.2</version>
+    <version>0.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.dna.examples</groupId>
   <artifactId>dna-example-repositories</artifactId>
-  <version>0.2</version>
+  <version>0.2-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>JBoss DNA Repositories Examples</name>
   <description>Examples that showcase how to use DNA repositories.</description>

Modified: trunk/docs/examples/gettingstarted/sequencers/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/sequencers/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/docs/examples/gettingstarted/sequencers/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -3,14 +3,14 @@
   <parent>
     <groupId>org.jboss.dna.examples</groupId>
     <artifactId>getting_started</artifactId>
-    <version>0.2</version>
+    <version>0.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.dna.examples</groupId>
   <artifactId>dna-example-sequencers</artifactId>
-  <version>0.2</version>
+  <version>0.2-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>JBoss DNA Sequencer Examples</name>
   <description>Examples that showcase how to use sequencers with a JCR repository.</description>

Modified: trunk/extensions/dna-classloader-maven/pom.xml
===================================================================
--- trunk/extensions/dna-classloader-maven/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/extensions/dna-classloader-maven/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.2-SNAPSHOT</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-classloader-maven</artifactId>

Modified: trunk/extensions/dna-connector-federation/pom.xml
===================================================================
--- trunk/extensions/dna-connector-federation/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/extensions/dna-connector-federation/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.2-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->

Modified: trunk/extensions/dna-connector-inmemory/pom.xml
===================================================================
--- trunk/extensions/dna-connector-inmemory/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/extensions/dna-connector-inmemory/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.2-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->

Modified: trunk/extensions/dna-connector-jbosscache/pom.xml
===================================================================
--- trunk/extensions/dna-connector-jbosscache/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/extensions/dna-connector-jbosscache/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.2-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->

Modified: trunk/extensions/dna-mimetype-detector-aperture/pom.xml
===================================================================
--- trunk/extensions/dna-mimetype-detector-aperture/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/extensions/dna-mimetype-detector-aperture/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.2-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->

Modified: trunk/extensions/dna-sequencer-cnd/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-cnd/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/extensions/dna-sequencer-cnd/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -10,18 +10,15 @@
   <groupId>org.jboss.dna</groupId>
   <artifactId>dna-sequencer-cnd</artifactId>
   <name>JBoss DNA CND Sequencer</name>
-  <version>0.2-SNAPSHOT</version>
   <description>JBoss DNA Sequencer that processes JCR CND files</description>
   <dependencies>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-common</artifactId>
-      <version>0.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.jboss.dna</groupId>
       <artifactId>dna-graph</artifactId>
-      <version>0.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.antlr</groupId>

Modified: trunk/extensions/dna-sequencer-images/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-images/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/extensions/dna-sequencer-images/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.2-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->

Modified: trunk/extensions/dna-sequencer-java/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-java/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/extensions/dna-sequencer-java/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -6,7 +6,7 @@
 	<parent>
 		<groupId>org.jboss.dna</groupId>
 		<artifactId>dna</artifactId>
-		<version>0.2</version>
+		<version>0.2-SNAPSHOT</version>
 		<relativePath>../..</relativePath>
 	</parent>
 	<!-- The groupId and version values are inherited from parent -->
@@ -50,7 +50,7 @@
 		<dependency>
 			<groupId>org.jboss.dna</groupId>
 			<artifactId>dna-integration-tests</artifactId>
-			<version>0.2</version>
+			<version>0.2-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>
 		<!-- 

Modified: trunk/extensions/dna-sequencer-msoffice/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-msoffice/pom.xml	2008-09-26 16:10:20 UTC (rev 547)
+++ trunk/extensions/dna-sequencer-msoffice/pom.xml	2008-09-26 16:24:24 UTC (rev 548)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>dna</artifactId>
     <groupId>org.jboss.dna</groupId>
-    <version>0.2</version>
+    <version>0.2-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->




More information about the dna-commits mailing list