You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by me...@apache.org on 2018/12/19 11:50:53 UTC

[ranger] 03/39: RANGER-2239 - Update to surefire 2.21.0

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

mehul pushed a commit to branch ranger-1.1
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit c6fe2310694f5862ea0886657118dc43ab6a0746
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Oct 2 09:50:27 2018 +0100

    RANGER-2239 - Update to surefire 2.21.0
    
    Signed-off-by: Colm O hEigeartaigh <co...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index be3d05b..308ec1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -390,7 +390,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.20.1</version>
+                    <version>2.21.0</version>
                     <configuration>
                         <argLine>-Djava.library.path="${hadoop.library.path}${path.separator}${java.library.path}"</argLine>
                         <skipTests>${skipTests}</skipTests>