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 0d184ed179751a3ccce257a25b5b57cbcaf9b612 Author: Dennis Lundberg <[email protected]> AuthorDate: Thu Sep 20 20:49:05 2012 +0000 Change the POM hierarchy to match those used for maven-plugins and maven-shared. Such a layout is suitable when the modules have different release cycles, like they do here. The parent for doxia-tools is now at the same level as the modules, instead of one level above. At the top level is now an aggregator POM that can be used for CI servers. git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1388210 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 891e0ff..ed2e248 100644 --- a/pom.xml +++ b/pom.xml @@ -25,8 +25,8 @@ under the License. <parent> <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia-tools</artifactId> - <version>1.3-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <version>2-SNAPSHOT</version> + <relativePath>../doxia-tools/pom.xml</relativePath> </parent> <artifactId>doxia-book-renderer</artifactId>
