Skip to content

Commit 1565cb4

Browse files
committed
OM issueManagement/url now reuses the existing property
`commons.jira.id`
1 parent 7bde55c commit 1565cb4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
</scm>
336336
<issueManagement>
337337
<system>jira</system>
338-
<url>https://issues.apache.org/jira/browse/COMMONSSITE</url>
338+
<url>https://issues.apache.org/jira/browse/${commons.jira.id}</url>
339339
</issueManagement>
340340
<ciManagement>
341341
<system>GitHub</system>

src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ The <action> type attribute can be add,update,fix,remove.
5757
The changes report outputs actions in the order they appear in this file.
5858
-->
5959
<body>
60+
<release version="93" date="YYYY-MM-DD" description="This is a feature and maintenance release. Java 8 or later is required.">
61+
<!-- FIX -->
62+
<action type="fix" dev="ggregory" due-to="Gary Gregory">POM issueManagement/url now reuses the existing property `commons.jira.id`.</action>
63+
<!-- ADD -->
64+
<!-- UPDATE -->
65+
</release>
6066
<release version="92" date="2025-11-07" description="This is a feature and maintenance release. Java 8 or later is required.">
6167
<!-- FIX -->
6268
<!-- ADD -->

0 commit comments

Comments
 (0)