Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.0.RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Syer committed Apr 25, 2014
1 parent fa36d64 commit 0076eb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -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.RC1</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>
Expand Down Expand Up @@ -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.RC1</tag>
</scm>

<developers>
Expand Down

0 comments on commit 0076eb5

Please sign in to comment.