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
timja committed Apr 4, 2024
1 parent 50f48e8 commit 26774eb
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,14 +11,14 @@

<groupId>io.jenkins.plugins</groupId>
<artifactId>checks-api</artifactId>
<version>2.2.0</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>

<name>Checks API plugin</name>
<description>Defines an API for Jenkins to publish checks to SCM platforms.</description>

<properties>
<revision>2.2.0</revision>
<revision>2.2.1</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

Expand All @@ -37,7 +37,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>v2.2.0</tag>
<tag>${scmTag}</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit 26774eb

Please sign in to comment.