From 8cc2e324824052d67650baf32a60fb6a0e6e4bc2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 May 2020 14:03:24 +0200 Subject: [PATCH] Upgrade to Spring Data Neumann-RELEASE Closes gh-21383 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 32fa405fe48..6bdf9eb4b13 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1626,7 +1626,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { + library("Spring Data Releasetrain", "Neumann-RELEASE") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"