From 96f748949d8e37769d63a7e9e77de738fe1bb0fc Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 22 Jun 2020 18:02:59 +0100 Subject: [PATCH] Starting building against Spring Data 2020.0.0 snapshots See gh-21930 --- spring-boot-project/spring-boot-dependencies/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 7ad1291ba26..10b5b60730c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1672,10 +1672,10 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-RELEASE") { + library("Spring Data Bom", "2020.0.0-SNAPSHOT") { group("org.springframework.data") { imports = [ - "spring-data-releasetrain" + "spring-data-bom" ] } }