Skip to content

Commit e98c7db

Browse files
committed
Updated maven options
#58
1 parent d050ba4 commit e98c7db

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
@@ -11,8 +11,8 @@
1111
<plugin>
1212
<artifactId>maven-compiler-plugin</artifactId>
1313
<configuration>
14-
<source>1.5</source>
15-
<target>1.5</target>
14+
<source>1.6</source>
15+
<target>1.6</target>
1616
</configuration>
1717
</plugin>
1818
</plugins>

0 commit comments

Comments
 (0)