From 7ce6ea484f801328d81da5d780c57932d98fa7f6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 May 2020 11:47:07 +0200 Subject: [PATCH] Start building against Spring Data Neumann snapshots See gh-21383 --- 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 8ee5e9c28f..13c7e81ca9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1626,7 +1626,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-RC2") { + library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"