This is an automated email from the ASF dual-hosted git repository.

bitstorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new fb0700f7e3 Fix repository id extraction
fb0700f7e3 is described below

commit fb0700f7e33b9fcccd6867b5e02364d0d8ba8f9e
Author: Andrea Del Bene <[email protected]>
AuthorDate: Mon May 18 22:07:35 2026 +0200

    Fix repository id extraction
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index 3685f484de..028088faa7 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-\d+)";)
+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-//';)
 
 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"

Reply via email to