Skip to content

Commit 7230a08

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent f463d9c commit 7230a08

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
@@ -9,15 +9,15 @@
99

1010
<groupId>org.jenkins-ci</groupId>
1111
<artifactId>winstone</artifactId>
12-
<version>5.17</version>
12+
<version>${revision}${changelist}</version>
1313
<packaging>jar</packaging>
1414

1515
<name>Winstone</name>
1616
<description>Winstone is a command line wrapper around Jetty</description>
1717
<url>https://github.com/jenkinsci/winstone</url>
1818

1919
<properties>
20-
<revision>5.17</revision>
20+
<revision>5.18</revision>
2121
<changelist>-SNAPSHOT</changelist>
2222
<jetty.version>9.4.40.v20210413</jetty.version>
2323
<alpn.api.version>1.1.3.v20160715</alpn.api.version>
@@ -189,7 +189,7 @@
189189
<connection>scm:git:git://github.com/jenkinsci/winstone.git</connection>
190190
<developerConnection>scm:git:git@github.com:jenkinsci/winstone.git</developerConnection>
191191
<url>http://github.com/jenkinsci/winstone</url>
192-
<tag>winstone-5.17</tag>
192+
<tag>HEAD</tag>
193193
</scm>
194194

195195
<dependencyManagement>

0 commit comments

Comments
 (0)