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
strangelookingnerd committed Jan 3, 2024
1 parent 8a60189 commit 9479c46
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.plugins</groupId>
<artifactId>custom-folder-icon</artifactId>
<version>2.11</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Custom Folder Icon Plugin</name>
Expand All @@ -36,13 +36,13 @@
<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>custom-folder-icon-2.11</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<gitHubRepo>jenkinsci/custom-folder-icon-plugin</gitHubRepo>
<jenkins.version>2.426.1</jenkins.version>
<revision>2.11</revision>
<revision>2.12</revision>
<changelist>-SNAPSHOT</changelist>
</properties>

Expand Down

0 comments on commit 9479c46

Please sign in to comment.