You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2014/12/19 14:12:47 UTC

svn commit: r1646700 - /maven/plugins/trunk/maven-checkstyle-plugin/src/it/check-pass/pom.xml

Author: rfscholte
Date: Fri Dec 19 13:12:46 2014
New Revision: 1646700

URL: http://svn.apache.org/r1646700
Log:
remove redundant configuration

Modified:
    maven/plugins/trunk/maven-checkstyle-plugin/src/it/check-pass/pom.xml

Modified: maven/plugins/trunk/maven-checkstyle-plugin/src/it/check-pass/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-checkstyle-plugin/src/it/check-pass/pom.xml?rev=1646700&r1=1646699&r2=1646700&view=diff
==============================================================================
--- maven/plugins/trunk/maven-checkstyle-plugin/src/it/check-pass/pom.xml (original)
+++ maven/plugins/trunk/maven-checkstyle-plugin/src/it/check-pass/pom.xml Fri Dec 19 13:12:46 2014
@@ -41,10 +41,6 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>3.1</version>
-        <configuration>
-          <source>1.5</source>
-          <target>1.5</target>
-        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>