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
krisstern committed May 13, 2024
1 parent e548722 commit 267f5a0
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 @@ -10,7 +10,7 @@

<groupId>io.jenkins.docker</groupId>
<artifactId>docker-plugin</artifactId>
<version>1.6.1</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Docker plugin</name>
<description>Provide Cloud Provisioning and other Docker features</description>
Expand Down Expand Up @@ -55,12 +55,12 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<tag>docker-plugin-1.6.1</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>1.7</revision>
<revision>1.6.2</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.440.1</jenkins.version>
<gitHubRepo>jenkinsci/docker-plugin</gitHubRepo>
Expand Down

0 comments on commit 267f5a0

Please sign in to comment.