You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/03/24 17:41:15 UTC

svn commit: r640461 - /maven/plugins/trunk/maven-patch-plugin/pom.xml

Author: bentmann
Date: Mon Mar 24 09:41:04 2008
New Revision: 640461

URL: http://svn.apache.org/viewvc?rev=640461&view=rev
Log:
o Bumped to maven-plugins parent 10 for proper site inheritance
o Added missing <issueManagement>

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

Modified: maven/plugins/trunk/maven-patch-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-patch-plugin/pom.xml?rev=640461&r1=640460&r2=640461&view=diff
==============================================================================
--- maven/plugins/trunk/maven-patch-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-patch-plugin/pom.xml Mon Mar 24 09:41:04 2008
@@ -21,15 +21,20 @@
   <parent>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
-    <version>8</version>
+    <version>10</version>
   </parent>
-  
+
   <artifactId>maven-patch-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <version>1.1-SNAPSHOT</version>
   <name>Maven Patch Plugin</name>
   <url>http://maven.apache.org/plugins/maven-patch-plugin/</url>
- 
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://jira.codehaus.org/browse/MPATCH</url>
+  </issueManagement>
+
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-patch-plugin/</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-patch-plugin/</developerConnection>