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 21a2ad5 commit 4e948e7Copy full SHA for 4e948e7
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
@@ -38,6 +38,7 @@
38
<jenkins.baseline>2.504</jenkins.baseline>
39
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
40
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
41
+ <ban-junit4-imports.skip>false</ban-junit4-imports.skip>
42
</properties>
43
44
<build>
0 commit comments