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 2, 2025
1 parent e648d49 commit 375a9f7
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.18</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Custom Folder Icon Plugin</name>
Expand All @@ -35,15 +35,15 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>custom-folder-icon-2.18</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<gitHubRepo>jenkinsci/custom-folder-icon-plugin</gitHubRepo>
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<revision>2.18</revision>
<revision>2.19</revision>
<changelist>-SNAPSHOT</changelist>
<spotless.check.skip>false</spotless.check.skip>
<!-- needed for Jenkins.MANAGE support -->
Expand Down

0 comments on commit 375a9f7

Please sign in to comment.