Skip to content

Commit a61e843

Browse files
committed
Fix typo in maven-surefire-plugin version
1 parent e864d85 commit a61e843

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
</plugin>
9999
<plugin>
100100
<artifactId>maven-surefire-plugin</artifactId>
101-
<version>3.2.0</version>
101+
<version>3.0.0</version>
102102
</plugin>
103103
<plugin>
104104
<artifactId>maven-jar-plugin</artifactId>
@@ -192,7 +192,7 @@
192192
<plugin>
193193
<groupId>org.apache.maven.plugins</groupId>
194194
<artifactId>maven-surefire-plugin</artifactId>
195-
<version>3.2.0</version>
195+
<version>3.0.0</version>
196196
<dependencies>
197197
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
198198
<dependency>

0 commit comments

Comments
 (0)