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

kwin pushed a commit to branch bugfix/doc-issue-link-url
in repository https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git

commit 1a9c9ef7c64884ab94ff7af1491972bd26aac8aa
Author: Konrad Windszus <[email protected]>
AuthorDate: Thu May 21 15:19:33 2026 +0200

    doc: Update default issue tracker URL in ChangeLogReport
    
    It is no longer Codehaus but ASF JIRA since quite a while
---
 src/main/java/org/apache/maven/plugins/changelog/ChangeLogReport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/changelog/ChangeLogReport.java 
b/src/main/java/org/apache/maven/plugins/changelog/ChangeLogReport.java
index 93221b4..926a3af 100644
--- a/src/main/java/org/apache/maven/plugins/changelog/ChangeLogReport.java
+++ b/src/main/java/org/apache/maven/plugins/changelog/ChangeLogReport.java
@@ -310,7 +310,7 @@ public class ChangeLogReport extends AbstractMavenReport {
 
     /**
      * The issue tracker URL used when replacing any matched 
<code>issueIDRegexPattern</code>
-     * found in the SCM commit messages. The default is URL is the codehaus 
JIRA
+     * found in the SCM commit messages. The default is the ASF JIRA
      * URL. If %ISSUE% is found in the URL it is replaced with the matched 
issue ID,
      * otherwise the matched issue ID is appended to the URL.
      *

Reply via email to