[maven-release-plugin] prepare for next development iteration

This commit is contained in:
Dave Syer
2013-10-16 12:34:20 -04:00
parent 0c420157d0
commit 68b9a0fe8a

View File

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