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 Jun 30, 2022
1 parent d1a9122 commit 79b751f
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,15 +11,15 @@

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

<name>Code Coverage API Plugin</name>
<description>Code Coverage API Plugin</description>
<url>https://github.com/jenkinsci/code-coverage-api-plugin</url>

<properties>
<revision>3.0.1</revision>
<revision>3.1.0</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/code-coverage-api-plugin</gitHubRepo>

Expand Down Expand Up @@ -315,7 +315,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>v3.0.1</tag>
<tag>${scmTag}</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 79b751f

Please sign in to comment.