Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed May 3, 2024
1 parent 583f671 commit afb6081
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -9,15 +9,15 @@
</parent>

<artifactId>winstone</artifactId>
<version>6.19</version>
<version>${revision}${changelist}</version>
<packaging>jar</packaging>

<name>Winstone</name>
<description>Winstone is a command line wrapper around Jetty</description>
<url>https://github.com/jenkinsci/${project.artifactId}</url>

<properties>
<revision>6.19</revision>
<revision>6.20</revision>
<changelist>-SNAPSHOT</changelist>
<jetty.version>10.0.20</jetty.version>
<slf4j.version>2.0.13</slf4j.version>
Expand Down Expand Up @@ -200,7 +200,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>winstone-6.19</tag>
<tag>${scmTag}</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit afb6081

Please sign in to comment.