Skip to content

Commit e09cf82

Browse files
committed
update to Spring Cloud Finchley and include cloud features in future versions
1 parent be8b64c commit e09cf82

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ before_install:
1313
- 'if [[ -n "$DECRYPT_KEYPHRASE" ]]; then openssl aes-256-cbc -d -pass "env:DECRYPT_KEYPHRASE" -in .gnupg.tar.enc | tar xv; fi'
1414
- 'nvm install ${TRAVIS_NODE_VERSION} && nvm use ${TRAVIS_NODE_VERSION}'
1515

16-
script: ./mvnw verify ${TRAVIS_TAG:+-Drevision=${TRAVIS_TAG} -DexcludeSpringCloud=true -DdisableSpringSnapshots=true}
16+
script: ./mvnw verify ${TRAVIS_TAG:+-Drevision=${TRAVIS_TAG} -DdisableSpringSnapshots=true}
1717

1818
after_success:
1919
- ./mvnw jacoco:report coveralls:report
2020
- "[[ ${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"

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<properties>
2929
<revision>2.0.1-SNAPSHOT</revision>
3030
<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>
3232
<hazelcast-tests.version>3.9.4</hazelcast-tests.version>
3333
<java.version>1.8</java.version>
3434
<maven.compiler.source>${java.version}</maven.compiler.source>

0 commit comments

Comments
 (0)