levigo / jbig2-imageio

A Java ImageIO plugin for the JBIG2 bi-level image format
Apache License 2.0
31 stars 19 forks source link

Lift source and target configuration of maven-compiler-plugin #13

Closed ghost closed 8 years ago

ghost commented 8 years ago

Java 9 compiler doesn't support source and target level Java 5 (1.5) anymore. Java 6 (1.6) is deprecated. This commit lifts the source and target configuration to Java 7 (1.7). Releasing this breaks support of Java 6 and below. (issue #10)