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

commit 8c9ba651bfe8c98ed8af9032e2263f8a29f39b2b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 7 06:55:21 2025 -0500

    Add POM project/scm/tag element
    
    - Add POM property `commons.repo.name` as
    `commons-${commons.componentid}` and use in project/scm values
---
 pom.xml                 | 10 ++++++----
 src/changes/changes.xml |  2 ++
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index a0a9bc8..29511c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,6 +195,7 @@
          - and so on...
     -->
     <commons.packageId>${project.artifactId}</commons.packageId>
+    <commons.repo.name>commons-${commons.componentid}</commons.repo.name>
     <!-- JPMS -->
     
<commons.module.name>org.apache.commons.${commons.packageId}</commons.module.name>
     <!-- Configuration properties for the OSGi maven-bundle-plugin -->
@@ -323,13 +324,14 @@
     </mailingList>
   </mailingLists>
   <!--
-    This section *must* be overwritten by subprojects. It is only to allow
+    This section *may* be overwritten by subprojects. It is only to allow
     a release of the commons-parent POM.
   -->
   <scm>
-    
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-parent.git</connection>
-    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-parent.git</developerConnection>
-    <url>https://gitbox.apache.org/repos/asf?p=commons-parent.git</url>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/${commons.repo.name}.git</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/${commons.repo.name}.git</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf?p=${commons.repo.name}.git</url>
+    <tag>rel/${commons.repo.name}-${commons.release.version}</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a248985..b0e795a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,8 @@ The <action> type attribute can be add,update,fix,remove.
       <release version="92" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
         <!-- ADD -->
+        <action type="add" dev="ggregory" due-to="Gary Gregory">Add POM 
property `commons.repo.name` as `commons-${commons.componentid}` and use in 
project/scm values.</action>
+        <action type="add" dev="ggregory" due-to="Gary Gregory">Add POM 
project/scm/tag element.</action>
         <!-- UPDATE -->
         <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
com.puppycrawl.tools:checkstyle from 12.1.0 to 12.1.0 on Java 17 and 
up.</action>
         <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump commons.pmd-impl.version from 7.17.0 to 7.18.0 #680.</action>

Reply via email to