Skip to content

Commit 40947f2

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent cb16f71 commit 40947f2

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
@@ -34,7 +34,7 @@
3434
</parent>
3535

3636
<artifactId>ssh-agent</artifactId>
37-
<version>1.23</version>
37+
<version>${revision}${changelist}</version>
3838
<packaging>hpi</packaging>
3939

4040
<name>SSH Agent Plugin</name>
@@ -52,11 +52,11 @@
5252
<connection>scm:git:git://github.com/jenkinsci/ssh-agent-plugin.git</connection>
5353
<developerConnection>scm:git:[email protected]:jenkinsci/ssh-agent-plugin.git</developerConnection>
5454
<url>http://github.com/jenkinsci/ssh-agent-plugin</url>
55-
<tag>ssh-agent-1.23</tag>
55+
<tag>${scmTag}</tag>
5656
</scm>
5757

5858
<properties>
59-
<revision>1.23</revision>
59+
<revision>1.24</revision>
6060
<changelist>-SNAPSHOT</changelist>
6161
<gitHubRepo>jenkinsci/ssh-agent-plugin</gitHubRepo>
6262
<jenkins.version>2.289.1</jenkins.version>

0 commit comments

Comments
 (0)