Skip to content

Commit a875211

Browse files
authored
Merge pull request #2 from cnsgithub/kml-encoding-20
mod: revert compiler source/target to 1.5 (accidentally changed to 1.6)
2 parents 291c94d + 5dce841 commit a875211

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
@@ -261,8 +261,8 @@
261261
<groupId>org.apache.maven.plugins</groupId>
262262
<artifactId>maven-compiler-plugin</artifactId>
263263
<configuration>
264-
<source>1.6</source>
265-
<target>1.6</target>
264+
<source>1.5</source>
265+
<target>1.5</target>
266266
</configuration>
267267
</plugin>
268268
<plugin>

0 commit comments

Comments
 (0)