You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by co...@apache.org on 2018/10/03 09:11:40 UTC

ranger git commit: RANGER-2239 - Update to surefire 2.21.0

Repository: ranger
Updated Branches:
  refs/heads/master 92825c227 -> 2d770712f


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/2d770712
Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/2d770712
Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/2d770712

Branch: refs/heads/master
Commit: 2d770712f790b0dc81e4eb5ecb9d3190542fe3e8
Parents: 92825c2
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Oct 2 09:50:27 2018 +0100
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Wed Oct 3 10:02:10 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/ranger/blob/2d770712/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e0df461..1fd660c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -392,7 +392,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>