1
0

Update target version also in ant build script.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/logging/trunk@1606174 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart
2014-06-27 18:36:33 +00:00
parent a423c4efb1
commit 46695f893d

View File

@@ -130,7 +130,7 @@
<!-- ========== Compiler Defaults ========================================= --> <!-- ========== Compiler Defaults ========================================= -->
<!-- Version of java class files to generate. --> <!-- Version of java class files to generate. -->
<property name="target.version" value="1.1"/> <property name="target.version" value="1.2"/>
<!-- Version of java source to accept --> <!-- Version of java source to accept -->
<property name="source.version" value="1.2"/> <property name="source.version" value="1.2"/>