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 123fea2 commit af94b96Copy full SHA for af94b96
pom.xml
@@ -4,7 +4,7 @@
4
<parent>
5
<groupId>org.jenkins-ci.plugins</groupId>
6
<artifactId>plugin</artifactId>
7
- <version>5.20</version>
+ <version>5.21</version>
8
<relativePath />
9
</parent>
10
@@ -46,6 +46,7 @@
46
<revision>2.22</revision>
47
<changelist>-SNAPSHOT</changelist>
48
<spotless.check.skip>false</spotless.check.skip>
49
+ <ban-junit4-imports.skip>false</ban-junit4-imports.skip>
50
</properties>
51
52
<dependencyManagement>
0 commit comments