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 Sep 6, 2023
1 parent b4a6fdb commit 33c675e
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.0.1</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.0.1</revision>
<revision>2.0.2</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>

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

<dependencies>
Expand Down

0 comments on commit 33c675e

Please sign in to comment.