We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
revision
1 parent 3b65003 commit 87f02c2Copy full SHA for 87f02c2
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>${revision}</version>
+ <version>2.0.11-SNAPSHOT</version>
9
<name>Spring Retry</name>
10
<description><![CDATA[
11
Spring Retry provides an abstraction around retrying failed operations, with an
@@ -26,7 +26,6 @@
26
</license>
27
</licenses>
28
<properties>
29
- <revision>2.0.11-SNAPSHOT</revision>
30
<disable.checks>false</disable.checks>
31
<java.version>17</java.version>
32
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
0 commit comments