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
centic9 committed Nov 9, 2024
1 parent 78ce2bd commit d3fbaad
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 @@ -38,14 +38,14 @@ THE SOFTWARE.
</parent>

<artifactId>jacoco</artifactId>
<version>3.3.7</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Jenkins JaCoCo plugin</name>
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>

<properties>
<revision>3.3.7</revision>
<revision>3.3.8</revision>
<changelist>-SNAPSHOT</changelist>
<jacoco.version>0.8.11</jacoco.version>
<!-- see https://www.jenkins.io/changelog-stable/ for changelog of the LTS releases -->
Expand Down Expand Up @@ -108,7 +108,7 @@ THE SOFTWARE.
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>jacoco-3.3.7</tag>
<tag>${scmTag}</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit d3fbaad

Please sign in to comment.