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:11:44 UTC

[commons-io] 02/02: 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-io.git

commit f0aafbc37c49b0ca15b8e9acc72275802412f23b
Author: Sebb <se...@apache.org>
AuthorDate: Mon Aug 10 14:11:34 2020 +0100

    Fix old codehaus issue link
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5df47b8..17caf65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -358,7 +358,7 @@ file comparators, endian transformation classes, and much more.
           <excludes>
             <exclude>**/*AbstractTestCase*</exclude>
             <exclude>**/testtools/**</exclude>
-            <!-- http://jira.codehaus.org/browse/SUREFIRE-44 -->
+            <!-- https://issues.apache.org/jira/browse/SUREFIRE-44 -->
             <exclude>**/*$*</exclude>
           </excludes>
         </configuration>