diff --git a/build.gradle b/build.gradle index bef5edb6a..e60a608a6 100644 --- a/build.gradle +++ b/build.gradle @@ -6,8 +6,8 @@ allprojects { apply plugin: 'eclipse' ext { - shortVersion = '4.0.0-rc1' - isSnapshot = false + shortVersion = '4.0.0-rc2' + isSnapshot = true gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(projectDir, 'documentation')