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 Aug 7, 2024
1 parent 0ebbb40 commit 136df17
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 @@ -10,13 +10,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jvnet.winp</groupId>
<artifactId>winp</artifactId>
<version>1.31</version>
<version>${revision}${changelist}</version>
<name>winp</name>
<description>Kill process tree in Windows</description>
<url>https://github.com/jenkinsci/${project.artifactId}</url>

<properties>
<revision>1.31</revision>
<revision>1.32</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}</gitHubRepo>
<!-- TODO fix violations -->
Expand All @@ -28,7 +28,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>winp-1.31</tag>
<tag>${scmTag}</tag>
</scm>

<build>
Expand Down

0 comments on commit 136df17

Please sign in to comment.