Skip to content

Commit 4bef8ac

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 9cb630f commit 4bef8ac

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
@@ -10,11 +10,11 @@
1010
</parent>
1111

1212
<artifactId>apache-httpcomponents-client-4-api</artifactId>
13-
<version>4.5.12-1.0</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

1616
<properties>
17-
<revision>4.5.10-3.0</revision>
17+
<revision>4.5.12-2.0</revision>
1818
<changelist>-SNAPSHOT</changelist>
1919
<jenkins.version>2.60.3</jenkins.version>
2020
<java.level>8</java.level>
@@ -45,7 +45,7 @@
4545
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
4646
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
4747
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
48-
<tag>apache-httpcomponents-client-4-api-4.5.12-1.0</tag>
48+
<tag>${scmTag}</tag>
4949
</scm>
5050

5151
<dependencies>

0 commit comments

Comments
 (0)