Skip to content

Commit 8e2ba62

Browse files
authored
Bump pom.xml target/source from 6 to 8. (#187)
* Updated source/target from 6 to 8.
1 parent 313c61b commit 8e2ba62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
<artifactId>maven-compiler-plugin</artifactId>
7070
<version>2.3.1</version>
7171
<configuration>
72-
<source>1.6</source>
73-
<target>1.6</target>
72+
<source>1.8</source>
73+
<target>1.8</target>
7474
</configuration>
7575
</plugin>
7676
<plugin>

0 commit comments

Comments
 (0)