Author: niallp
Date: Thu Feb 12 23:42:56 2009
New Revision: 743930

URL: http://svn.apache.org/viewvc?rev=743930&view=rev
Log:
SANDBOX-288 Use properties to configure the compiler plugin for Java 1.4 
through the commons-parent pom and upgrade to the current sandbox parent pom

Modified:
    commons/sandbox/compress/trunk/pom.xml

Modified: commons/sandbox/compress/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/pom.xml?rev=743930&r1=743929&r2=743930&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/pom.xml (original)
+++ commons/sandbox/compress/trunk/pom.xml Thu Feb 12 23:42:56 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-sandbox-parent</artifactId>
-    <version>4</version>
+    <version>7</version>
   </parent>
 
   <artifactId>commons-compress</artifactId>
@@ -80,20 +80,14 @@
   </distributionManagement>
 
   <properties>
+    <maven.compile.source>1.4</maven.compile.source>
+    <maven.compile.target>1.4</maven.compile.target>
     <commons.componentid>compress</commons.componentid>
     <commons.jira.componentid>12311183</commons.jira.componentid>
   </properties> 
 
   <build>
     <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
-        </configuration>
-      </plugin>
       <!-- turn off cobertura until we figure out why it's hanging -->
       <plugin>
         <groupId>org.codehaus.mojo</groupId>


Reply via email to