From f00c1964306199acfdc83308a495f3d80ae9b3da Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 20 Jul 2017 22:24:35 -0500 Subject: [PATCH] Update Dependencies to Prepare Release --- build.gradle | 5 ++--- gradle.properties | 1 - gradle/dependency-management.gradle | 1 + 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index f8eea158..28f16b0f 100644 --- a/build.gradle +++ b/build.gradle @@ -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' diff --git a/gradle.properties b/gradle.properties index 15ce490b..a223d9fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,2 @@ springBootVersion=2.0.0.M2 -springIoVersion=Cairo-BUILD-SNAPSHOT version=2.0.0.BUILD-SNAPSHOT diff --git a/gradle/dependency-management.gradle b/gradle/dependency-management.gradle index 4cd80580..043123db 100644 --- a/gradle/dependency-management.gradle +++ b/gradle/dependency-management.gradle @@ -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'