compat3 source setting should be 8 for jetty 9.3.x

This commit is contained in:
Jesse McConnell 2015-07-17 12:12:06 -05:00
parent 4b8a6e584f
commit 684b3d1fcc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>7</source>
<source>8</source>
<target>8</target>
<compilerArgs>
<arg>-profile</arg>