Browse Source

Update to Spring Data RELEASE

Rob Winch 8 years ago
parent
commit
f184ada186
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle/dependency-management.gradle

+ 1 - 1
gradle/dependency-management.gradle

@@ -2,7 +2,7 @@ dependencyManagement {
 	imports {
 		mavenBom 'io.projectreactor:reactor-bom:Bismuth-RELEASE'
 		mavenBom 'org.springframework:spring-framework-bom:5.0.0.RELEASE'
-		mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-BUILD-SNAPSHOT'
+		mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-RELEASE'
 	}
 	dependencies {
 		dependency 'cglib:cglib-nodep:3.2.5'