Skip to content

Commit 5dfb44b

Browse files
committed
Fix maven-changes-plugin template for Jira issues link
1 parent 1565cb4 commit 5dfb44b

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,6 +1104,11 @@
11041104
<onlyCurrentVersion>${commons.changes.onlyCurrentVersion}</onlyCurrentVersion>
11051105
<maxEntries>${commons.changes.maxEntries}</maxEntries>
11061106
<runOnlyAtExecutionRoot>${commons.changes.runOnlyAtExecutionRoot}</runOnlyAtExecutionRoot>
1107+
<issueLinkTemplatePerSystem>
1108+
<!-- TODO Why does the plugin use the default %URL%/browse/ViewIssue.jspa?key=%ISSUE% -->
1109+
<default>%URL%/%ISSUE%</default>
1110+
<!-- Future: GitHub -->
1111+
</issueLinkTemplatePerSystem>
11071112
</configuration>
11081113
<reportSets>
11091114
<reportSet>

src/changes/changes.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
6060
<release version="93" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
6161
<!-- FIX -->
6262
<action type="fix" dev="ggregory" due-to="Gary Gregory">POM issueManagement/url now reuses the existing property `commons.jira.id`.</action>
63+
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix maven-changes-plugin template for Jira issues link.</action>
6364
<!-- ADD -->
6465
<!-- UPDATE -->
6566
</release>

0 commit comments

Comments
 (0)