Skip to content

Commit

Permalink
GH-474: Get rid of revision property in POM
Browse files Browse the repository at this point in the history
Fixes: #474
  • Loading branch information
artembilan committed Dec 13, 2024
1 parent 3b65003 commit 87f02c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.retry</groupId>
<artifactId>spring-retry</artifactId>
<version>${revision}</version>
<version>2.0.11-SNAPSHOT</version>
<name>Spring Retry</name>
<description><![CDATA[
Spring Retry provides an abstraction around retrying failed operations, with an
Expand All @@ -26,7 +26,6 @@
</license>
</licenses>
<properties>
<revision>2.0.11-SNAPSHOT</revision>
<disable.checks>false</disable.checks>
<java.version>17</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 87f02c2

Please sign in to comment.