We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d6731 commit ef99a8eCopy full SHA for ef99a8e
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>2.7.0</version>
15
<packaging>hpi</packaging>
16
17
<properties>
@@ -63,7 +63,7 @@
63
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
64
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
65
<url>https://github.com/${gitHubRepo}</url>
66
- <tag>${scmTag}</tag>
+ <tag>ec2-fleet-2.7.0</tag>
67
</scm>
68
69
<repositories>
0 commit comments