We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7733b3e commit 93a0317Copy full SHA for 93a0317
pom.xml
@@ -11,11 +11,11 @@
11
12
<groupId>com.amazon.jenkins.fleet</groupId>
13
<artifactId>ec2-fleet</artifactId>
14
- <version>2.5.1</version>
+ <version>${revision}${changelist}</version>
15
<packaging>hpi</packaging>
16
17
<properties>
18
- <revision>2.5.1</revision>
+ <revision>2.5.2</revision>
19
<changelist>-SNAPSHOT</changelist>
20
<jenkins.version>2.249.3</jenkins.version>
21
<java.level>8</java.level>
@@ -53,7 +53,7 @@
53
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
54
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
55
<url>https://github.com/${gitHubRepo}</url>
56
- <tag>ec2-fleet-2.5.1</tag>
+ <tag>${scmTag}</tag>
57
</scm>
58
59
<repositories>
0 commit comments