1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Update to Spring Data Lovelace SR1

Fixes: gh-5949
This commit is contained in:
Rob Winch
2018-10-15 06:29:42 -05:00
parent ad05c756de
commit d40a8e09c3
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-RELEASE'
ext.springDataVersion = 'Lovelace-SR1'
}
dependencyManagement {