Skip to content

Commit 02c5041

Browse files
authored
Merge pull request #46 from jonesbusy/feature/junit5-migration
Junit 5 migration
2 parents 2d02a48 + a49764a commit 02c5041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>5.19</version>
8+
<version>5.22</version>
99
<relativePath />
1010
</parent>
1111

@@ -36,8 +36,8 @@
3636
<jenkins.baseline>2.492</jenkins.baseline>
3737
<jenkins.version>${jenkins.baseline}.3</jenkins.version>
3838
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
39-
4039
<spotless.check.skip>false</spotless.check.skip>
40+
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
4141
</properties>
4242

4343
<dependencyManagement>

0 commit comments

Comments
 (0)