From 13511b1b30b6483d1ca8594f47e3292362f88aeb Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jul 2020 14:01:41 +0200 Subject: [PATCH] Start building against Spring Data Neumann-SR2 snapshots See gh-22388 --- 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 40b32bfd051..ac614518cd1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1650,7 +1650,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-SR1") { + library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"