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 25bf7a1 commit d60a747Copy full SHA for d60a747
pom.xml
@@ -37,7 +37,7 @@
37
<scm>
38
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
39
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
40
- <tag>plugin-5.31</tag>
+ <tag>${scmTag}</tag>
41
<url>https://github.com/jenkinsci/plugin-pom</url>
42
</scm>
43
@@ -54,8 +54,8 @@
54
</distributionManagement>
55
56
<properties>
57
- <revision>5.31</revision>
58
- <changelist></changelist>
+ <revision>5.32</revision>
+ <changelist>-SNAPSHOT</changelist>
59
<gitHubRepo>jenkinsci/plugin-pom</gitHubRepo>
60
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
61
<project.build.outputEncoding>UTF-8</project.build.outputEncoding>
0 commit comments