From 986bef9cba2933aebb890c1f35748ff425396dfb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jan 2020 09:49:17 +0100 Subject: [PATCH] Upgrade to Spring Data Neumann-M2 Closes gh-19588 --- 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 c73dc6c60f..0cd468f302 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1649,7 +1649,7 @@ bom { ] } } - library('Spring Data Releasetrain', 'Neumann-BUILD-SNAPSHOT') { + library('Spring Data Releasetrain', 'Neumann-M2') { group('org.springframework.data') { imports = [ 'spring-data-releasetrain'