Revert to Spring 4.3

See gh-114
This commit is contained in:
Dave Syer
2019-01-16 08:01:52 +00:00
parent 976abd4d2b
commit ff0f33b142

View File

@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>1.2.4.BUILD-SNAPSHOT</version>
<version>1.2.4.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>
@@ -22,7 +22,7 @@
<packaging>jar</packaging>
<properties>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<spring.framework.version>5.0.7.RELEASE</spring.framework.version>
<spring.framework.version>4.3.22.RELEASE</spring.framework.version>
</properties>
<profiles>
<profile>