We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfb679 commit 55a9428Copy full SHA for 55a9428
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
<relativePath />
9
</parent>
10
@@ -56,6 +56,7 @@
56
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
57
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
58
<mockserver.version>5.15.0</mockserver.version>
59
+ <ban-junit4-imports.skip>false</ban-junit4-imports.skip>
60
</properties>
61
62
<dependencyManagement>
0 commit comments