You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/04/12 22:23:28 UTC

svn commit: r1673056 - /maven/pom/trunk/asf/pom.xml

Author: hboutemy
Date: Sun Apr 12 20:23:28 2015
New Revision: 1673056

URL: http://svn.apache.org/r1673056
Log:
not required any more since MPLUGIN-279 is fixed

Modified:
    maven/pom/trunk/asf/pom.xml

Modified: maven/pom/trunk/asf/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/asf/pom.xml?rev=1673056&r1=1673055&r2=1673056&view=diff
==============================================================================
--- maven/pom/trunk/asf/pom.xml (original)
+++ maven/pom/trunk/asf/pom.xml Sun Apr 12 20:23:28 2015
@@ -130,10 +130,6 @@ under the License.
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <version>3.1</version>
-          <configuration>
-            <source>${maven.compiler.source}</source>
-            <target>${maven.compiler.target}</target>
-          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>