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 d7fb3eb5185f73f36045d9bab3c699f762d62528 Author: Gary Gregory <[email protected]> AuthorDate: Fri Nov 7 18:00:59 2025 -0500 Fix POM scm/tag element --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e48170a1..09807cf3 100644 --- a/pom.xml +++ b/pom.xml @@ -81,12 +81,13 @@ <commons.rc.version>RC1</commons.rc.version> <commons.release.isDistModule>true</commons.release.isDistModule> <commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl> + <commons.repo.name>commons-${commons.componentid}</commons.repo.name> </properties> <scm> - <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> + <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>
