Skip to content
This repository was archived by the owner on Dec 4, 2024. It is now read-only.

Commit 977d993

Browse files
committed
Require Java 8
1 parent 5d49068 commit 977d993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<plexusUtilsVersion>3.1.1</plexusUtilsVersion>
4747
<xbeanReflectVersion>3.7</xbeanReflectVersion>
4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
49-
<javaVersion>6</javaVersion>
49+
<javaVersion>8</javaVersion>
5050
</properties>
5151

5252
<dependencyManagement>

0 commit comments

Comments
 (0)