Skip to content

Commit 4e948e7

Browse files
Ban JUnit 4 imports (#173)
1 parent 21a2ad5 commit 4e948e7

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
@@ -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.21</version>
99
<relativePath />
1010
</parent>
1111

@@ -38,6 +38,7 @@
3838
<jenkins.baseline>2.504</jenkins.baseline>
3939
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
4040
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
41+
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
4142
</properties>
4243

4344
<build>

0 commit comments

Comments
 (0)