1--- misc/build/commons-lang3-3.3-src/default.properties 2+++ misc/build/commons-lang3-3.3-src/default.properties 3@@ -73,12 +73,12 @@ 4 # In particular, if you use JDK 1.4+ the generated classes will not be usable 5 # for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1 6 # (which is the default value for JDK 1.1 to 1.3). 7-compile.target = 1.6 8+compile.target = 1.8 9 10 # Specifies the source version for the Java compiler. 11 # Corresponds to the source attribute for the ant javac task. 12 # Valid values are 1.3, 1.4, 1.5. 13-compile.source = 1.6 14+compile.source = 1.8 15 16 # Specifies the source encoding. 17 compile.encoding = ISO-8859-1 18