diff --git a/mvnw b/mvnw
index a08b219..171a061 100755
--- a/mvnw
+++ b/mvnw
@@ -238,7 +238,7 @@ else
echo $MAVEN_ARGS | grep -q milestone && MAVEN_ARGS=$(echo $MAVEN_ARGS | sed -e 's/-Pmilestone//')
fi
-if echo $VERSION | egrep -q 'RELEASE'; then
+if echo $VERSION | egrep -q '[0-9]*\.[0-9]*\.[0-9]*'; then
echo Activating \"central\" profile for version=\"$VERSION\"
echo $MAVEN_ARGS | grep -q milestone || MAVEN_ARGS="$MAVEN_ARGS -Pcentral"
else
diff --git a/pom.xml b/pom.xml
index a9389a4..40a8076 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.retry
spring-retry
- 1.3.0.BUILD-SNAPSHOT
+ 1.3.0
Spring Retry