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
basil committed Jul 21, 2023
1 parent 9fc0e8e commit 41f5457
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 @@ -5,7 +5,7 @@
<groupId>org.jenkins-ci.plugins.m2release</groupId>
<artifactId>m2release</artifactId>
<packaging>hpi</packaging>
<version>0.16.4</version>
<version>${revision}${changelist}</version>

<parent>
<groupId>org.jenkins-ci.plugins</groupId>
Expand All @@ -19,7 +19,7 @@
<url>http://wiki.jenkins-ci.org/display/JENKINS/M2+Release+Plugin</url>

<properties>
<revision>0.16.4</revision>
<revision>0.16.5</revision>
<changelist>-SNAPSHOT</changelist>
<jenkins.version>2.410</jenkins.version>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
Expand All @@ -44,7 +44,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>m2release-0.16.4</tag>
<tag>${scmTag}</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 41f5457

Please sign in to comment.