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 5440157 commit 75c0210Copy full SHA for 75c0210
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>aendter.jenkins.plugins</groupId>
13
<artifactId>filesystem-list-parameter-plugin</artifactId>
14
- <version>0.0.17</version>
+ <version>0.0.18-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.17</tag>
+ <tag>${scmTag}</tag>
37
</scm>
38
39
0 commit comments