diff --git a/ci/images/setup.sh b/ci/images/setup.sh
index 314e0a5a..4b08abff 100755
--- a/ci/images/setup.sh
+++ b/ci/images/setup.sh
@@ -9,7 +9,7 @@ apt-get update
apt-get install --no-install-recommends -y ca-certificates net-tools libxml2-utils git curl libudev1 libxml2-utils iptables iproute2 jq unzip
rm -rf /var/lib/apt/lists/*
-curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.2/concourse-java.sh > /opt/concourse-java.sh
+curl https://raw.githubusercontent.com/spring-io/concourse-java-scripts/v0.0.3/concourse-java.sh > /opt/concourse-java.sh
###########################################################
diff --git a/ci/scripts/generate-release-notes.sh b/ci/scripts/generate-release-notes.sh
index e553b5ae..cc8fc1e6 100755
--- a/ci/scripts/generate-release-notes.sh
+++ b/ci/scripts/generate-release-notes.sh
@@ -3,7 +3,7 @@ set -e
version=$( cat version/version )
-milestone=${version%.RELEASE}
+milestone=${version}
java -jar /github-release-notes-generator.jar \
--releasenotes.github.username=${GITHUB_USERNAME} \
diff --git a/initializr-docs/pom.xml b/initializr-docs/pom.xml
index d7cf6f31..b3550c92 100644
--- a/initializr-docs/pom.xml
+++ b/initializr-docs/pom.xml
@@ -314,7 +314,7 @@
-
+
diff --git a/pom.xml b/pom.xml
index 26857e81..272f7e3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,7 +38,7 @@
- 0.9.0.BUILD-SNAPSHOT
+ 0.9.0-SNAPSHOT
false
https://github.com/spring-io/initializr
scm:git:https://github.com/spring-io/initializr