[maven-release-plugin] prepare release 1.1.1.RELEASE
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -1,10 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.springframework.retry</groupId>
|
||||
<artifactId>spring-retry</artifactId>
|
||||
<version>1.1.1.BUILD-SNAPSHOT</version>
|
||||
<version>1.1.1.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>
|
||||
@@ -103,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.1.RELEASE</tag>
|
||||
</scm>
|
||||
|
||||
<developers>
|
||||
|
||||
Reference in New Issue
Block a user