Skip to content

Commit 5940a3d

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 44518ad commit 5940a3d

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
@@ -8,15 +8,15 @@
88
</parent>
99
<packaging>hpi</packaging>
1010
<properties>
11-
<revision>1.28</revision>
11+
<revision>1.29</revision>
1212
<changelist>-SNAPSHOT</changelist>
1313
<!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
1414
<jenkins.version>2.303.1</jenkins.version>
1515
<java.level>8</java.level>
1616
<hpi.compatibleSinceVersion>1.9</hpi.compatibleSinceVersion>
1717
</properties>
1818
<artifactId>stashNotifier</artifactId>
19-
<version>1.28</version>
19+
<version>${revision}${changelist}</version>
2020
<name>Bitbucket Server Notifier</name>
2121
<description>
2222
Jenkins plugin to notify Atlassian Bitbucket Server (formerly known as Stash)
@@ -28,7 +28,7 @@
2828
<connection>scm:git:https://github.com/jenkinsci/stashnotifier-plugin.git</connection>
2929
<developerConnection>scm:git:https://github.com/jenkinsci/stashnotifier-plugin.git</developerConnection>
3030
<url>https://github.com/jenkinsci/stashnotifier-plugin</url>
31-
<tag>1.28</tag>
31+
<tag>${scmTag}</tag>
3232
</scm>
3333

3434
<developers>

0 commit comments

Comments
 (0)