We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aaaac1 commit 858b42eCopy full SHA for 858b42e
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>com.amazon.jenkins.fleet</groupId>
13
<artifactId>ec2-fleet</artifactId>
14
- <version>${revision}${changelist}</version>
+ <version>3.1.0</version>
15
<packaging>hpi</packaging>
16
17
<properties>
@@ -68,7 +68,7 @@
68
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
69
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
70
<url>https://github.com/${gitHubRepo}</url>
71
- <tag>${scmTag}</tag>
+ <tag>ec2-fleet-3.1.0</tag>
72
</scm>
73
74
<repositories>
0 commit comments