Skip to content

Commit 87f02c2

Browse files
committed
GH-474: Get rid of revision property in POM
Fixes: #474
1 parent 3b65003 commit 87f02c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pom.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>org.springframework.retry</groupId>
77
<artifactId>spring-retry</artifactId>
8-
<version>${revision}</version>
8+
<version>2.0.11-SNAPSHOT</version>
99
<name>Spring Retry</name>
1010
<description><![CDATA[
1111
Spring Retry provides an abstraction around retrying failed operations, with an
@@ -26,7 +26,6 @@
2626
</license>
2727
</licenses>
2828
<properties>
29-
<revision>2.0.11-SNAPSHOT</revision>
3029
<disable.checks>false</disable.checks>
3130
<java.version>17</java.version>
3231
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)