Author: mbenson
Date: Mon Jun 9 09:52:12 2008
New Revision: 665763
URL: http://svn.apache.org/viewvc?rev=665763&view=rev
Log:
java 5
Modified:
commons/sandbox/functor/trunk/pom.xml
Modified: commons/sandbox/functor/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/functor/trunk/pom.xml?rev=665763&r1=665762&r2=665763&view=diff
==============================================================================
--- commons/sandbox/functor/trunk/pom.xml (original)
+++ commons/sandbox/functor/trunk/pom.xml Mon Jun 9 09:52:12 2008
@@ -74,6 +74,8 @@
<properties>
<commons.componentid>functor</commons.componentid>
+ <maven.compile.source>1.5</maven.compile.source>
+ <maven.compile.target>1.5</maven.compile.target>
<commons.jira.componentid>12312256</commons.jira.componentid>
</properties>