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