Skip to content

Commit 4f9aaa8

Browse files
committed
Bump maven-surefire-plugin to 3.0.0
Closes #320 #319
1 parent 677d3da commit 4f9aaa8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
220220
<jackson.version>2.14.2</jackson.version>
221221
<jdom.version>2.0.2</jdom.version>
222+
<surefire.version>3.0.0</surefire.version>
222223
<maven.version>3.2.5</maven.version>
223224
<!--
224225
! This controls the minimum java version
@@ -510,12 +511,12 @@
510511
<plugin>
511512
<groupId>org.apache.maven.plugins</groupId>
512513
<artifactId>maven-surefire-plugin</artifactId>
513-
<version>3.0.0-M7</version>
514+
<version>${surefire.version}</version>
514515
</plugin>
515516
<plugin>
516517
<groupId>org.apache.maven.plugins</groupId>
517518
<artifactId>maven-surefire-report-plugin</artifactId>
518-
<version>3.0.0-M9</version>
519+
<version>${surefire.version}</version>
519520
</plugin>
520521
<plugin>
521522
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)