File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ before_install:
13
13
- ' if [[ -n "$DECRYPT_KEYPHRASE" ]]; then openssl aes-256-cbc -d -pass "env:DECRYPT_KEYPHRASE" -in .gnupg.tar.enc | tar xv; fi'
14
14
- ' nvm install ${TRAVIS_NODE_VERSION} && nvm use ${TRAVIS_NODE_VERSION}'
15
15
16
- script : ./mvnw verify ${TRAVIS_TAG:+-Drevision=${TRAVIS_TAG} -DexcludeSpringCloud=true - DdisableSpringSnapshots=true}
16
+ script : ./mvnw verify ${TRAVIS_TAG:+-Drevision=${TRAVIS_TAG} -DdisableSpringSnapshots=true}
17
17
18
18
after_success :
19
19
- ./mvnw jacoco:report coveralls:report
20
20
- " [[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} == '' ]] && ./mvnw deploy -DreposityId=sonatype-nexus-snapshots -DskipTests --settings deploy-settings.xml"
21
- - " [[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} != '' ]] && ./mvnw deploy -DreposityId=sonatype-nexus-staging -DskipTests -Drevision=${TRAVIS_TAG} -DexcludeSpringCloud=true - DdisableSpringSnapshots=true --settings deploy-settings.xml"
21
+ - " [[ ${TRAVIS_PULL_REQUEST} == 'false' ]] && [[ ${TRAVIS_TAG} != '' ]] && ./mvnw deploy -DreposityId=sonatype-nexus-staging -DskipTests -Drevision=${TRAVIS_TAG} -DdisableSpringSnapshots=true --settings deploy-settings.xml"
Original file line number Diff line number Diff line change 28
28
<properties >
29
29
<revision >2.0.1-SNAPSHOT</revision >
30
30
<spring-boot .version>2.0.3.RELEASE</spring-boot .version>
31
- <spring-cloud .version>Finchley.RC2 </spring-cloud .version>
31
+ <spring-cloud .version>Finchley.RELEASE </spring-cloud .version>
32
32
<hazelcast-tests .version>3.9.4</hazelcast-tests .version>
33
33
<java .version>1.8</java .version>
34
34
<maven .compiler.source>${java.version} </maven .compiler.source>
You can’t perform that action at this time.
0 commit comments