You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/01/23 08:14:40 UTC

[maven-doxia-book-maven-plugin] 14/35: Add more specific issueManagement/urls.

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 bc6318e947d167b3c2ec58e984c7bdec39d04d78
Author: Dennis Lundberg <de...@apache.org>
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 3acecbc..0865a4f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,10 @@ under the License.
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/doxia/doxia-tools/trunk/doxia-book-maven-plugin</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/DOXIATOOLS/component/15479</url>
+  </issueManagement>
 
   <properties>
     <doxiaVersion>1.3</doxiaVersion>