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 Dec 17, 2021
1 parent be53e57 commit 180c063
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,14 +9,14 @@
</parent>

<artifactId>memory-monitor</artifactId>
<version>1.11</version>
<version>${revision}${changelist}</version>

<name>Memory Monitor</name>
<description>Code for monitoring memory/swap usage</description>
<url>https://github.com/jenkinsci/extras-${project.artifactId}</url>

<properties>
<revision>1.11</revision>
<revision>1.12</revision>
<changelist>-SNAPSHOT</changelist>
<java.level>8</java.level>
<gitHubRepo>jenkinsci/extras-${project.artifactId}</gitHubRepo>
Expand Down Expand Up @@ -93,7 +93,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>memory-monitor-1.11</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 180c063

Please sign in to comment.