From fee59a15ede03ad5d166e8696d429df9684e07d9 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Tue, 19 May 2020 11:12:15 +0100 Subject: [PATCH] Bump to 1.3.0.RELEASE --- mvnw | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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