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
Stericson committed Jan 27, 2024
1 parent bc546fd commit 1758664
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 @@ -27,7 +27,7 @@

<groupId>com.cloudbees.jenkins.plugins</groupId>
<artifactId>amazon-ecs</artifactId>
<version>1.49</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Amazon Elastic Container Service (ECS) / Fargate plugin</name>
<description>Jenkins plugin to run dynamic agents in a Amazon ECS/Docker environment</description>
Expand All @@ -41,7 +41,7 @@
</licenses>

<properties>
<revision>1.49</revision>
<revision>1.50</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.387.3</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
Expand All @@ -64,7 +64,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>amazon-ecs-1.49</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 1758664

Please sign in to comment.