Skip to content

Commit 7346b03

Browse files
jeanbzachingor13
authored andcommitted
update maven compiler plugin to target 1.6 since we dont support 1.5 (#444)
1 parent 4ba977f commit 7346b03

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
@@ -306,8 +306,8 @@
306306
<artifactId>maven-compiler-plugin</artifactId>
307307
<version>2.3.2</version>
308308
<configuration>
309-
<source>1.5</source>
310-
<target>1.5</target>
309+
<source>1.6</source>
310+
<target>1.6</target>
311311
</configuration>
312312
</plugin>
313313
<plugin>

0 commit comments

Comments
 (0)