Skip to content

Commit 7682694

Browse files
Java 8
1 parent a93eddb commit 7682694

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
@@ -29,8 +29,8 @@
2929
<artifactId>maven-compiler-plugin</artifactId>
3030
<version>3.0</version>
3131
<configuration>
32-
<source>1.6</source>
33-
<target>1.6</target>
32+
<source>1.8</source>
33+
<target>1.8</target>
3434
</configuration>
3535
</plugin>
3636
</plugins>

0 commit comments

Comments
 (0)