You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/03/09 12:42:22 UTC

svn commit: r635220 - in /commons/proper/codec/trunk: pom.xml project.properties

Author: niallp
Date: Sun Mar  9 04:42:22 2008
New Revision: 635220

URL: http://svn.apache.org/viewvc?rev=635220&view=rev
Log:
Specify JDK 1.4 target on m1 build and add source/target options of 1.4 to m2 build

Modified:
    commons/proper/codec/trunk/pom.xml
    commons/proper/codec/trunk/project.properties

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=635220&r1=635219&r2=635220&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Mar  9 04:42:22 2008
@@ -157,6 +157,8 @@
   </dependencies>
 
   <properties>
+    <maven.compile.source>1.4</maven.compile.source>
+    <maven.compile.target>1.4</maven.compile.target>
     <commons.componentid>codec</commons.componentid>
     <commons.release.version>1.3</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>

Modified: commons/proper/codec/trunk/project.properties
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/project.properties?rev=635220&r1=635219&r2=635220&view=diff
==============================================================================
--- commons/proper/codec/trunk/project.properties (original)
+++ commons/proper/codec/trunk/project.properties Sun Mar  9 04:42:22 2008
@@ -60,6 +60,7 @@
 # Corresponds to the source attribute for the ant javac task. 
 # Valid values are 1.3, 1.4, 1.5. 
 maven.compile.source = 1.4
+maven.compile.target = 1.4
 
 # See https://svn.apache.org/repos/private/committers/donated-licenses/clover/README.txt
 maven.jar.override=on