Release 5.1.0.RC2

This commit is contained in:
Rob Winch 2018-08-20 10:36:11 -05:00
parent 3cd0ebedc9
commit a5acf9b834
2 changed files with 1 additions and 14 deletions

13
Jenkinsfile vendored
View File

@ -39,19 +39,6 @@ try {
} }
} }
}, },
snapshots: {
stage('Snapshot Tests') {
node {
checkout scm
try {
sh "./gradlew clean test -PspringVersion='5.+' -PreactorVersion=Californium-BUILD-SNAPSHOT -PspringDataVersion=Lovelace-BUILD-SNAPSHOT --refresh-dependencies --no-daemon --stacktrace"
} catch(Exception e) {
currentBuild.result = 'FAILED: snapshots'
throw e
}
}
}
},
jdk9: { jdk9: {
stage('JDK 9') { stage('JDK 9') {
node { node {

View File

@ -1,3 +1,3 @@
gaeVersion=1.9.64 gaeVersion=1.9.64
springBootVersion=2.1.0.M1 springBootVersion=2.1.0.M1
version=5.1.0.BUILD-SNAPSHOT version=5.1.0.RC1