Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
spring-boot-admin
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
openSource
spring-boot-admin
Commits
e09cf820
Commit
e09cf820
authored
Jun 19, 2018
by
Johannes Edmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update to Spring Cloud Finchley and include cloud features in future versions
parent
be8b64cf
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
.travis.yml
.travis.yml
+2
-2
pom.xml
pom.xml
+1
-1
No files found.
.travis.yml
View file @
e09cf820
...
...
@@ -13,9 +13,9 @@ before_install:
-
'
if
[[
-n
"$DECRYPT_KEYPHRASE"
]];
then
openssl
aes-256-cbc
-d
-pass
"env:DECRYPT_KEYPHRASE"
-in
.gnupg.tar.enc
|
tar
xv;
fi'
-
'
nvm
install
${TRAVIS_NODE_VERSION}
&&
nvm
use
${TRAVIS_NODE_VERSION}'
script
:
./mvnw verify ${TRAVIS_TAG:+-Drevision=${TRAVIS_TAG} -D
excludeSpringCloud=true -D
disableSpringSnapshots=true}
script
:
./mvnw verify ${TRAVIS_TAG:+-Drevision=${TRAVIS_TAG} -DdisableSpringSnapshots=true}
after_success
:
-
./mvnw jacoco:report coveralls:report
-
"
[[
${TRAVIS_PULL_REQUEST}
==
'false'
]]
&&
[[
${TRAVIS_TAG}
==
''
]]
&&
./mvnw
deploy
-DreposityId=sonatype-nexus-snapshots
-DskipTests
--settings
deploy-settings.xml"
-
"
[[
${TRAVIS_PULL_REQUEST}
==
'false'
]]
&&
[[
${TRAVIS_TAG}
!=
''
]]
&&
./mvnw
deploy
-DreposityId=sonatype-nexus-staging
-DskipTests
-Drevision=${TRAVIS_TAG}
-D
excludeSpringCloud=true
-D
disableSpringSnapshots=true
--settings
deploy-settings.xml"
-
"
[[
${TRAVIS_PULL_REQUEST}
==
'false'
]]
&&
[[
${TRAVIS_TAG}
!=
''
]]
&&
./mvnw
deploy
-DreposityId=sonatype-nexus-staging
-DskipTests
-Drevision=${TRAVIS_TAG}
-DdisableSpringSnapshots=true
--settings
deploy-settings.xml"
pom.xml
View file @
e09cf820
...
...
@@ -28,7 +28,7 @@
<properties>
<revision>
2.0.1-SNAPSHOT
</revision>
<spring-boot.version>
2.0.3.RELEASE
</spring-boot.version>
<spring-cloud.version>
Finchley.R
C2
</spring-cloud.version>
<spring-cloud.version>
Finchley.R
ELEASE
</spring-cloud.version>
<hazelcast-tests.version>
3.9.4
</hazelcast-tests.version>
<java.version>
1.8
</java.version>
<maven.compiler.source>
${java.version}
</maven.compiler.source>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment