Author: niallp
Date: Thu Nov 15 21:15:30 2007
New Revision: 595557
URL: http://svn.apache.org/viewvc?rev=595557&view=rev
Log:
Configure the m2 source/target JDK version to 1.4 as it is in the m1 build
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=595557&r1=595556&r2=595557&view=diff
==============================================================================
--- commons/proper/dbcp/trunk/pom.xml (original)
+++ commons/proper/dbcp/trunk/pom.xml Thu Nov 15 21:15:30 2007
@@ -196,6 +196,11 @@
</dependency>
</dependencies>
+ <properties>
+ <maven.compile.source>1.4</maven.compile.source>
+ <maven.compile.target>1.4</maven.compile.target>
+ </properties>
+
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>