Author: rahul
Date: Wed Jan 14 14:48:54 2009
New Revision: 734540

URL: http://svn.apache.org/viewvc?rev=734540&view=rev
Log:
Bump compiler settings to 1.5 to make m2 build pass.

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=734540&r1=734539&r2=734540&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Wed Jan 14 14:48:54 2009
@@ -205,8 +205,8 @@
   </dependencies>
 
   <properties>
-    <maven.compile.source>1.4</maven.compile.source>
-    <maven.compile.target>1.4</maven.compile.target>
+    <maven.compile.source>1.5</maven.compile.source>
+    <maven.compile.target>1.5</maven.compile.target>
     <commons.componentid>dbcp</commons.componentid>
     <commons.release.version>1.2.2</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>


Reply via email to