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
strangelookingnerd committed Sep 16, 2024
1 parent 585cf9f commit 662ae2a
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 @@ -8,7 +8,7 @@
</parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>badge</artifactId>
<version>2.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Badge</name>
Expand Down Expand Up @@ -44,13 +44,13 @@
<scm>
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>badge-2.0</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

<properties>
<jenkins.version>2.440.3</jenkins.version>
<revision>2.0</revision>
<revision>2.1</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/badge-plugin</gitHubRepo>
<spotbugs.effort>Max</spotbugs.effort>
Expand Down

0 comments on commit 662ae2a

Please sign in to comment.