You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bs...@apache.org on 2007/09/20 05:21:32 UTC

svn commit: r577521 - /commons/proper/email/trunk/pom.xml

Author: bspeakmon
Date: Wed Sep 19 20:21:31 2007
New Revision: 577521

URL: http://svn.apache.org/viewvc?rev=577521&view=rev
Log:
- revert compiler option settings per Niall's points

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=577521&r1=577520&r2=577521&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Wed Sep 19 20:21:31 2007
@@ -246,6 +246,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>
@@ -268,14 +273,6 @@
             </testResource>
         </testResources>
         <plugins>
-            <plugin>
-	        <groupId>org.apache.maven.plugins</groupId>
-		<artifactId>maven-compiler-plugin</artifactId>
-		<configuration>
-                    <source>1.4</source>
-                    <target>1.4</target>
-		</configuration>
-            </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>