Skip to content

Commit 0f6dda6

Browse files
committed
upgrade surefire
1 parent 9b511b8 commit 0f6dda6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
<artifactId>maven-compiler-plugin</artifactId>
8080
<version>3.7.0</version>
8181
<configuration>
82-
<source>1.7</source>
83-
<target>1.7</target>
82+
<source>1.8</source>
83+
<target>1.8</target>
8484
<encoding>UTF-8</encoding>
8585
<optimize>false</optimize>
8686
<debug>true</debug>
@@ -102,7 +102,7 @@
102102
<plugin>
103103
<groupId>org.apache.maven.plugins</groupId>
104104
<artifactId>maven-surefire-plugin</artifactId>
105-
<version>2.20.1</version>
105+
<version>3.0.0-M7</version>
106106
<configuration>
107107
<parallel>methods</parallel>
108108
<threadCount>1</threadCount>

0 commit comments

Comments
 (0)