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 Jul 1, 2024
1 parent 7a0777a commit bb071d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>coverage</artifactId>
<version>1.16.1</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

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

<properties>
<revision>1.16.1</revision>
<revision>1.17.0</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/coverage-plugin</gitHubRepo>

Expand Down Expand Up @@ -414,7 +414,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>v1.16.1</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit bb071d0

Please sign in to comment.