We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65c0401 commit c203d6fCopy full SHA for c203d6f
pom.xml
@@ -27,13 +27,13 @@
27
<scm>
28
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
29
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
30
- <tag>build-timeout-1.39</tag>
+ <tag>${scmTag}</tag>
31
<url>https://github.com/${gitHubRepo}</url>
32
</scm>
33
34
<properties>
35
- <revision>1.39</revision>
36
- <changelist></changelist>
+ <revision>1.40</revision>
+ <changelist>-SNAPSHOT</changelist>
37
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
38
<jenkins.baseline>2.516</jenkins.baseline>
39
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
0 commit comments