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 31e284c955fd2f7faed1a5fcb541b7500a5231b2 Author: Dennis Lundberg <[email protected]> AuthorDate: Thu Sep 20 20:55:10 2012 +0000 Fix SCM URLs. git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1388213 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index ed2e248..0fa3e58 100644 --- a/pom.xml +++ b/pom.xml @@ -33,6 +33,12 @@ under the License. <name>Doxia Book Renderer</name> <description>A component to render books like user manuals and guides in any format supported by Doxia.</description> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-book-renderer</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-book-renderer</developerConnection> + <url>http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-renderer</url> + </scm> + <properties> <doxiaVersion>1.3</doxiaVersion> </properties>
