From 2f16898c5f9f30fe4d4a506ee00785a18f567a7c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 12 Feb 2020 14:26:41 +0000 Subject: [PATCH] Upgrade to Spring Data Neumann-M3 Closes gh-20103 --- 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 c40af6b6fc..2ce9a456dc 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1581,7 +1581,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { + library("Spring Data Releasetrain", "Neumann-M3") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"