Skip to content

Commit 375a9f7

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent e648d49 commit 375a9f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.jenkins.plugins</groupId>
1212
<artifactId>custom-folder-icon</artifactId>
13-
<version>2.18</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>Custom Folder Icon Plugin</name>
@@ -35,15 +35,15 @@
3535
<scm>
3636
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
3737
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
38-
<tag>custom-folder-icon-2.18</tag>
38+
<tag>${scmTag}</tag>
3939
<url>https://github.com/${gitHubRepo}</url>
4040
</scm>
4141

4242
<properties>
4343
<gitHubRepo>jenkinsci/custom-folder-icon-plugin</gitHubRepo>
4444
<jenkins.baseline>2.479</jenkins.baseline>
4545
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
46-
<revision>2.18</revision>
46+
<revision>2.19</revision>
4747
<changelist>-SNAPSHOT</changelist>
4848
<spotless.check.skip>false</spotless.check.skip>
4949
<!-- needed for Jenkins.MANAGE support -->

0 commit comments

Comments
 (0)