We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a067064 commit 6194699Copy full SHA for 6194699
pom.xml
@@ -11,14 +11,14 @@
11
12
<groupId>io.jenkins.plugins</groupId>
13
<artifactId>checks-api</artifactId>
14
- <version>2.2.2</version>
+ <version>${revision}${changelist}</version>
15
<packaging>hpi</packaging>
16
17
<name>Checks API plugin</name>
18
<description>Defines an API for Jenkins to publish checks to SCM platforms.</description>
19
20
<properties>
21
- <revision>2.2.2</revision>
+ <revision>2.2.3</revision>
22
<changelist>-SNAPSHOT</changelist>
23
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
24
0 commit comments