Author: dennisl
Date: Fri Jul 21 16:01:01 2006
New Revision: 424488

URL: http://svn.apache.org/viewvc?rev=424488&view=rev
Log:
Add missing <issueManagement/> <system/> tags in pom.xml

Modified:
    maven/sandbox/plugins/maven-changes-plugin/pom.xml
    maven/sandbox/plugins/maven-docck-plugin/pom.xml

Modified: maven/sandbox/plugins/maven-changes-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/plugins/maven-changes-plugin/pom.xml?rev=424488&r1=424487&r2=424488&view=diff
==============================================================================
--- maven/sandbox/plugins/maven-changes-plugin/pom.xml (original)
+++ maven/sandbox/plugins/maven-changes-plugin/pom.xml Fri Jul 21 16:01:01 2006
@@ -14,6 +14,7 @@
   </prerequisites>
   <!-- Not inherited correctly -->
   <issueManagement>
+    <system>jira</system>
     <url>http://jira.codehaus.org/browse/MCHANGES</url>
   </issueManagement>
   <developers>

Modified: maven/sandbox/plugins/maven-docck-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/sandbox/plugins/maven-docck-plugin/pom.xml?rev=424488&r1=424487&r2=424488&view=diff
==============================================================================
--- maven/sandbox/plugins/maven-docck-plugin/pom.xml (original)
+++ maven/sandbox/plugins/maven-docck-plugin/pom.xml Fri Jul 21 16:01:01 2006
@@ -16,6 +16,7 @@
   </prerequisites>
   <!-- Not inherited correctly -->
   <issueManagement>
+    <system>jira</system>
     <url>http://jira.codehaus.org/browse/MNG</url>
   </issueManagement>
   <!-- Not inherited correctly because the plugin is in the sandbox -->


Reply via email to