Browse Source

Set springDataVersion to Neumann-SR+

Closes gh-9007
pull/9021/head
Joe Grandja 5 years ago
parent
commit
edecb47980
  1. 2
      gradle/dependency-management.gradle

2
gradle/dependency-management.gradle

@ -7,7 +7,7 @@ if (!project.hasProperty("springVersion")) { @@ -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.+"

Loading…
Cancel
Save