1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Update to Spring Data Lovelace RC1

Fixes: gh-5589
This commit is contained in:
Rob Winch
2018-07-26 14:55:53 -05:00
parent 44578e5539
commit 5f20bb3d50
+1 -1
View File
@@ -7,7 +7,7 @@ if (!project.hasProperty('springVersion')) {
}
if (!project.hasProperty('springDataVersion')) {
ext.springDataVersion = 'Lovelace-BUILD-SNAPSHOT'
ext.springDataVersion = 'Lovelace-RC1'
}
dependencyManagement {