HOTFIX-deployment: now using release version in manifest file

for bluemix deployment
This commit is contained in:
Mustapha Zorgati 2018-03-23 11:40:20 +01:00
parent f4ea8ef569
commit b2300339a8
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ function main {
fi
if [[ -n "$MANIFEST" ]]; then
$debug sed -i "s|$MANIFEST_PREFIX.*\.jar|$MANIFEST_PREFIX-$newVersion-SNAPSHOT.jar|" "$MANIFEST"
$debug sed -i "s|$MANIFEST_PREFIX.*\.jar|$MANIFEST_PREFIX-${TRAVIS_TAG##v}.jar|" "$MANIFEST"
fi
if [[ "$PUSH_POMS" == 'YES' ]]; then