You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by df...@apache.org on 2009/03/07 23:47:51 UTC

svn commit: r751334 - /commons/proper/dbutils/trunk/pom.xml

Author: dfabulich
Date: Sat Mar  7 22:47:50 2009
New Revision: 751334

URL: http://svn.apache.org/viewvc?rev=751334&view=rev
Log:
Explicitly depend on jdk 1.4

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

Modified: commons/proper/dbutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/dbutils/trunk/pom.xml?rev=751334&r1=751333&r2=751334&view=diff
==============================================================================
--- commons/proper/dbutils/trunk/pom.xml [utf-8] (original)
+++ commons/proper/dbutils/trunk/pom.xml [utf-8] Sat Mar  7 22:47:50 2009
@@ -201,6 +201,14 @@
         </configuration>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-compiler-plugin</artifactId>
+          <configuration>
+            <source>1.4</source>
+            <target>1.4</target>
+        </configuration>
+      </plugin>
+      <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptors>