[maven-release-plugin] prepare release 1.1.0.RC2

This commit is contained in:
Dave Syer
2014-05-03 07:34:08 +01:00
parent 31ce602c14
commit 3c36be54fb

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>1.1.0.BUILD-SNAPSHOT</version>
<version>1.1.0.RC2</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>
@@ -102,7 +102,7 @@
<url>http://github.com/spring-projects/spring-retry</url>
<connection>scm:git:git://github.com/spring-projects/spring-retry.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-retry.git</developerConnection>
<tag>HEAD</tag>
<tag>1.1.0.RC2</tag>
</scm>
<developers>