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
waschndolos committed Mar 29, 2024
1 parent ad915fc commit 3f42a88
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>prometheus</artifactId>
<version>2.5.3</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Prometheus metrics plugin</name>
<description>Expose Jenkins metrics in prometheus format</description>
<url>https://github.com/jenkinsci/prometheus-plugin</url>
<inceptionYear>2016</inceptionYear>

<properties>
<revision>2.5.3</revision>
<revision>2.5.4</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/prometheus-plugin</gitHubRepo>
<!-- when updated the io.jenkins.tools.bom:bom-X.Y.Z must be updated too -->
Expand Down Expand Up @@ -52,7 +52,7 @@
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>prometheus-2.5.3</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 3f42a88

Please sign in to comment.