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

svn commit: r982411 - /maven/plugins/trunk/maven-linkcheck-plugin/pom.xml

Author: dennisl
Date: Wed Aug  4 21:47:13 2010
New Revision: 982411

URL: http://svn.apache.org/viewvc?rev=982411&view=rev
Log:
o Add <issueManagement>

Modified:
    maven/plugins/trunk/maven-linkcheck-plugin/pom.xml

Modified: maven/plugins/trunk/maven-linkcheck-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/pom.xml?rev=982411&r1=982410&r2=982411&view=diff
==============================================================================
--- maven/plugins/trunk/maven-linkcheck-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-linkcheck-plugin/pom.xml Wed Aug  4 21:47:13 2010
@@ -44,6 +44,10 @@ under the License.
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-linkcheck-plugin/</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-linkcheck-plugin/</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MLINKCHECK</url>
+  </issueManagement>
 
   <properties>
     <doxiaVersion>1.0</doxiaVersion>