Update Dependencies to Prepare Release

This commit is contained in:
Rob Winch
2017-07-20 22:24:35 -05:00
parent be2604ca69
commit f00c196430
3 changed files with 3 additions and 4 deletions

View File

@@ -1,11 +1,10 @@
buildscript {
dependencies {
classpath 'io.spring.gradle:spring-build-conventions:0.0.3.BUILD-SNAPSHOT'
classpath 'io.spring.gradle:spring-build-conventions:0.0.3.RELEASE'
classpath "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
}
repositories {
maven { url 'https://repo.spring.io/libs-snapshot' }
maven { url 'https://repo.spring.io/plugins-snapshot' }
maven { url 'https://repo.spring.io/plugins-release' }
}
}
apply plugin: 'io.spring.convention.root'

View File

@@ -1,3 +1,2 @@
springBootVersion=2.0.0.M2
springIoVersion=Cairo-BUILD-SNAPSHOT
version=2.0.0.BUILD-SNAPSHOT

View File

@@ -1,5 +1,6 @@
dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-M3'
mavenBom 'org.springframework:spring-framework-bom:5.0.0.BUILD-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-BUILD-SNAPSHOT'
mavenBom 'org.springframework.security:spring-security-bom:5.0.0.BUILD-SNAPSHOT'