Skip to content

Commit c9dfea2

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent baa748e commit c9dfea2

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.10-1.0</version>
13+
<version>${revision}${changelist}</version>
1414
<packaging>hpi</packaging>
1515

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

5050
<dependencies>

0 commit comments

Comments
 (0)