Skip to content

Commit 4d48d10

Browse files
Ban JUnit 4 imports (#182)
1 parent 86850b6 commit 4d48d10

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

@@ -37,6 +37,7 @@
3737
<jenkins.baseline>2.479</jenkins.baseline>
3838
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
3939
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
40+
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
4041
</properties>
4142

4243
<repositories>

0 commit comments

Comments
 (0)