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 f9c1b2ac26bcbaef0fa652c681d743354e007400 Author: Dennis Lundberg <[email protected]> AuthorDate: Thu Sep 20 21:02:21 2012 +0000 Add more specific issueManagement/urls. git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@1388215 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 0fa3e58..a88187e 100644 --- a/pom.xml +++ b/pom.xml @@ -38,6 +38,10 @@ under the License. <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> + <issueManagement> + <system>jira</system> + <url>http://jira.codehaus.org/browse/DOXIATOOLS/component/15478</url> + </issueManagement> <properties> <doxiaVersion>1.3</doxiaVersion>
