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-jexl.git

commit 08c9a895c8d4622e44aa40c1c935f000223ac57d
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Nov 7 15:58:15 2025 -0500

    Add POM scm/tag element
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 645f1ffa..48289635 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,10 +83,10 @@
         
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
     </properties>
     <scm>
-        
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-jexl.git</connection>
-        
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-jexl.git</developerConnection>
-        <url>https://gitbox.apache.org/repos/asf/commons-jexl.git</url>
-      <tag>HEAD</tag>
+      
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-cli.git</connection>
+      
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-cli.git</developerConnection>
+      <url>https://gitbox.apache.org/repos/asf?p=commons-cli.git</url>
+      <tag>rel/common-${commons.componentid}-${commons.release.version}</tag>
     </scm>
     <issueManagement>
         <system>jira</system>

Reply via email to