From e8ebfbbff2599510000c528068bde0c0612496f7 Mon Sep 17 00:00:00 2001 From: Mathieu Debove Date: Mon, 22 Jan 2018 17:09:42 +0100 Subject: [PATCH] v1.0.0-beta3 --- maven-auto-release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-auto-release.sh b/maven-auto-release.sh index 784788c..d5a287b 100755 --- a/maven-auto-release.sh +++ b/maven-auto-release.sh @@ -3,8 +3,8 @@ # maven-auto-releaser.sh # released by Mathieu Debove (https://github.com/debovema) under Apache License, Version 2.0 -MAVEN_AUTO_RELEASER_VERSION=1.0.0-beta # this is the displayed version (in banner) -MAVEN_AUTO_RELEASER_VERSION_TAG=master # this is the Git tag used to retrieve template files +MAVEN_AUTO_RELEASER_VERSION=1.0.0-beta3 # this is the displayed version (in banner) +MAVEN_AUTO_RELEASER_VERSION_TAG=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