Update to Reactor Californium-SR6

Fixes gh-6686
This commit is contained in:
Joe Grandja 2019-03-26 12:18:03 -04:00
parent 3ea9b7043b
commit 3f630bd19b

View File

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