Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
pdk27 committed Jun 28, 2023
1 parent ef99a8e commit 72f3d9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

<groupId>com.amazon.jenkins.fleet</groupId>
<artifactId>ec2-fleet</artifactId>
<version>2.7.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<properties>
<revision>2.6.1</revision>
<revision>2.7.1</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.277.2</jenkins.version>
<java.level>8</java.level>
Expand Down Expand Up @@ -63,7 +63,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>ec2-fleet-2.7.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 72f3d9d

Please sign in to comment.