now releasing taskana parents aswell
This commit is contained in:
parent
c5732fd002
commit
04e34a70f3
|
|
@ -52,10 +52,13 @@ jobs:
|
||||||
- stage: "Release / Deploy"
|
- stage: "Release / Deploy"
|
||||||
name: "Release stage"
|
name: "Release stage"
|
||||||
script:
|
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-spring $TRAVIS_TAG
|
||||||
&& ci/release.sh lib/taskana-cdi $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 $TRAVIS_TAG
|
||||||
&& ci/release.sh rest/taskana-rest-spring-base $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
|
if: repo = env(DEPLOY_REPO) AND (tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ OR branch = master) AND type != pull_request
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ function decodeAndImportKeys {
|
||||||
# $2: profile name
|
# $2: profile name
|
||||||
# $3: settings file (dir)
|
# $3: settings file (dir)
|
||||||
function release {
|
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
|
# changing version in pom and all its children
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue