This is an automated email from the ASF dual-hosted git repository.
kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-changelog-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new c051741 doc: Update default issue tracker URL in ChangeLogReport
c051741 is described below
commit c0517411595331a3f7ed696bf19e74553498585d
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.
*