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-maven-plugin.git

commit 6a4242b1075a1ea02646cfb3856220e71c1f71d5
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 816af8f..52fd160 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-maven-plugin</artifactId>

Reply via email to