diff --git a/build.gradle b/build.gradle index 8cf025fe6..04e1875c7 100644 --- a/build.gradle +++ b/build.gradle @@ -5,8 +5,8 @@ allprojects { apply plugin: 'eclipse' ext { - shortVersion = '4.0.2' - isSnapshot = false + shortVersion = '4.0.3' + isSnapshot = true gitCommit = getGitCommit() javadocAllDir = new File(buildDir, 'javadoc') documentationDir = new File(projectDir, 'documentation')