Skip to content

Commit b3df21e

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 018db16 commit b3df21e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ THE SOFTWARE.
3232
</parent>
3333

3434
<artifactId>http_request</artifactId>
35-
<version>1.24</version>
35+
<version>${revision}${changelist}</version>
3636
<packaging>hpi</packaging>
3737
<name>HTTP Request Plugin</name>
3838
<description>
@@ -48,7 +48,7 @@ THE SOFTWARE.
4848
</licenses>
4949

5050
<properties>
51-
<revision>1.24</revision>
51+
<revision>1.25</revision>
5252
<changelist>-SNAPSHOT</changelist>
5353
<gitHubRepo>jenkinsci/http-request-plugin</gitHubRepo>
5454
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
@@ -138,7 +138,7 @@ THE SOFTWARE.
138138
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
139139
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
140140
<url>https://github.com/${gitHubRepo}</url>
141-
<tag>http_request-1.24</tag>
141+
<tag>${scmTag}</tag>
142142
</scm>
143143
<developers>
144144
<developer>

0 commit comments

Comments
 (0)