diff --git a/build.gradle b/build.gradle index fbd892131..aa7969c75 100644 --- a/build.gradle +++ b/build.gradle @@ -16,8 +16,8 @@ allprojects { apply plugin: 'eclipse' ext { - shortVersion = '4.1.0-alpha4' - isSnapshot = false + shortVersion = '4.1.0-alpha5' + isSnapshot = true gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(buildDir, 'documentation')