You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2023/01/24 20:57:32 UTC

[maven-mvnd] branch mvnd-0.9.x updated: Fix branch name

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

gnodet pushed a commit to branch mvnd-0.9.x
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/mvnd-0.9.x by this push:
     new 3f429041 Fix branch name
3f429041 is described below

commit 3f42904193aefbb545282ab9a8bf9c7ac4fdefbe
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Tue Jan 24 21:57:16 2023 +0100

    Fix branch name
---
 build/release-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/release-build.sh b/build/release-build.sh
index fa0a85ef..a843317b 100755
--- a/build/release-build.sh
+++ b/build/release-build.sh
@@ -19,7 +19,7 @@
 set -e
 export VERSION=$1
 export NEXT_VERSION=$2
-export BRANCH=0.9.x
+export BRANCH=mvnd-0.9.x
 
 if [ "${VERSION}x" = "x" ] || [ "${NEXT_VERSION}x" = "x" ]
 then