You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by fg...@apache.org on 2006/01/10 22:23:21 UTC

svn commit: r367794 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Author: fgiust
Date: Tue Jan 10 13:23:16 2006
New Revision: 367794

URL: http://svn.apache.org/viewcvs?rev=367794&view=rev
Log:
MECLIPSE-51
Issue Tracking on website points to generic MNG instead of MECLIPSE

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

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=367794&r1=367793&r2=367794&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Tue Jan 10 13:23:16 2006
@@ -11,6 +11,10 @@
   <packaging>maven-plugin</packaging>
   <name>Maven Eclipse Plugin</name>
   <version>2.1-SNAPSHOT</version>
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://jira.codehaus.org/browse/MECLIPSE</url>
+  </issueManagement>
   <build>
     <plugins>
       <plugin>