Bump to 1.3.0.RELEASE

This commit is contained in:
Dave Syer
2020-05-19 11:12:15 +01:00
parent 471b6e6f30
commit fee59a15ed
2 changed files with 2 additions and 2 deletions

2
mvnw vendored
View File

@@ -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

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>1.3.0.BUILD-SNAPSHOT</version>
<version>1.3.0</version>
<name>Spring Retry</name>
<description><![CDATA[Spring Retry provides an abstraction around retrying failed operations, with an emphasis on declarative control of the process and policy-based bahaviour that is easy to extend and customize. For instance, you can configure a plain POJO operation to retry if it fails, based on the type of exception, and with a fixed or exponential backoff.
]]></description>