You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2008/04/15 21:21:56 UTC

svn commit: r648383 - /commons/sandbox/nabla/trunk/pom.xml

Author: luc
Date: Tue Apr 15 12:21:53 2008
New Revision: 648383

URL: http://svn.apache.org/viewvc?rev=648383&view=rev
Log:
temporary hack to avoid compilation errors
the NablaMath and NablaStrictMath depend on java 1.6 methods for now,
so the minimum requirement for compilation is 1.6

Modified:
    commons/sandbox/nabla/trunk/pom.xml

Modified: commons/sandbox/nabla/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/nabla/trunk/pom.xml?rev=648383&r1=648382&r2=648383&view=diff
==============================================================================
--- commons/sandbox/nabla/trunk/pom.xml (original)
+++ commons/sandbox/nabla/trunk/pom.xml Tue Apr 15 12:21:53 2008
@@ -171,8 +171,8 @@
     </reporting>
  
     <properties>
-        <maven.compile.source>1.5</maven.compile.source>
-        <maven.compile.target>1.5</maven.compile.target>
+        <maven.compile.source>1.6</maven.compile.source>
+        <maven.compile.target>1.6</maven.compile.target>
         <commons.componentid>nabla</commons.componentid>
         <commons.jira.componentid>12312280</commons.jira.componentid>
     </properties>