[dna-commits] DNA SVN: r556 - in trunk: dna-common and 21 other directories.

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


Author: rhauch
Date: 2008-09-26 17:12:50 -0400 (Fri, 26 Sep 2008)
New Revision: 556

Modified:
   trunk/dna-common/pom.xml
   trunk/dna-graph/pom.xml
   trunk/dna-integration-tests/pom.xml
   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/docs/gettingstarted/pom.xml
   trunk/docs/pom.xml
   trunk/docs/reference/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-mp3/pom.xml
   trunk/extensions/dna-sequencer-msoffice/pom.xml
   trunk/extensions/dna-sequencer-zip/pom.xml
   trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration

Modified: trunk/dna-common/pom.xml
===================================================================
--- trunk/dna-common/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/dna-common/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-common</artifactId>

Modified: trunk/dna-graph/pom.xml
===================================================================
--- trunk/dna-graph/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/dna-graph/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-graph</artifactId>

Modified: trunk/dna-integration-tests/pom.xml
===================================================================
--- trunk/dna-integration-tests/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/dna-integration-tests/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,12 +3,12 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-integration-tests</artifactId>
   <packaging>jar</packaging>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <name>JBoss DNA Integration Tests</name>
   <url>http://labs.jboss.org/dna</url>
   

Modified: trunk/dna-jcr/pom.xml
===================================================================
--- trunk/dna-jcr/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/dna-jcr/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.3-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 21:12:43 UTC (rev 555)
+++ trunk/dna-repository/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.3-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 21:12:43 UTC (rev 555)
+++ trunk/docs/examples/gettingstarted/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -4,7 +4,7 @@
   <groupId>org.jboss.dna.examples</groupId>
   <artifactId>getting_started</artifactId>
   <packaging>pom</packaging>
-  <version>0.2</version>
+  <version>0.3-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 21:12:43 UTC (rev 555)
+++ trunk/docs/examples/gettingstarted/repositories/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,14 +3,14 @@
   <parent>
     <groupId>org.jboss.dna.examples</groupId>
     <artifactId>getting_started</artifactId>
-    <version>0.2</version>
+    <version>0.3-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.3-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 21:12:43 UTC (rev 555)
+++ trunk/docs/examples/gettingstarted/sequencers/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,14 +3,14 @@
   <parent>
     <groupId>org.jboss.dna.examples</groupId>
     <artifactId>getting_started</artifactId>
-    <version>0.2</version>
+    <version>0.3-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.3-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/docs/gettingstarted/pom.xml
===================================================================
--- trunk/docs/gettingstarted/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/docs/gettingstarted/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -4,7 +4,7 @@
     parent> <groupId>org.jboss</groupId> <artifactId>documentation</artifactId> <version>1.0</version> </parent -->
   <groupId>org.jboss.dna</groupId>
   <artifactId>getting-started-en</artifactId>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <packaging>jdocbook</packaging>
   <name>JBoss DNA Getting Started manual</name>
   <description>The JBoss DNA Getting Started manual</description>

Modified: trunk/docs/pom.xml
===================================================================
--- trunk/docs/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/docs/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -2,7 +2,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.dna.docs</groupId>

Modified: trunk/docs/reference/pom.xml
===================================================================
--- trunk/docs/reference/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/docs/reference/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -4,7 +4,7 @@
     parent> <groupId>org.jboss</groupId> <artifactId>documentation</artifactId> <version>1.0</version> </parent -->
   <groupId>org.jboss.dna</groupId>
   <artifactId>reference-guide-en</artifactId>
-  <version>0.2</version>
+  <version>0.3-SNAPSHOT</version>
   <packaging>jdocbook</packaging>
   <name>JBoss DNA Reference Guide</name>
   <description>The reference guide for JBoss DNA developers and advanced users</description>

Modified: trunk/extensions/dna-classloader-maven/pom.xml
===================================================================
--- trunk/extensions/dna-classloader-maven/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/extensions/dna-classloader-maven/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.3-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 21:12:43 UTC (rev 555)
+++ trunk/extensions/dna-connector-federation/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.3-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 21:12:43 UTC (rev 555)
+++ trunk/extensions/dna-connector-inmemory/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.3-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 21:12:43 UTC (rev 555)
+++ trunk/extensions/dna-connector-jbosscache/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.3-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 21:12:43 UTC (rev 555)
+++ trunk/extensions/dna-mimetype-detector-aperture/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.3-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 21:12:43 UTC (rev 555)
+++ trunk/extensions/dna-sequencer-cnd/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -2,7 +2,7 @@
   <parent>
     <artifactId>dna</artifactId>
     <groupId>org.jboss.dna</groupId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>

Modified: trunk/extensions/dna-sequencer-images/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-images/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/extensions/dna-sequencer-images/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.2</version>
+    <version>0.3-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 21:12:43 UTC (rev 555)
+++ trunk/extensions/dna-sequencer-java/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.jboss.dna</groupId>
 		<artifactId>dna</artifactId>
-		<version>0.2</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../..</relativePath>
 	</parent>
 	<!-- The groupId and version values are inherited from parent -->
@@ -47,7 +47,7 @@
 		<dependency>
 			<groupId>org.jboss.dna</groupId>
 			<artifactId>dna-integration-tests</artifactId>
-			<version>0.2</version>
+			<version>0.3-SNAPSHOT</version>
 			<scope>test</scope>
 		</dependency>
 		<!-- 

Modified: trunk/extensions/dna-sequencer-mp3/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-mp3/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/extensions/dna-sequencer-mp3/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>dna</artifactId>
     <groupId>org.jboss.dna</groupId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->

Modified: trunk/extensions/dna-sequencer-msoffice/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-msoffice/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/extensions/dna-sequencer-msoffice/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>dna</artifactId>
     <groupId>org.jboss.dna</groupId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->

Modified: trunk/extensions/dna-sequencer-zip/pom.xml
===================================================================
--- trunk/extensions/dna-sequencer-zip/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/extensions/dna-sequencer-zip/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>dna</artifactId>
     <groupId>org.jboss.dna</groupId>
-    <version>0.2</version>
+    <version>0.3-SNAPSHOT</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2008-09-26 21:12:43 UTC (rev 555)
+++ trunk/pom.xml	2008-09-26 21:12:50 UTC (rev 556)
@@ -2,7 +2,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.jboss.dna</groupId>
 	<artifactId>dna</artifactId>
-	<version>0.2</version>
+	<version>0.3-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>JBoss DNA</name>
 	<url>http://www.jboss.org/dna</url>
@@ -11,7 +11,7 @@
 		JBoss DNA provides tools for working with JCR repositories.
 	</description>
 	<scm>
-		<connection>scm:svn:https://svn.jboss.org/repos/dna/tags/dna-0.2</connection>
+		<connection>scm:svn:https://svn.jboss.org/repos/dna/trunk</connection>
 	</scm>
 	<licenses>
 		<license>




More information about the dna-commits mailing list