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/06 00:34:43 UTC

svn commit: r683005 - /maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Author: aheritier
Date: Tue Aug  5 15:34:43 2008
New Revision: 683005

URL: http://svn.apache.org/viewvc?rev=683005&view=rev
Log:
Remove plugins versions already defined in parent

Modified:
    maven/plugins/trunk/maven-remote-resources-plugin/pom.xml

Modified: maven/plugins/trunk/maven-remote-resources-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-remote-resources-plugin/pom.xml?rev=683005&r1=683004&r2=683005&view=diff
==============================================================================
--- maven/plugins/trunk/maven-remote-resources-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-remote-resources-plugin/pom.xml Tue Aug  5 15:34:43 2008
@@ -125,7 +125,6 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-18</version>
         <executions>
           <execution>
             <id>site-docs</id>
@@ -186,20 +185,5 @@
         </executions>
       </plugin>
     </plugins>
-    <pluginManagement>
-      <plugins>
-        <!-- to be removed when parent is upgraded -->
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-release-plugin</artifactId>
-          <version>2.0-beta-7</version>
-        </plugin>
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-source-plugin</artifactId>
-          <version>2.0.4</version>
-        </plugin>
-      </plugins>
-    </pluginManagement>
   </build>
 </project>