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 2017/12/20 09:36:26 UTC

[maven-invoker-plugin] 19/22: [MINVOKER-15] fix issueManagement url

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-invoker-plugin-1.1
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit 4e8b8f6ba3681e18bb81f680c3bc9d991d02780b
Author: Oliver Lamy <ol...@apache.org>
AuthorDate: Mon Dec 3 21:50:48 2007 +0000

    [MINVOKER-15] fix issueManagement url
    
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin@600704 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 56d4d5e..2689c5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,6 +37,10 @@ under the License.
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin/</developerConnection>
     <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/</url>
   </scm>	
+  <issueManagement>
+    <system>jira</system>
+    <url>http://jira.codehaus.org/browse/MINVOKER</url>
+  </issueManagement>
   <build>
     <plugins>
       <plugin>

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.