[dna-commits] DNA SVN: r170 - in trunk: dna-common and 10 other directories.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Tue May 13 20:25:08 EDT 2008


Author: rhauch
Date: 2008-05-13 20:25:08 -0400 (Tue, 13 May 2008)
New Revision: 170

Modified:
   trunk/dna-common/pom.xml
   trunk/dna-integration-tests/pom.xml
   trunk/dna-maven-classloader/pom.xml
   trunk/dna-repository/pom.xml
   trunk/dna-spi/pom.xml
   trunk/docs/examples/gettingstarted/pom.xml
   trunk/docs/examples/gettingstarted/sequencers/pom.xml
   trunk/docs/gettingstarted/pom.xml
   trunk/docs/pom.xml
   trunk/pom.xml
   trunk/sequencers/dna-sequencer-images/pom.xml
   trunk/sequencers/dna-sequencer-mp3/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: trunk/dna-common/pom.xml
===================================================================
--- trunk/dna-common/pom.xml	2008-05-14 00:25:02 UTC (rev 169)
+++ trunk/dna-common/pom.xml	2008-05-14 00:25:08 UTC (rev 170)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1</version>
+    <version>0.2-SNAPSHOT</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-common</artifactId>

Modified: trunk/dna-integration-tests/pom.xml
===================================================================
--- trunk/dna-integration-tests/pom.xml	2008-05-14 00:25:02 UTC (rev 169)
+++ trunk/dna-integration-tests/pom.xml	2008-05-14 00:25:08 UTC (rev 170)
@@ -3,12 +3,12 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1</version>
+    <version>0.2-SNAPSHOT</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-integration-tests</artifactId>
   <packaging>jar</packaging>
-  <version>0.1</version>
+  <version>0.2-SNAPSHOT</version>
   <name>JBoss DNA Integration Tests</name>
   <url>http://labs.jboss.org/dna</url>
   

Modified: trunk/dna-maven-classloader/pom.xml
===================================================================
--- trunk/dna-maven-classloader/pom.xml	2008-05-14 00:25:02 UTC (rev 169)
+++ trunk/dna-maven-classloader/pom.xml	2008-05-14 00:25:08 UTC (rev 170)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1</version>
+    <version>0.2-SNAPSHOT</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-maven-classloader</artifactId>

Modified: trunk/dna-repository/pom.xml
===================================================================
--- trunk/dna-repository/pom.xml	2008-05-14 00:25:02 UTC (rev 169)
+++ trunk/dna-repository/pom.xml	2008-05-14 00:25:08 UTC (rev 170)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1</version>
+    <version>0.2-SNAPSHOT</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-repository</artifactId>

Modified: trunk/dna-spi/pom.xml
===================================================================
--- trunk/dna-spi/pom.xml	2008-05-14 00:25:02 UTC (rev 169)
+++ trunk/dna-spi/pom.xml	2008-05-14 00:25:08 UTC (rev 170)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1</version>
+    <version>0.2-SNAPSHOT</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-spi</artifactId>

Modified: trunk/docs/examples/gettingstarted/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/pom.xml	2008-05-14 00:25:02 UTC (rev 169)
+++ trunk/docs/examples/gettingstarted/pom.xml	2008-05-14 00:25:08 UTC (rev 170)
@@ -4,7 +4,7 @@
   <groupId>org.jboss.dna.examples</groupId>
   <artifactId>getting_started</artifactId>
   <packaging>pom</packaging>
-  <version>0.1</version>
+  <version>0.2-SNAPSHOT</version>
   <name>Getting Started examples</name>
   <description />
 

Modified: trunk/docs/examples/gettingstarted/sequencers/pom.xml
===================================================================
--- trunk/docs/examples/gettingstarted/sequencers/pom.xml	2008-05-14 00:25:02 UTC (rev 169)
+++ trunk/docs/examples/gettingstarted/sequencers/pom.xml	2008-05-14 00:25:08 UTC (rev 170)
@@ -3,14 +3,14 @@
   <parent>
     <groupId>org.jboss.dna.examples</groupId>
     <artifactId>getting_started</artifactId>
-    <version>0.1</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.1</version>
+  <version>0.2-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>Sequencer Examples</name>
   <description>Examples that showcase how to use sequencers with a JCR repository.</description>

Modified: trunk/docs/gettingstarted/pom.xml
===================================================================
--- trunk/docs/gettingstarted/pom.xml	2008-05-14 00:25:02 UTC (rev 169)
+++ trunk/docs/gettingstarted/pom.xml	2008-05-14 00:25:08 UTC (rev 170)
@@ -10,7 +10,7 @@
     
     <groupId>org.jboss.dna</groupId>
     <artifactId>getting-started-${translation}</artifactId>
-    <version>0.1</version>
+    <version>0.2-SNAPSHOT</version>
     <packaging>jdocbook</packaging>
     <name>JBoss DNA Getting Started Document (${translation})</name>
 

Modified: trunk/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml	2008-05-14 00:25:02 UTC (rev 169)
+++ trunk/docs/pom.xml	2008-05-14 00:25:08 UTC (rev 170)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1</version>
+    <version>0.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.dna.docs</groupId>

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-05-14 00:25:02 UTC (rev 169)
+++ trunk/pom.xml	2008-05-14 00:25:08 UTC (rev 170)
@@ -2,7 +2,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss.dna</groupId>
 	<artifactId>dna</artifactId>
-	<version>0.1</version>
+	<version>0.2-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>JBoss DNA</name>
 	<url>http://www.jboss.org/dna</url>
@@ -10,7 +10,7 @@
 		JBoss DNA provides tools for working with JCR repositories.
 	</description>
 	<scm>
-		<connection>scm:svn:https://svn.jboss.org/repos/dna/tags/dna-0.1</connection>
+		<connection>scm:svn:https://svn.jboss.org/repos/dna/trunk</connection>
 	</scm>
 	<modules>
 		<module>dna-common</module>

Modified: trunk/sequencers/dna-sequencer-images/pom.xml
===================================================================
--- trunk/sequencers/dna-sequencer-images/pom.xml	2008-05-14 00:25:02 UTC (rev 169)
+++ trunk/sequencers/dna-sequencer-images/pom.xml	2008-05-14 00:25:08 UTC (rev 170)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.1</version>
+    <version>0.2-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->

Modified: trunk/sequencers/dna-sequencer-mp3/pom.xml
===================================================================
--- trunk/sequencers/dna-sequencer-mp3/pom.xml	2008-05-14 00:25:02 UTC (rev 169)
+++ trunk/sequencers/dna-sequencer-mp3/pom.xml	2008-05-14 00:25:08 UTC (rev 170)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>dna</artifactId>
     <groupId>org.jboss.dna</groupId>
-    <version>0.1</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