This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-doxia-book-renderer.git
commit edae5a4a3a21e57bbbd94ee802bbe0a327cbb6a9 Author: Dennis Lundberg <[email protected]> AuthorDate: Thu Oct 11 19:48:53 2012 +0000 Add unique version numbers to the modules, which were lost when I set up the possibility to release the modules individually. git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1397266 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 84c0988..548a96f 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
