Next Development Version

This commit is contained in:
Rob Winch 2018-07-26 20:11:17 -05:00
parent b5ae0c86d0
commit e6bd5357df
2 changed files with 2 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -44,7 +44,7 @@ try {
node {
checkout scm
try {
//sh "./gradlew clean test -PspringVersion='5.+' -PreactorVersion=Californium-BUILD-SNAPSHOT -PspringDataVersion=Lovelace-BUILD-SNAPSHOT --refresh-dependencies --no-daemon --stacktrace"
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

View File

@ -1,3 +1,3 @@
gaeVersion=1.9.64
springBootVersion=2.0.3.RELEASE
version=5.1.0.M2
version=5.1.0.BUILD-SNAPSHOT