This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-help-plugin-2.0.2
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 520ab0e1f99be09c96d02c49ea1e843d380960ad
Author: Vincent Siveton <vsive...@apache.org>
AuthorDate: Fri Jul 21 20:19:40 2006 +0000

    MNG-2460: Incorrect POM inheritance for plugins
    
    Added missing <issueManagement/> and <mailingLists/> tags in pom.xml
    
    git-svn-id: 
https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-help-plugin@424442 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index a8022c8..b2e612d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,10 @@
   <prerequisites>
     <maven>2.0</maven>
   </prerequisites>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://jira.codehaus.org/browse/MPH</url>
+  </issueManagement>
   <dependencies>
     <dependency>
       <groupId>org.apache.maven</groupId>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <commits@maven.apache.org>.

Reply via email to