Skip to content

Commit a968e15

Browse files
authored
Use parent pom 5.16 (#2677)
The plugin bill of materials fails to run tests with parent pom versions 5.13 through 5.15. Details are available in jenkinsci/bom#5000 (comment) and in the related pull requests: * jenkinsci/maven-hpi-plugin#741 * jenkinsci/plugin-pom#1138
1 parent ba0fb68 commit a968e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>5.14</version>
7+
<version>5.16</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)