From f9a46152e29e9543dbc05275578f3b365362fcc6 Mon Sep 17 00:00:00 2001 From: Mathieu Debove Date: Fri, 26 Jan 2018 14:41:27 +0100 Subject: [PATCH] Prepare v1.0.0-beta4 --- maven-auto-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-auto-release.sh b/maven-auto-release.sh index 3d33885..dbafa64 100755 --- a/maven-auto-release.sh +++ b/maven-auto-release.sh @@ -4,7 +4,7 @@ # released by Mathieu Debove (https://github.com/debovema) under Apache License, Version 2.0 MAVEN_AUTO_RELEASER_VERSION=1.0.0-beta4 # this is the displayed version (in banner) -MAVEN_AUTO_RELEASER_VERSION_TAG=master #v$MAVEN_AUTO_RELEASER_VERSION # this is the Git tag used to retrieve template files +MAVEN_AUTO_RELEASER_VERSION_TAG=v$MAVEN_AUTO_RELEASER_VERSION #v$MAVEN_AUTO_RELEASER_VERSION # this is the Git tag used to retrieve template files DEFAULT_RELEASE_TRIGGER_BRANCH=release-trigger DEFAULT_SOURCE_BRANCH=master