Author: hboutemy
Date: Sat Apr 19 02:24:36 2008
New Revision: 649776
URL: http://svn.apache.org/viewvc?rev=649776&view=rev
Log:
added issueManagement element to POM
Modified:
maven/ant-tasks/trunk/pom.xml
Modified: maven/ant-tasks/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/maven/ant-tasks/trunk/pom.xml?rev=649776&r1=649775&r2=649776&view=diff
==============================================================================
--- maven/ant-tasks/trunk/pom.xml (original)
+++ maven/ant-tasks/trunk/pom.xml Sat Apr 19 02:24:36 2008
@@ -37,6 +37,11 @@
<url>http://svn.apache.org/viewcvs.cgi/maven/ant-tasks/trunk</url>
</scm>
+ <issueManagement>
+ <system>jira</system>
+ <url>http://jira.codehaus.org/browse/MANTTASKS</url>
+ </issueManagement>
+
<build>
<pluginManagement>
<plugins>