You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by zs...@apache.org on 2018/02/05 09:55:31 UTC

ranger git commit: RANGER-1969 - Fix failing Kafka tests with latest maven/JVM

Repository: ranger
Updated Branches:
  refs/heads/master 9da43c7e0 -> d259ed9da


RANGER-1969 - Fix failing Kafka tests with latest maven/JVM

Signed-off-by: Zsombor Gegesy <zs...@apache.org>


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

Branch: refs/heads/master
Commit: d259ed9da390d09d9a4cb350911d2e2920c6416d
Parents: 9da43c7
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Fri Feb 2 14:54:50 2018 +0000
Committer: Zsombor Gegesy <zs...@apache.org>
Committed: Mon Feb 5 10:54:05 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/ranger/blob/d259ed9d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 255b02a..550580e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -377,7 +377,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.20</version>
+                    <version>2.20.1</version>
                     <configuration>
                         <argLine>-Djava.library.path="${hadoop.library.path}${path.separator}${java.library.path}"</argLine>
                         <skipTests>${skipTests}</skipTests>