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
olamy committed Jan 31, 2024
1 parent 9aff963 commit ef7a3cb
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.18</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.18</revision>
<revision>6.19</revision>
<changelist>-SNAPSHOT</changelist>
<jetty.version>10.0.20</jetty.version>
<slf4j.version>2.0.11</slf4j.version>
Expand Down Expand Up @@ -210,7 +210,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.18</tag>
<tag>${scmTag}</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit ef7a3cb

Please sign in to comment.