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/17 11:52:41 UTC

[02/28] ranger git commit: RANGER-2239 - Update to surefire 2.21.0

RANGER-2239 - Update to surefire 2.21.0

Signed-off-by: Colm O hEigeartaigh <co...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/ranger/repo
Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/4cb5f34b
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/4cb5f34b
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/4cb5f34b

Branch: refs/heads/ranger-1
Commit: 4cb5f34b0ca0eb8a69a68959a8754eca94377131
Parents: b5d52f8
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Oct 2 09:50:27 2018 +0100
Committer: Mehul Parikh <me...@apache.org>
Committed: Thu Dec 13 17:33:20 2018 +0530

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/4cb5f34b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0d2cc66..99dc0db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -388,7 +388,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>