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 Sep 6, 2024
1 parent 26dddad commit ccafaeb
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>8.1</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-8.1</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<revision>8.1</revision>
<revision>8.2</revision>
<changelist>-SNAPSHOT</changelist>
<jetty.version>12.0.13</jetty.version>
<gitHubRepo>jenkinsci/winstone</gitHubRepo>
Expand Down

0 comments on commit ccafaeb

Please sign in to comment.