Skip to content

Commit

Permalink
correcting tag-name in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemers committed Oct 25, 2017
1 parent 9ee17c0 commit a64139a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ci/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ source "${COMMON_SCRIPT}"

OLD_VERSION="$(xmllint --xpath "//*[local-name()='project']/*[local-name()='version']/text()" pom.xml)"
NEW_VERSION="${OLD_VERSION/-SNAPSHOT}"
TAG_NAME="okta-sdk-root-${NEW_VERSION}" # default release plugin tag format
TAG_NAME="okta-spring-security-parent-${NEW_VERSION}" # default release plugin tag format

# TODO: we must use our local maven settings file as this script is NOT ready for triggered by travis
# GPG agent configuration needed to sign artifacts
Expand Down

0 comments on commit a64139a

Please sign in to comment.