This is an automated email from the ASF dual-hosted git repository.
bitstorm pushed a commit to branch wicket-10.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/wicket-10.x by this push:
new 1fe5c5c3b5 avoid removig repo postfix
1fe5c5c3b5 is described below
commit 1fe5c5c3b5d456ada8923353aad31c4004d0acd5
Author: Andrea Del Bene <[email protected]>
AuthorDate: Wed Jul 22 17:44:59 2026 +0200
avoid removig repo postfix
---
release.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release.sh b/release.sh
index 5389bc07f6..84666baba0 100755
--- a/release.sh
+++ b/release.sh
@@ -496,7 +496,7 @@ if [ $? -ne 0 ] ; then
fi
# Determine the staging repository and close it after deploying the release to
the staging area
-stagingrepoid=$(mvn
org.sonatype.plugins:nexus-staging-maven-plugin:LATEST:rc-list
-DnexusUrl=https://repository.apache.org -DserverId=apache.releases.https |
grep -v "CLOSED" | grep -Eo "orgapachewicket-[0-9]+" | sed
's/orgapachewicket-//';)
+stagingrepoid=$(mvn
org.sonatype.plugins:nexus-staging-maven-plugin:LATEST:rc-list
-DnexusUrl=https://repository.apache.org -DserverId=apache.releases.https |
grep -v "CLOSED" | grep -Eo "orgapachewicket-[0-9]+")
echo "Closing staging repository with id $stagingrepoid"
mvn org.sonatype.plugins:nexus-staging-maven-plugin:LATEST:rc-close
-DstagingRepositoryId=$stagingrepoid -DnexusUrl=https://repository.apache.org
-DserverId=apache.releases.https -Ddescription="Release has been built,
awaiting vote"