Skip to content

Commit 4a529b5

Browse files
authored
Update pom to java 1.6
1 parent 4bab3e3 commit 4a529b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@
112112
<artifactId>maven-compiler-plugin</artifactId>
113113
<version>3.6.1</version>
114114
<configuration>
115-
<source>1.5</source>
116-
<target>1.5</target>
115+
<source>6</source>
116+
<target>1.6</target>
117117
</configuration>
118118
</plugin>
119119

0 commit comments

Comments
 (0)