We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e528eca commit 2ab8232Copy full SHA for 2ab8232
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>org.springframework.retry</groupId>
7
<artifactId>spring-retry</artifactId>
8
- <version>1.3.2-SNAPSHOT</version>
+ <version>${revision}</version>
9
<name>Spring Retry</name>
10
<description><![CDATA[
11
Spring Retry provides an abstraction around retrying failed operations, with an
@@ -26,6 +26,7 @@
26
</license>
27
</licenses>
28
<properties>
29
+ <revision>1.3.2-SNAPSHOT</revision>
30
<disable.checks>false</disable.checks>
31
<java.version>1.6</java.version>
32
<maven.test.failure.ignore>true</maven.test.failure.ignore>
0 commit comments