Update to Reactor Californium-RELEASE

Fixes: gh-5884
This commit is contained in:
Rob Winch 2018-09-20 23:58:30 -05:00
parent 45a9c0fd54
commit eca0b7bc04
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
if (!project.hasProperty('reactorVersion')) {
ext.reactorVersion = 'Californium-M2'
ext.reactorVersion = 'Californium-RELEASE'
}
if (!project.hasProperty('springVersion')) {