From e7c265bc3ddc32768180960eb08d14f38c744ba9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 20 Feb 2020 14:57:00 +0100 Subject: [PATCH] Start building against Spring Data Neumann M4 snapshots See gh-20241 --- 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 b8b488a2cf8..9a4068c7d89 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1610,7 +1610,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-M3") { + library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"