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 2010/05/11 23:17:45 UTC

svn commit: r943297 - /maven/archetypes/trunk/pom.xml

Author: hboutemy
Date: Tue May 11 21:17:42 2010
New Revision: 943297

URL: http://svn.apache.org/viewvc?rev=943297&view=rev
Log:
changed issueManagement configuration to point to the new MARCHETYPES Jira project

Modified:
    maven/archetypes/trunk/pom.xml

Modified: maven/archetypes/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/archetypes/trunk/pom.xml?rev=943297&r1=943296&r2=943297&view=diff
==============================================================================
--- maven/archetypes/trunk/pom.xml (original)
+++ maven/archetypes/trunk/pom.xml Tue May 11 21:17:42 2010
@@ -55,6 +55,10 @@ under the License.
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/archetype/trunk/maven-archetype-bundles</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/archetype/trunk/maven-archetype-bundles</url>
   </scm>
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MARCHETYPES</url>
+  </issueManagement>
 
   <build>
     <extensions>