Update to Reactor Californium-SR6

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

View File

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