Skip to content

Commit cb8b4f2

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 8b44b1e commit cb8b4f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111

1212
<artifactId>build-timeout</artifactId>
13-
<version>1.35</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

1616
<name>Build Timeout</name>
@@ -27,12 +27,12 @@
2727
<scm>
2828
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
2929
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
30-
<tag>build-timeout-1.35</tag>
30+
<tag>${scmTag}</tag>
3131
<url>https://github.com/${gitHubRepo}</url>
3232
</scm>
3333

3434
<properties>
35-
<revision>1.34</revision>
35+
<revision>1.36</revision>
3636
<changelist>-SNAPSHOT</changelist>
3737
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
3838
<jenkins.baseline>2.479</jenkins.baseline>

0 commit comments

Comments
 (0)