Skip to content

Commit 2ab8232

Browse files
committed
Add revision property necessary for release scripts
1 parent e528eca commit 2ab8232

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
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>1.3.2-SNAPSHOT</version>
8+
<version>${revision}</version>
99
<name>Spring Retry</name>
1010
<description><![CDATA[
1111
Spring Retry provides an abstraction around retrying failed operations, with an
@@ -26,6 +26,7 @@
2626
</license>
2727
</licenses>
2828
<properties>
29+
<revision>1.3.2-SNAPSHOT</revision>
2930
<disable.checks>false</disable.checks>
3031
<java.version>1.6</java.version>
3132
<maven.test.failure.ignore>true</maven.test.failure.ignore>

0 commit comments

Comments
 (0)