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:24:18 UTC

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


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

commit 473011052706497c1a927ef32a9b5f034edc9b51
Author: Sebb <se...@apache.org>
AuthorDate: Mon Aug 10 14:24:08 2020 +0100

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

diff --git a/src/assembly/src.xml b/src/assembly/src.xml
index ac4607c..8f63c5f 100644
--- a/src/assembly/src.xml
+++ b/src/assembly/src.xml
@@ -22,7 +22,7 @@
     </formats>
     <!--
       ${project.build.finalName} doesn't work correctly here; see
-      http://jira.codehaus.org/browse/MASSEMBLY-189
+      https://issues.apache.org/jira/browse/MASSEMBLY-189
      -->
     <baseDirectory>${project.artifactId}-${project.version}-src</baseDirectory>
     <fileSets>