Skip to content

Commit e43dafb

Browse files
Bump snakeyaml from 1.30 to 1.31 (#59)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Joseph Petersen <me@jetersen.dev>
1 parent dde553e commit e43dafb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

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

2726
<properties>
28-
<revision>1.30</revision>
27+
<revision>1.31</revision>
2928
<changelist>999999-SNAPSHOT</changelist>
3029
<checkstyle.skip>true</checkstyle.skip>
3130
<spotbugs.skip>true</spotbugs.skip>

0 commit comments

Comments
 (0)