Skip to content

Commit 6a4bbe9

Browse files
Gabor SzadovszkyZoltan Ivanfi
authored andcommitted
PARQUET-1198: Bump java source and target to java8
Author: Gabor Szadovszky <gabor.szadovszky@cloudera.com> Closes apache#452 from gszadovszky/PARQUET-1198 and squashes the following commits: 5b7ee44 [Gabor Szadovszky] PARQUET-1198: Bump java source and target to java8
1 parent 6e0cc72 commit 6a4bbe9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
</developers>
6868

6969
<properties>
70-
<targetJavaVersion>1.7</targetJavaVersion>
71-
<maven.compiler.source>1.7</maven.compiler.source>
70+
<targetJavaVersion>1.8</targetJavaVersion>
71+
<maven.compiler.source>1.8</maven.compiler.source>
7272
<maven.compiler.target>${targetJavaVersion}</maven.compiler.target>
7373
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7474
<github.global.server>github</github.global.server>

0 commit comments

Comments
 (0)