Merge pull request #32 from garyrussell/AMQP-226

* AMQP-226:
  AMQP-226 Bump Spring Retry Version to 1.0.1
This commit is contained in:
Oleg Zhurakousky
2012-05-11 12:16:21 -04:00

View File

@@ -42,7 +42,7 @@
<dependency>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>
<optional>true</optional>
</dependency>