You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ps...@apache.org on 2009/11/28 17:14:59 UTC

svn commit: r885108 - /commons/proper/dbcp/trunk/pom.xml

Author: psteitz
Date: Sat Nov 28 16:14:58 2009
New Revision: 885108

URL: http://svn.apache.org/viewvc?rev=885108&view=rev
Log:
Changed jdk level to 1.6

Modified:
    commons/proper/dbcp/trunk/pom.xml

Modified: commons/proper/dbcp/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbcp/trunk/pom.xml?rev=885108&r1=885107&r2=885108&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Sat Nov 28 16:14:58 2009
@@ -214,9 +214,10 @@
   </dependencies>
 
   <properties>
-    <!-- Target Java versions are actually 1.4, 1.5 and 1.6 -->
-    <maven.compile.source>1.5</maven.compile.source>
-    <maven.compile.target>1.5</maven.compile.target>
+    <!-- Target Java versions are actually 1.4, 1.5 and 1.6
+         but maven build only supports 1.6 -->
+    <maven.compile.source>1.6</maven.compile.source>
+    <maven.compile.target>1.6</maven.compile.target>
     <commons.componentid>dbcp</commons.componentid>
     <commons.release.version>1.2.2</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>