You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/07/03 22:22:07 UTC

svn commit: r1356912 - /maven/shared/trunk/maven-archiver/pom.xml

Author: olamy
Date: Tue Jul  3 20:22:06 2012
New Revision: 1356912

URL: http://svn.apache.org/viewvc?rev=1356912&view=rev
Log:
remove configuration already inherited from parent

Modified:
    maven/shared/trunk/maven-archiver/pom.xml

Modified: maven/shared/trunk/maven-archiver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=1356912&r1=1356911&r2=1356912&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/pom.xml (original)
+++ maven/shared/trunk/maven-archiver/pom.xml Tue Jul  3 20:22:06 2012
@@ -102,19 +102,4 @@
     </dependency>
   </dependencies>
 
-  <build>
-    <pluginManagement>
-      <plugins>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-compiler-plugin</artifactId>
-          <configuration>
-            <source>1.5</source>
-            <target>1.5</target>
-          </configuration>
-        </plugin>
-      </plugins>
-    </pluginManagement>
-  </build>
-
 </project>