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 1e217f7 POM /issueManagement/url now reuses the `commons.repo.name`
1e217f7 is described below
commit 1e217f706fba9515ab6e42214f0d60aa47173884
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 12 15:53:45 2025 -0500
POM /issueManagement/url now reuses the `commons.repo.name`
---
pom.xml | 2 +-
src/changes/changes.xml | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1a13b42..016aa54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -339,7 +339,7 @@
</issueManagement>
<ciManagement>
<system>GitHub</system>
- <url>https://github.com/apache/commons-parent/actions</url>
+ <url>https://github.com/apache/${commons.repo.name}/actions</url>
</ciManagement>
<dependencyManagement>
<dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 86cac41..a3a07d3 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,8 +59,9 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<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">POM
issueManagement/url now reuses the property `commons.jira.id`.</action>
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix
maven-changes-plugin template for Jira issues link.</action>
+ <action type="fix" dev="ggregory" due-to="Gary Gregory">POM
/issueManagement/url now reuses the `commons.repo.name`.</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
com.puppycrawl.tools:checkstyle from 12.1.1 to 12.1.2 on Java 17 and
up.</action>