Repository: parquet-mr Updated Branches: refs/heads/master 30aa91012 -> c8d78b21b
PARQUET-146: Move Parquet to Java 7 This has been pending for a while. With the other fix referenced in PARQUET-146, I think Parquet can now move to Java 7. Author: Nezih Yigitbasi <[email protected]> Closes #231 from nezihyigitbasi/parquet-java7 and squashes the following commits: 0b7130a [Nezih Yigitbasi] Compile with Java 7 Project: http://git-wip-us.apache.org/repos/asf/parquet-mr/repo Commit: http://git-wip-us.apache.org/repos/asf/parquet-mr/commit/c8d78b21 Tree: http://git-wip-us.apache.org/repos/asf/parquet-mr/tree/c8d78b21 Diff: http://git-wip-us.apache.org/repos/asf/parquet-mr/diff/c8d78b21 Branch: refs/heads/master Commit: c8d78b21b3dde3bfb36fed7cb33bd4ec3f01b8da Parents: 30aa910 Author: Nezih Yigitbasi <[email protected]> Authored: Mon Aug 15 14:59:03 2016 -0700 Committer: Julien Le Dem <[email protected]> Committed: Mon Aug 15 14:59:03 2016 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/parquet-mr/blob/c8d78b21/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ccc4675..2d6d7d2 100644 --- a/pom.xml +++ b/pom.xml @@ -58,8 +58,8 @@ </developers> <properties> - <targetJavaVersion>1.6</targetJavaVersion> - <maven.compiler.source>1.6</maven.compiler.source> + <targetJavaVersion>1.7</targetJavaVersion> + <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>${targetJavaVersion}</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <github.global.server>github</github.global.server>
