Skip to content

Commit af94b96

Browse files
Ban JUnit 4 imports (#473)
1 parent 123fea2 commit af94b96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>plugin</artifactId>
7-
<version>5.20</version>
7+
<version>5.21</version>
88
<relativePath />
99
</parent>
1010

@@ -46,6 +46,7 @@
4646
<revision>2.22</revision>
4747
<changelist>-SNAPSHOT</changelist>
4848
<spotless.check.skip>false</spotless.check.skip>
49+
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
4950
</properties>
5051

5152
<dependencyManagement>

0 commit comments

Comments
 (0)