This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new a85a9a5 Add comment
a85a9a5 is described below
commit a85a9a5b138ebfc774f4518d7c3fc3f210506416
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 9 09:51:19 2025 -0500
Add comment
https://github.com/apache/maven-changes-plugin/issues/619
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7c3e607..592db08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1105,7 +1105,8 @@
<maxEntries>${commons.changes.maxEntries}</maxEntries>
<runOnlyAtExecutionRoot>${commons.changes.runOnlyAtExecutionRoot}</runOnlyAtExecutionRoot>
<issueLinkTemplatePerSystem>
- <!-- TODO Why does the plugin use the default
%URL%/browse/ViewIssue.jspa?key=%ISSUE% -->
+ <!-- https://github.com/apache/maven-changes-plugin/issues/619 -->
+ <!-- TODO The plugin uses the "default" key which give you
%URL%/browse/ViewIssue.jspa?key=%ISSUE% -->
<default>%URL%/%ISSUE%</default>
<!-- Future: GitHub -->
</issueLinkTemplatePerSystem>