From dea2cc480dc670ab178573470caf3c4c8c670d28 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 10 Aug 2020 10:49:06 +0200 Subject: [PATCH] Start building against Spring Data Neumann SR3 snapshots See gh-22844 --- 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 4d8e1b52f6..131e37d991 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1651,7 +1651,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-SR2") { + library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"