[dna-commits] DNA SVN: r883 - in tags/dna-0.4: extensions/dna-sequencer-esbMessage and 1 other directory.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Mon May 4 16:16:16 EDT 2009


Author: rhauch
Date: 2009-05-04 16:16:16 -0400 (Mon, 04 May 2009)
New Revision: 883

Modified:
   tags/dna-0.4/dna-jcr-tck/pom.xml
   tags/dna-0.4/extensions/dna-sequencer-esbMessage/pom.xml
Log:
The dna-jcr-tck and dna-sequencer-esbMessage projects had the wrong version identifier in their POM file.

Modified: tags/dna-0.4/dna-jcr-tck/pom.xml
===================================================================
--- tags/dna-0.4/dna-jcr-tck/pom.xml	2009-05-04 19:02:46 UTC (rev 882)
+++ tags/dna-0.4/dna-jcr-tck/pom.xml	2009-05-04 20:16:16 UTC (rev 883)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.jboss.dna</groupId>
     <artifactId>dna</artifactId>
-    <version>0.4-SNAPSHOT</version>
+    <version>0.4</version>
   </parent>
   <!-- The groupId and version values are inherited from parent -->
   <artifactId>dna-jcr-tck</artifactId>

Modified: tags/dna-0.4/extensions/dna-sequencer-esbMessage/pom.xml
===================================================================
--- tags/dna-0.4/extensions/dna-sequencer-esbMessage/pom.xml	2009-05-04 19:02:46 UTC (rev 882)
+++ tags/dna-0.4/extensions/dna-sequencer-esbMessage/pom.xml	2009-05-04 20:16:16 UTC (rev 883)
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>dna</artifactId>
     <groupId>org.jboss.dna</groupId>
-    <version>0.2-SNAPSHOT</version>
+    <version>0.4</version>
     <relativePath>../..</relativePath>
   </parent>
   <!-- The groupId and version values are inherited from parent -->




More information about the dna-commits mailing list