Author: niallp
Date: Sun Feb  8 15:49:49 2009
New Revision: 742123

URL: http://svn.apache.org/viewvc?rev=742123&view=rev
Log:
Use the properties to configure the compiler plugin for Java 5 in the parent 
pom and remove plugin config from dbutils pom

Modified:
    commons/sandbox/dbutils/java5/pom.xml

Modified: commons/sandbox/dbutils/java5/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/dbutils/java5/pom.xml?rev=742123&r1=742122&r2=742123&view=diff
==============================================================================
--- commons/sandbox/dbutils/java5/pom.xml (original)
+++ commons/sandbox/dbutils/java5/pom.xml Sun Feb  8 15:49:49 2009
@@ -173,6 +173,8 @@
   </dependencies>
 
   <properties>
+    <maven.compile.source>1.5</maven.compile.source>
+    <maven.compile.target>1.5</maven.compile.target>
     <commons.componentid>dbutils</commons.componentid>
     <commons.release.version>1.1</commons.release.version>
     <commons.binary.suffix></commons.binary.suffix>
@@ -203,13 +205,6 @@
             <tarLongFileMode>gnu</tarLongFileMode>
           </configuration>
         </plugin>
-        <plugin>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <configuration>
-            <source>1.5</source>
-            <target>1.5</target>
-          </configuration>
-        </plugin>
       </plugins>
     </build>
 


Reply via email to