You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2018/04/09 05:10:21 UTC

[kylin] branch master updated: KYLIN-3327 Upgrade surefire version to 2.21.0

This is an automated email from the ASF dual-hosted git repository.

lidong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cda6c3  KYLIN-3327 Upgrade surefire version to 2.21.0
2cda6c3 is described below

commit 2cda6c39f7cbd82eba0aa9518526472deea7c479
Author: lidongsjtu <li...@apache.org>
AuthorDate: Mon Apr 9 13:10:04 2018 +0800

    KYLIN-3327 Upgrade surefire version to 2.21.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index de3b12a..a8e8312 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
lidong@apache.org.