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 86850b6 commit 4d48d10Copy full SHA for 4d48d10
pom.xml
@@ -5,7 +5,7 @@
5
<parent>
6
<groupId>org.jenkins-ci.plugins</groupId>
7
<artifactId>plugin</artifactId>
8
- <version>5.19</version>
+ <version>5.21</version>
9
<relativePath />
10
</parent>
11
@@ -37,6 +37,7 @@
37
<jenkins.baseline>2.479</jenkins.baseline>
38
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
39
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
40
+ <ban-junit4-imports.skip>false</ban-junit4-imports.skip>
41
</properties>
42
43
<repositories>
0 commit comments