diff --git a/framework/build.gradle b/framework/build.gradle index 6484ba5a4..91a1996a4 100644 --- a/framework/build.gradle +++ b/framework/build.gradle @@ -16,7 +16,7 @@ // tasks.withType(GroovyCompile) { options.compilerArgs << "-Xlint:unchecked" } // tasks.withType(GroovyCompile) { options.compilerArgs << "-Xlint:deprecation" } -version = '2.1.0-rc4' +version = '2.1.0' apply plugin: 'groovy' apply plugin: 'war'