Starting building against Spring Data 2020.0.0 snapshots

See gh-21930
This commit is contained in:
Andy Wilkinson 2020-06-22 18:02:59 +01:00
parent 0d6ea79007
commit 96f748949d

View File

@ -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"
]
}
}