We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 361c36b commit 682d2c8Copy full SHA for 682d2c8
pom.xml
@@ -24,13 +24,13 @@
24
<scm>
25
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
26
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
27
- <tag>${scmTag}</tag>
+ <tag>version-number-1.13</tag>
28
<url>https://github.com/${gitHubRepo}</url>
29
</scm>
30
31
<properties>
32
<revision>1.13</revision>
33
- <changelist>-SNAPSHOT</changelist>
+ <changelist></changelist>
34
<gitHubRepo>jenkinsci/lib-${project.artifactId}</gitHubRepo>
35
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
36
</properties>
0 commit comments