You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2015/12/04 21:00:56 UTC

maven git commit: Fixed links in pom which pointed to shut down codehaus jira.

Repository: maven
Updated Branches:
  refs/heads/master 875fc30b9 -> 4e771228a


Fixed links in pom which pointed to shut down codehaus jira.


Project: http://git-wip-us.apache.org/repos/asf/maven/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/4e771228
Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/4e771228
Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/4e771228

Branch: refs/heads/master
Commit: 4e771228ae1fb03ced7d1733541d082cff4759ea
Parents: 875fc30
Author: Karl Heinz Marbaise <kh...@apache.org>
Authored: Fri Dec 4 20:59:04 2015 +0100
Committer: Karl Heinz Marbaise <kh...@apache.org>
Committed: Fri Dec 4 20:59:04 2015 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven/blob/4e771228/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 36135d9..674ae69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,8 +145,8 @@
   </contributors>
 
   <!-- This marked as deprecated for Maven 3.X. This is checked by maven-enforcer-plugin -->
-  <!--  http://jira.codehaus.org/browse/MNG-4840 -->
-  <!--  http://jira.codehaus.org/browse/MNG-5297 -->
+  <!--  https://issues.apache.org/jira/browse/MNG-4840 -->
+  <!--  https://issues.apache.org/jira/browse/MNG-5297 -->
   <prerequisites>
     <maven>${maven.version}</maven>
   </prerequisites>