WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 3d25c44

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 00c93c4 commit 3d25c44

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.16</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:[email protected]:${gitHubRepo}.git</developerConnection>
38-
<tag>custom-folder-icon-2.16</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.16</revision>
46+
<revision>2.17</revision>
4747
<changelist>-SNAPSHOT</changelist>
4848
<spotless.check.skip>false</spotless.check.skip>
4949
<!-- needed for Jenkins.MANAGE support -->

0 commit comments

Comments
 (0)