Skip to content

Commit

Permalink
compat3 source setting should be 8 for jetty 9.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcc0nn3ll committed Jul 17, 2015
1 parent 4b8a6e5 commit 684b3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregates/jetty-all-compact3/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 684b3d1

Please sign in to comment.