Update to Spring Data Lovelace-RELEASE

Fixes: gh-5885
This commit is contained in:
Rob Winch 2018-09-20 23:59:10 -05:00
parent dd82d114c0
commit e67264ae2c
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 = 'Lovelace-RC2'
ext.springDataVersion = 'Lovelace-RELEASE'
}
dependencyManagement {