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 c30aada commit 3fbf062Copy full SHA for 3fbf062
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>aendter.jenkins.plugins</groupId>
13
<artifactId>filesystem-list-parameter-plugin</artifactId>
14
- <version>0.0.18-SNAPSHOT</version>
+ <version>0.0.18</version>
15
<packaging>hpi</packaging>
16
17
<name>Jenkins Filesystem List Parameter Plug-in</name>
@@ -35,7 +35,7 @@
35
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
36
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
37
<url>https://github.com/${gitHubRepo}</url>
38
- <tag>${scmTag}</tag>
+ <tag>filesystem-list-parameter-plugin-0.0.18</tag>
39
</scm>
40
41
0 commit comments