Skip to content

Commit ace6e39

Browse files
committed
Back to maven-surefire-plugin version 3.0.0-M4: M5 produces a spurious warning.
1 parent 56d7866 commit ace6e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>org.apache.maven.plugins</groupId>
111111
<artifactId>maven-surefire-plugin</artifactId>
112-
<version>3.0.0-M5</version>
112+
<version>3.0.0-M4</version>
113113
<configuration>
114114
<forkCount>0</forkCount> <!-- Workaround for modularity bug -->
115115
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>

0 commit comments

Comments
 (0)