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 Nov 11, 2024
1 parent 5e5b10b commit 1f5be95
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,7 +10,7 @@

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>badge</artifactId>
<version>2.5</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

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

Expand All @@ -58,7 +58,7 @@
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
<jenkins.baseline>2.479</jenkins.baseline>
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
<revision>2.5</revision>
<revision>2.6</revision>
<spotbugs.effort>Max</spotbugs.effort>
<spotbugs.threshold>Low</spotbugs.threshold>
<spotless.check.skip>false</spotless.check.skip>
Expand Down

0 comments on commit 1f5be95

Please sign in to comment.