Repository: ranger
Updated Branches:
  refs/heads/master bd3c1bc7b -> e71b452f6


RANGER-1936 - Upgrade Ranger to use Java 1.8

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


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

Branch: refs/heads/master
Commit: e71b452f68104922c3c49e18ce99b5d86d9f1084
Parents: bd3c1bc
Author: Colm O hEigeartaigh <cohei...@apache.org>
Authored: Tue Dec 19 10:26:43 2017 +0000
Committer: Colm O hEigeartaigh <cohei...@apache.org>
Committed: Tue Dec 19 12:29:20 2017 +0000

----------------------------------------------------------------------
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/e71b452f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a537a65..255b02a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,9 +113,9 @@
   </modules>
     <properties>
         <maven.version.required>3.3.3</maven.version.required>
-        <java.version.required>1.7</java.version.required>
-        <javac.source.version>1.7</javac.source.version>
-        <javac.target.version>1.7</javac.target.version>
+        <java.version.required>1.8</java.version.required>
+        <javac.source.version>1.8</javac.source.version>
+        <javac.target.version>1.8</javac.target.version>
         <distMgmtStagingId>apache.staging.https</distMgmtStagingId>
         <distMgmtStagingName>Apache Release Distribution 
Repository</distMgmtStagingName>
         
<distMgmtStagingUrl>https://repository.apache.org/service/local/staging/deploy/maven2</distMgmtStagingUrl>

Reply via email to