You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jd...@apache.org on 2009/04/22 00:52:22 UTC

svn commit: r767321 - /maven/components/branches/maven-2.1.x/build.xml

Author: jdcasey
Date: Tue Apr 21 22:52:22 2009
New Revision: 767321

URL: http://svn.apache.org/viewvc?rev=767321&view=rev
Log:
update to use 1.5 source/target

Modified:
    maven/components/branches/maven-2.1.x/build.xml

Modified: maven/components/branches/maven-2.1.x/build.xml
URL: http://svn.apache.org/viewvc/maven/components/branches/maven-2.1.x/build.xml?rev=767321&r1=767320&r2=767321&view=diff
==============================================================================
--- maven/components/branches/maven-2.1.x/build.xml (original)
+++ maven/components/branches/maven-2.1.x/build.xml Tue Apr 21 22:52:22 2009
@@ -166,7 +166,7 @@
     </path>
 
     <mkdir dir="bootstrap/target/classes"/>
-    <javac destdir="bootstrap/target/classes" encoding="UTF-8" source="1.4" target="1.4" debug="true">
+    <javac destdir="bootstrap/target/classes" encoding="UTF-8" source="1.5" target="1.5" debug="true">
       <src refid="sources"/>
       <classpath refid="pom.pathid"/>
     </javac>