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 e0e0536f1a4c6a6bfcf70a75017a1bd73217c911 Author: Dennis Lundberg <[email protected]> AuthorDate: Sat Mar 31 17:00:10 2012 +0000 Post-move clean-up: - Fix relative paths to parent, keeping the doxia-parent for now - Change artifactsIds, names and descriptions - Add/remove modules git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1307849 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index cc90293..b7b0e5a 100644 --- a/pom.xml +++ b/pom.xml @@ -26,12 +26,12 @@ under the License. <groupId>org.apache.maven.doxia</groupId> <artifactId>doxia</artifactId> <version>1.3-SNAPSHOT</version> - <relativePath>../pom.xml</relativePath> + <relativePath>../../doxia/pom.xml</relativePath> </parent> - <artifactId>doxia-book</artifactId> - <name>Doxia :: Book Component</name> - <description>A component to write books like user manuals and guides in any format supported by Doxia.</description> + <artifactId>doxia-book-renderer</artifactId> + <name>Doxia Tools :: Book Renderer</name> + <description>A component to render books like user manuals and guides in any format supported by Doxia.</description> <url>http://maven.apache.org/doxia/doxia/doxia-book/</url> <dependencies>
