We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdd8c0 commit 66c9c4bCopy full SHA for 66c9c4b
pom.xml
@@ -18,7 +18,8 @@
18
<artifactId>snakeyaml-api</artifactId>
19
<groupId>io.jenkins.plugins</groupId>
20
<description>This plugin packages stock SnakeYAML library</description>
21
- <version>${revision}-${changelist}</version>
+ <!-- Remove .2 when new snakeyaml version bump -->
22
+ <version>${revision}.2-${changelist}</version>
23
<packaging>hpi</packaging>
24
<name>SnakeYAML API Plugin</name>
25
<url>https://github.com/jenkinsci/snakeyaml-api-plugin</url>
0 commit comments