Skip to content

Commit

Permalink
KYLIN-3327 Upgrade surefire version to 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongsjtu committed Apr 9, 2018
1 parent 1e884f2 commit 2cda6c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -1288,7 +1288,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<version>2.21.0</version>
<configuration>
<reportsDirectory>${project.basedir}/../target/surefire-reports
</reportsDirectory>
Expand Down Expand Up @@ -1398,7 +1398,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>
<version>2.21.0</version>
<configuration>
<reportsDirectory>${project.basedir}/../target/surefire-reports
</reportsDirectory>
Expand Down

0 comments on commit 2cda6c3

Please sign in to comment.