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
uhafner committed Oct 23, 2023
1 parent 2127047 commit 2671fa5
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 @@ -11,7 +11,7 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>code-coverage-api</artifactId>
<version>4.99.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Code Coverage Plugin</name>
Expand All @@ -20,7 +20,7 @@
<url>https://github.com/jenkinsci/code-coverage-api-plugin</url>

<properties>
<revision>4.99.0</revision>
<revision>4.100.0</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/code-coverage-api-plugin</gitHubRepo>

Expand Down Expand Up @@ -393,7 +393,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>v4.99.0</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 2671fa5

Please sign in to comment.