From d02218d8383d67a388f1e2caf4949de4affe5398 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 14 Apr 2020 14:51:42 +0200 Subject: [PATCH] Start building against Spring Data Neumann-RC2 snapshots See gh-20949 --- 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 c50d84c906..97b4603fde 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1616,7 +1616,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-RC1") { + library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"