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 2008/04/19 11:25:07 UTC

svn commit: r649777 - /maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml

Author: hboutemy
Date: Sat Apr 19 02:25:06 2008
New Revision: 649777

URL: http://svn.apache.org/viewvc?rev=649777&view=rev
Log:
added issueManagement element to POM (merged from trunk r649776)

Modified:
    maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml

Modified: maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml?rev=649777&r1=649776&r2=649777&view=diff
==============================================================================
--- maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml (original)
+++ maven/ant-tasks/branches/maven-ant-tasks-2.0.x/pom.xml Sat Apr 19 02:25:06 2008
@@ -36,6 +36,11 @@
     <url>http://svn.apache.org/viewcvs.cgi/maven/ant-tasks/branches/maven-ant-tasks-2.0.x</url>
   </scm>
 
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MANTTASKS</url>
+  </issueManagement>
+
   <build>
     <pluginManagement>
       <plugins>