Upgrade Project Reactor to Dysprosium-RELEASE

This commit is contained in:
Filip Hanik 2019-09-30 12:55:58 -07:00
parent 09c29d286a
commit 9393017e3f
1 changed files with 1 additions and 1 deletions

View File

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