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:15:41 UTC

[commons-daemon] 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-daemon.git


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

commit 24a7af6900021f153ae2e9b9aa1e217c1a77a709
Author: Sebb <se...@apache.org>
AuthorDate: Mon Aug 10 14:15:33 2020 +0100

    Fix old codehaus issue link
---
 src/assembly/native-src.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/assembly/native-src.xml b/src/assembly/native-src.xml
index 287a6ba..d6279f1 100644
--- a/src/assembly/native-src.xml
+++ b/src/assembly/native-src.xml
@@ -50,7 +50,7 @@
                 <exclude>native/libservice.a</exclude>
                 <!-- Excluded here, because processed below -->
                 <exclude>**/*.sh</exclude> 
-                <!-- Bug http://jira.codehaus.org/browse/MASSEMBLY-462 -->
+                <!-- Bug https://issues.apache.org/jira/browse/MASSEMBLY-462 -->
                 <exclude>**/*.formatted</exclude>
             </excludes>
         </fileSet>
@@ -76,7 +76,7 @@
                 <exclude>**/*.ico</exclude>
                 <exclude>**/*.bmp</exclude>
                 <exclude>**/*.rc</exclude>
-                <!-- Bug http://jira.codehaus.org/browse/MASSEMBLY-462 -->
+                <!-- Bug https://issues.apache.org/jira/browse/MASSEMBLY-462 -->
                 <exclude>**/*.formatted</exclude>
             </excludes>
             <fileMode>664</fileMode>