We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdc7df commit ba9e128Copy full SHA for ba9e128
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>io.jenkins.plugins</groupId>
13
<artifactId>checks-api</artifactId>
14
- <version>${revision}${changelist}</version>
+ <version>2.2.3</version>
15
<packaging>hpi</packaging>
16
17
<name>Checks API plugin</name>
@@ -37,7 +37,7 @@
37
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
38
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
39
<url>https://github.com/${gitHubRepo}</url>
40
- <tag>v2.2.2</tag>
+ <tag>v2.2.3</tag>
41
</scm>
42
43
<dependencies>
0 commit comments