From e44206e88eb9e82bfe4bdde5ab4dbc0bc154587b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 16 Jan 2020 16:28:12 +0100 Subject: [PATCH] Upgrade to Spring Data Neumann-M1 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 c73dc6c60f0..349800a642d 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-M1') { group('org.springframework.data') { imports = [ 'spring-data-releasetrain'