Skip to content

Commit 2e6ebfd

Browse files
author
Niall Pemberton
committed
Make the java "target" version for the Ant and Maven1 builds compatible with the Maven2 build
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@612687 13f79535-47bb-0310-9956-ffa450edef68
1 parent e413d91 commit 2e6ebfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ maven.jdiff.old.tag=IO_1_2
5959
# In particular, if you use JDK 1.4+ the generated classes will not be usable
6060
# for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1
6161
# (which is the default value for JDK 1.1 to 1.3).
62-
maven.compile.target = 1.1
62+
maven.compile.target = 1.3
6363

6464
# Specifies the source version for the Java compiler.
6565
# Corresponds to the source attribute for the ant javac task.

0 commit comments

Comments
 (0)