Update for 1.1.5

This commit is contained in:
Dave Syer
2016-11-14 09:13:27 +00:00
parent 5a4f4c6a6a
commit 129c2eedca

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>1.1.4.BUILD-SNAPSHOT</version>
<version>1.1.5.RELEASE</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>