Skip to content

Commit 93a0317

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 7733b3e commit 93a0317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111

1212
<groupId>com.amazon.jenkins.fleet</groupId>
1313
<artifactId>ec2-fleet</artifactId>
14-
<version>2.5.1</version>
14+
<version>${revision}${changelist}</version>
1515
<packaging>hpi</packaging>
1616

1717
<properties>
18-
<revision>2.5.1</revision>
18+
<revision>2.5.2</revision>
1919
<changelist>-SNAPSHOT</changelist>
2020
<jenkins.version>2.249.3</jenkins.version>
2121
<java.level>8</java.level>
@@ -53,7 +53,7 @@
5353
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
5454
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
5555
<url>https://github.com/${gitHubRepo}</url>
56-
<tag>ec2-fleet-2.5.1</tag>
56+
<tag>${scmTag}</tag>
5757
</scm>
5858

5959
<repositories>

0 commit comments

Comments
 (0)