Skip to content

Commit 5d05c72

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent ee349b7 commit 5d05c72

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
@@ -11,14 +11,14 @@
1111

1212
<groupId>io.jenkins.plugins</groupId>
1313
<artifactId>apache-httpcomponents-client-5-api</artifactId>
14-
<version>5.2.2-1.0</version>
14+
<version>${revision}${changelist}</version>
1515
<packaging>hpi</packaging>
1616

1717
<properties>
1818
<httpclient.version>5.2.2</httpclient.version>
1919
<httpcore.version>5.2.3</httpcore.version>
2020

21-
<revision>${httpclient.version}</revision>
21+
<revision>5.2.2-999999</revision>
2222
<changelist>-999999-SNAPSHOT</changelist>
2323
<jenkins.version>2.361.4</jenkins.version>
2424

@@ -49,7 +49,7 @@
4949
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
5050
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
5151
<url>https://github.com/${gitHubRepo}</url>
52-
<tag>apache-httpcomponents-client-5-api-5.2.2-1.0</tag>
52+
<tag>${scmTag}</tag>
5353
</scm>
5454

5555
<dependencies>

0 commit comments

Comments
 (0)