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 <[email protected]> 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 "[email protected]" <[email protected]>.
