Author: niallp
Date: Wed Jan 16 18:57:31 2008
New Revision: 612687
URL: http://svn.apache.org/viewvc?rev=612687&view=rev
Log:
Make the java "target" version for the Ant and Maven1 builds compatible with
the Maven2 build
Modified:
commons/proper/io/trunk/project.properties
Modified: commons/proper/io/trunk/project.properties
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/project.properties?rev=612687&r1=612686&r2=612687&view=diff
==============================================================================
--- commons/proper/io/trunk/project.properties (original)
+++ commons/proper/io/trunk/project.properties Wed Jan 16 18:57:31 2008
@@ -59,7 +59,7 @@
# In particular, if you use JDK 1.4+ the generated classes will not be usable
# for a 1.1 Java VM unless you explicitly set this attribute to the value 1.1
# (which is the default value for JDK 1.1 to 1.3).
-maven.compile.target = 1.1
+maven.compile.target = 1.3
# Specifies the source version for the Java compiler.
# Corresponds to the source attribute for the ant javac task.