You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by gr...@apache.org on 2008/08/13 11:28:53 UTC

svn commit: r685491 - /jakarta/cactus/trunk/pom.xml

Author: grimsell
Date: Wed Aug 13 02:28:50 2008
New Revision: 685491

URL: http://svn.apache.org/viewvc?rev=685491&view=rev
Log:
Change javac source and target to support 1.4 JVM.

Modified:
    jakarta/cactus/trunk/pom.xml

Modified: jakarta/cactus/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jakarta/cactus/trunk/pom.xml?rev=685491&r1=685490&r2=685491&view=diff
==============================================================================
--- jakarta/cactus/trunk/pom.xml (original)
+++ jakarta/cactus/trunk/pom.xml Wed Aug 13 02:28:50 2008
@@ -435,8 +435,8 @@
 </ciManagement>
 
 <properties>
-	<maven.compile.source>5</maven.compile.source>
-	<maven.compile.target>5</maven.compile.target>
+	<maven.compile.source>1.4</maven.compile.source>
+	<maven.compile.target>1.4</maven.compile.target>
 </properties>
 
 <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org