You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@parquet.apache.org by zi...@apache.org on 2019/06/11 13:46:35 UTC

[parquet-format] branch master updated: PARQUET-1589: Bump Java to 1.8 (#134)

This is an automated email from the ASF dual-hosted git repository.

zivanfi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-format.git


The following commit(s) were added to refs/heads/master by this push:
     new 17d49c1  PARQUET-1589: Bump Java to 1.8 (#134)
17d49c1 is described below

commit 17d49c1744f05cdae529a82fbd8946d5b8480235
Author: Fokko Driesprong <fo...@driesprongen.nl>
AuthorDate: Tue Jun 11 15:46:29 2019 +0200

    PARQUET-1589: Bump Java to 1.8 (#134)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2fb17f3..3679c82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,8 +83,8 @@
   </developers>
 
   <properties>
-    <maven.compiler.source>1.6</maven.compiler.source>
-    <maven.compiler.target>1.6</maven.compiler.target>
+    <maven.compiler.source>1.8</maven.compiler.source>
+    <maven.compiler.target>1.8</maven.compiler.target>
     <shade.prefix>shaded.parquet</shade.prefix>
     <thrift.executable>thrift</thrift.executable>
     <thrift.version>0.9.3</thrift.version>