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 Feb 21, 2022
1 parent 8569bb0 commit 968ee5b
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>1.9</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Custom Folder Icon Plugin</name>
Expand All @@ -36,13 +36,13 @@
<connection>scm:git:ssh://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:ssh://[email protected]/${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>custom-folder-icon-1.9</tag>
<tag>${scmTag}</tag>
</scm>

<properties>
<gitHubRepo>jenkinsci/custom-folder-icon-plugin</gitHubRepo>
<jenkins.version>2.277.1</jenkins.version>
<revision>1.9</revision>
<revision>1.10</revision>
<changelist>-SNAPSHOT</changelist>
<java.level>8</java.level>
</properties>
Expand Down

0 comments on commit 968ee5b

Please sign in to comment.