We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cb0a0 commit b5fcdaeCopy full SHA for b5fcdae
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.jenkins-ci.plugins</groupId>
6
<artifactId>plugin</artifactId>
7
- <version>5.19</version>
+ <version>5.21</version>
8
</parent>
9
10
<artifactId>generic-webhook-trigger</artifactId>
@@ -61,6 +61,7 @@
61
<violations.version>2.2.0</violations.version>
62
<changelog>2.2.5</changelog>
63
<spotless.check.skip>false</spotless.check.skip>
64
+ <ban-junit4-imports.skip>false</ban-junit4-imports.skip>
65
</properties>
66
67
<dependencyManagement>
0 commit comments