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 5dfb44b  Fix maven-changes-plugin template for Jira issues link
5dfb44b is described below

commit 5dfb44b18263af3454c0427103c5e7b522b4f4d8
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 9 09:31:18 2025 -0500

    Fix maven-changes-plugin template for Jira issues link
---
 pom.xml                 | 5 +++++
 src/changes/changes.xml | 1 +
 2 files changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 5f97481..1b24e0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1104,6 +1104,11 @@
           
<onlyCurrentVersion>${commons.changes.onlyCurrentVersion}</onlyCurrentVersion>
           <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% -->
+            <default>%URL%/%ISSUE%</default>
+            <!-- Future: GitHub -->
+          </issueLinkTemplatePerSystem>
         </configuration>
         <reportSets>
           <reportSet>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b316ff5..1edf5d0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
       <release version="93" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
         <action type="fix" dev="ggregory" due-to="Gary Gregory">POM 
issueManagement/url now reuses the existing property `commons.jira.id`.</action>
+        <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix 
maven-changes-plugin template for Jira issues link.</action>
         <!-- ADD -->
         <!-- UPDATE -->
       </release>

Reply via email to