We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40afc76 commit 9b67cb6Copy full SHA for 9b67cb6
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>io.jenkins.plugins</groupId>
12
<artifactId>custom-folder-icon</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>2.21</version>
14
<packaging>hpi</packaging>
15
16
<name>Custom Folder Icon Plugin</name>
@@ -35,7 +35,7 @@
35
<scm>
36
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
37
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
38
- <tag>${scmTag}</tag>
+ <tag>custom-folder-icon-2.21</tag>
39
<url>https://github.com/${gitHubRepo}</url>
40
</scm>
41
0 commit comments