Skip to content

Commit

Permalink
v1.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
debovema committed Jan 22, 2018
1 parent d6070e3 commit e8ebfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions maven-auto-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8ebfbb

Please sign in to comment.