Update to Spring Data Moore-RELEASE

This commit is contained in:
Filip Hanik 2019-09-30 17:43:10 -07:00
parent 0feaf9bf6f
commit 971ae346c5
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-SR11'
ext.springDataVersion = 'Moore-RELEASE'
}
ext.rsocketVersion = '1.0.0-RC5'