Skip to content

Commit 0c5d4b6

Browse files
committed
Change source level from 1.7 to 1.8
1 parent cdcb054 commit 0c5d4b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
<artifactId>maven-compiler-plugin</artifactId>
2727
<version>2.5.1</version>
2828
<configuration>
29-
<source>1.7</source>
30-
<target>1.7</target>
29+
<source>1.8</source>
30+
<target>1.8</target>
3131
</configuration>
3232
</plugin>
3333
<plugin>

0 commit comments

Comments
 (0)