Description: Bumbs the source and target version options for the java compiler.

diff -Nur libcommons-logging-java-1.1.1/build.xml libcommons-logging-java-1.1.1.new/build.xml
--- libcommons-logging-java-1.1.1/build.xml	2007-11-22 04:57:52.000000000 +0530
+++ libcommons-logging-java-1.1.1.new/build.xml	2007-12-10 09:10:40.000000000 +0530
@@ -127,10 +127,10 @@
 <!-- ========== Compiler Defaults ========================================= -->
 
   <!-- Version of java class files to generate. -->
-  <property name="target.version" value="1.1"/>
+  <property name="target.version" value="1.3"/>
 
   <!-- Version of java source to accept -->
-  <property name="source.version" value="1.2"/>
+  <property name="source.version" value="1.3"/>
 
   <!-- Should Java compilations set the 'debug' compiler option? -->
   <property name="compile.debug"           value="true"/>

