Skip to content

Commit 8325607

Browse files
Ban JUnit 4 imports (#88)
1 parent 1c89da8 commit 8325607

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
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>5.7</version>
6+
<version>5.24</version>
77
</parent>
88

99
<artifactId>robot</artifactId>
@@ -40,6 +40,7 @@
4040
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
4141
<jenkins.baseline>2.479</jenkins.baseline>
4242
<jenkins.version>${jenkins.baseline}.1</jenkins.version>
43+
<ban-junit4-imports.skip>false</ban-junit4-imports.skip>
4344
</properties>
4445

4546
<scm>

0 commit comments

Comments
 (0)