Set springDataVersion to Neumann-SR+

Closes gh-9007
This commit is contained in:
Joe Grandja 2020-09-09 12:11:35 -04:00
parent 8615c4a601
commit edecb47980
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if (!project.hasProperty("springVersion")) {
}
if (!project.hasProperty("springDataVersion")) {
ext.springDataVersion = "Moore-SR+"
ext.springDataVersion = "Neumann-SR+"
}
if (!project.hasProperty("kotlinVersion")) {
ext.kotlinVersion = "1.+"