Skip to content

Commit

Permalink
PARQUET-1198: Bump java source and target to java8
Browse files Browse the repository at this point in the history
Author: Gabor Szadovszky <[email protected]>

Closes apache#452 from gszadovszky/PARQUET-1198 and squashes the following commits:

5b7ee44 [Gabor Szadovszky] PARQUET-1198: Bump java source and target to java8
  • Loading branch information
Gabor Szadovszky authored and Zoltan Ivanfi committed Jan 30, 2018
1 parent 6e0cc72 commit 6a4bbe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
</developers>

<properties>
<targetJavaVersion>1.7</targetJavaVersion>
<maven.compiler.source>1.7</maven.compiler.source>
<targetJavaVersion>1.8</targetJavaVersion>
<maven.compiler.source>1.8</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>
Expand Down

0 comments on commit 6a4bbe9

Please sign in to comment.