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

adelbene pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-9.x by this push:
     new 92e52a5  Changed release script to use branch wicket-9.x
92e52a5 is described below

commit 92e52a5389d1126db20f5d50f0bc781f44816d48
Author: Andrea Del Bene <[email protected]>
AuthorDate: Sun Apr 25 20:34:34 2021 +0200

    Changed release script to use branch wicket-9.x
---
 release.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/release.sh b/release.sh
index 19a570b..a2dcf59 100755
--- a/release.sh
+++ b/release.sh
@@ -279,7 +279,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-9.x
 
 JAVA_VERSION=$(getJavaVersionFromPom)
 

Reply via email to