Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

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 Apr 11, 2023
1 parent 646ba05 commit c8e7662
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>4.2.1</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

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

<properties>
<revision>4.2.1</revision>
<revision>4.3.0</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/code-coverage-api-plugin</gitHubRepo>

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

<repositories>
Expand Down

0 comments on commit c8e7662

Please # to comment.