now releasing taskana parents aswell

This commit is contained in:
Mustapha Zorgati 2019-06-07 08:12:08 +02:00 committed by Holger Hagen
parent c5732fd002
commit 04e34a70f3
2 changed files with 6 additions and 3 deletions

View File

@ -52,10 +52,13 @@ jobs:
- stage: "Release / Deploy"
name: "Release stage"
script:
- ci/release.sh lib/taskana-core $TRAVIS_TAG
- ci/release.sh . $TRAVIS_TAG
&& ci/release.sh lib $TRAVIS_TAG
&& ci/release.sh lib/taskana-core $TRAVIS_TAG
&& ci/release.sh lib/taskana-spring $TRAVIS_TAG
&& ci/release.sh lib/taskana-cdi $TRAVIS_TAG
&& ci/release.sh web/ $TRAVIS_TAG
&& ci/release.sh web $TRAVIS_TAG
&& ci/release.sh rest $TRAVIS_TAG
&& ci/release.sh rest/taskana-rest-spring $TRAVIS_TAG
&& ci/release.sh rest/taskana-rest-spring-base $TRAVIS_TAG
if: repo = env(DEPLOY_REPO) AND (tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ OR branch = master) AND type != pull_request

View File

@ -57,7 +57,7 @@ function decodeAndImportKeys {
# $2: profile name
# $3: settings file (dir)
function release {
mvn deploy -f "$1" -P "$2" --settings "$3" -DskipTests=true -B -U
mvn deploy -f "$1" -P "$2" --settings "$3" -DskipTests=true -B -U -N
}
# changing version in pom and all its children