Author: dennisl
Date: Thu Oct 11 19:48:53 2012
New Revision: 1397266

URL: http://svn.apache.org/viewvc?rev=1397266&view=rev
Log:
Add unique version numbers to the modules, which were lost when I set up the 
possibility to release the modules individually.

Modified:
    maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml
    maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml
    maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
    maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml

Modified: maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml?rev=1397266&r1=1397265&r2=1397266&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin/pom.xml Thu Oct 11 
19:48:53 2012
@@ -30,6 +30,7 @@ under the License.
   </parent>
 
   <artifactId>doxia-book-maven-plugin</artifactId>
+  <version>1.3-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Doxia Book Maven Plugin</name>
@@ -69,7 +70,7 @@ under the License.
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>doxia-book-renderer</artifactId>
-      <version>2</version>
+      <version>1.3-SNAPSHOT</version>
     </dependency>
 
     <dependency>

Modified: maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml?rev=1397266&r1=1397265&r2=1397266&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-book-renderer/pom.xml Thu Oct 11 
19:48:53 2012
@@ -30,6 +30,8 @@ under the License.
   </parent>
 
   <artifactId>doxia-book-renderer</artifactId>
+  <version>1.3-SNAPSHOT</version>
+
   <name>Doxia Book Renderer</name>
   <description>A component to render books like user manuals and guides in any 
format supported by Doxia.</description>
 

Modified: maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml?rev=1397266&r1=1397265&r2=1397266&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-converter/pom.xml Thu Oct 11 19:48:53 
2012
@@ -30,6 +30,8 @@ under the License.
   </parent>
 
   <artifactId>doxia-converter</artifactId>
+  <version>1.3-SNAPSHOT</version>
+
   <name>Doxia Converter</name>
   <description>Doxia Converter Tool to convert a supported format to 
another.</description>
 

Modified: maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml?rev=1397266&r1=1397265&r2=1397266&view=diff
==============================================================================
--- maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml (original)
+++ maven/doxia/doxia-tools/trunk/doxia-linkcheck/pom.xml Thu Oct 11 19:48:53 
2012
@@ -30,6 +30,7 @@ under the License.
   </parent>
 
   <artifactId>doxia-linkcheck</artifactId>
+  <version>1.3-SNAPSHOT</version>
 
   <name>Doxia Linkcheck</name>
   <description>Doxia linkcheck is a tool to check the validity of 
links.</description>


Reply via email to