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 Jun 14, 2024
1 parent 30911a8 commit 44a8b75
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,7 +9,7 @@
</parent>

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

<name>Winstone</name>
Expand All @@ -30,12 +30,12 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>winstone-6.20</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>6.20</revision>
<revision>6.21</revision>
<changelist>-SNAPSHOT</changelist>
<jetty.version>10.0.21</jetty.version>
<slf4j.version>2.0.13</slf4j.version>
Expand Down

0 comments on commit 44a8b75

Please sign in to comment.