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.
2 parents 1828734 + d2874ca commit f3445d7Copy full SHA for f3445d7
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.22</version>
8
<relativePath />
9
</parent>
10
<groupId>io.jenkins.plugins</groupId>
@@ -34,6 +34,7 @@
34
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
35
<spotless.check.skip>false</spotless.check.skip>
36
<json-smart.version>2.5.2</json-smart.version>
37
+ <ban-junit4-imports.skip>false</ban-junit4-imports.skip>
38
</properties>
39
40
<dependencyManagement>
0 commit comments