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 Oct 10, 2023
1 parent b1d1274 commit 2cadb66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
</parent>

<artifactId>winstone</artifactId>
<version>6.14</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.14</revision>
<revision>6.15</revision>
<changelist>-SNAPSHOT</changelist>
<jetty.version>10.0.17</jetty.version>
<slf4j.version>2.0.9</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.14</tag>
<tag>${scmTag}</tag>
</scm>

<dependencyManagement>
Expand Down

0 comments on commit 2cadb66

Please sign in to comment.