You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2009/07/18 20:16:15 UTC

svn commit: r795405 - /maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml

Author: dennisl
Date: Sat Jul 18 18:16:15 2009
New Revision: 795405

URL: http://svn.apache.org/viewvc?rev=795405&view=rev
Log:
o Add a more specific issue management url than the one that is inherited

Modified:
    maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml

Modified: maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml?rev=795405&r1=795404&r2=795405&view=diff
==============================================================================
--- maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml (original)
+++ maven/shared/branches/maven-reporting-impl-2.0.4.x/pom.xml Sat Jul 18 18:16:15 2009
@@ -21,8 +21,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>maven-shared-components</artifactId>
     <groupId>org.apache.maven.shared</groupId>
+    <artifactId>maven-shared-components</artifactId>
     <version>11</version>
   </parent>
 
@@ -51,6 +51,11 @@
     <url>http://svn.apache.org/viewvc/maven/shared/branches/maven-reporting-impl-2.0.4.x</url>
   </scm>
 
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MSHARED/component/13274</url>
+  </issueManagement>
+
   <properties>
     <mavenVersion>2.0.4</mavenVersion>
     <doxiaVersion>1.0</doxiaVersion>