You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2008/08/01 23:31:11 UTC

svn commit: r681844 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Author: aheritier
Date: Fri Aug  1 14:31:10 2008
New Revision: 681844

URL: http://svn.apache.org/viewvc?rev=681844&view=rev
Log:
- Use maven-plugins 12-SNAPSHOT as parent
- Remove duplicated setting with parents (compiler, surefire)

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=681844&r1=681843&r2=681844&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Fri Aug  1 14:31:10 2008
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>11</version>
+    <version>12-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.maven.plugins</groupId>
@@ -44,16 +44,7 @@
   <build>
     <plugins>
       <plugin>
-        <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
-        <configuration>
-          <source>1.4</source>
-          <target>1.4</target>
-        </configuration>
-      </plugin>
-      <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3.1</version>
         <configuration>
           <excludes>
             <exclude>**/Abstract*TestCase.java</exclude>