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 9ae51f9 Add comment
9ae51f9 is described below
commit 9ae51f9f2e1852994b6cef8c9aa31618dd58c98d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 9 15:31:37 2025 -0500
Add comment
https://github.com/apache/maven-changes-plugin/issues/619
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 592db08..d328014 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1106,6 +1106,7 @@
<runOnlyAtExecutionRoot>${commons.changes.runOnlyAtExecutionRoot}</runOnlyAtExecutionRoot>
<issueLinkTemplatePerSystem>
<!-- https://github.com/apache/maven-changes-plugin/issues/619 -->
+ <!-- /issueManagement/url is not used as a key if an action
doesn't have a system attribute -->
<!-- TODO The plugin uses the "default" key which give you
%URL%/browse/ViewIssue.jspa?key=%ISSUE% -->
<default>%URL%/%ISSUE%</default>
<!-- Future: GitHub -->