Skip to content

Commit 66c9c4b

Browse files
authored
workaround version numbering (#49)
1 parent 0fdd8c0 commit 66c9c4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
<artifactId>snakeyaml-api</artifactId>
1919
<groupId>io.jenkins.plugins</groupId>
2020
<description>This plugin packages stock SnakeYAML library</description>
21-
<version>${revision}-${changelist}</version>
21+
<!-- Remove .2 when new snakeyaml version bump -->
22+
<version>${revision}.2-${changelist}</version>
2223
<packaging>hpi</packaging>
2324
<name>SnakeYAML API Plugin</name>
2425
<url>https://github.com/jenkinsci/snakeyaml-api-plugin</url>

0 commit comments

Comments
 (0)