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

commit 02eba4a3a56f7460891ebbd5b1186349ee544a96
Author: Andrea Del Bene <[email protected]>
AuthorDate: Thu Apr 30 18:15:35 2026 +0200

    changed reference branch
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index 3685f484de..fb1f81aff9 100755
--- a/release.sh
+++ b/release.sh
@@ -263,7 +263,7 @@ git add wicket-$version-released.md
 
 # the branch on which the code base lives for this version (master is
 # always current development version)
-GIT_BRANCH=master
+GIT_BRANCH=wicket-10.x
 
 JAVA_VERSION=$(getJavaVersionFromPom)
 

Reply via email to