You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2020/08/10 13:18:22 UTC

[commons-parent] branch master updated: Fix old codehaus issue link

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 574db8f  Fix old codehaus issue link
574db8f is described below

commit 574db8f5ba6cd05975d1af93082eac6fc1b39865
Author: Sebb <se...@apache.org>
AuthorDate: Mon Aug 10 14:18:15 2020 +0100

    Fix old codehaus issue link
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index cf0ba8b..bb10deb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1055,7 +1055,7 @@
         <!--
           Unfortunately it does not appear to be possible to override
           reports configured in a parent POM.
-          See https://jira.codehaus.org/browse/MPIR-241
+          See https://issues.apache.org/jira/browse/MPIR-241
           and https://issues.apache.org/jira/browse/MPOM-32
           So we define here all those reports that are suitable for
           all components.
@@ -1303,9 +1303,9 @@
         <!--
           N.B. in spite of what the Maven docs may say,
           activation conditions are ORed together, see:
-          http://jira.codehaus.org/browse/MNG-4565
+          https://issues.apache.org/jira/browse/MNG-4565
           Fairly useless, but that's what was done in
-          http://jira.codehaus.org/browse/MNG-3106
+          https://issues.apache.org/jira/browse/MNG-3106
 
           So we cannot also check for Java 1.5+
           This should not be a problem now as the profile is optional.