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 12:00:26 UTC

[ranger] 03/36: 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.2
in repository https://gitbox.apache.org/repos/asf/ranger.git

commit acaa2fdbf52d14396f59203b1272f6f1e55ba167
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 fe81183..888ea9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -748,7 +748,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>