Skip to content

Commit

Permalink
change from VERSION_POSTFIX to VERSION_SUFFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump committed Jun 22, 2022
1 parent 8e46c15 commit c03b977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/init_env
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function init_versions {

# if its a snapshot then append the SNAPSHOT
if truthy "${snapshot:-}"; then
putVar VERSION_POSTFIX "-SNAPSHOT"
putVar VERSION_SUFFIX "-SNAPSHOT"
putVar IS_SNAPSHOT true
BUILD_VERSION+="-SNAPSHOT"
VERSIONX_DOTLESS+="-SNAPSHOT"
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ publishedVersion=1.0.48
# when this is true will append -SNAPSHOT to version and 'publish' to snapshotUrl
# when false production publish to repoUrl and ...
# go through release process to automatically bump version and push a v tag to github
snapshot=true
snapshot=false

0 comments on commit c03b977

Please sign in to comment.