Author: veithen
Date: Tue Jul 27 22:04:17 2010
New Revision: 979886

URL: http://svn.apache.org/viewvc?rev=979886&view=rev
Log:
Let the org.apache:apache super-POM choose the version of the 
maven-remote-resources-plugin. No need to downgrade from 1.1 to 1.0 in the 
Axis2 build.

Modified:
    axis/axis2/java/core/trunk/modules/parent/pom.xml

Modified: axis/axis2/java/core/trunk/modules/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/modules/parent/pom.xml?rev=979886&r1=979885&r2=979886&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/modules/parent/pom.xml (original)
+++ axis/axis2/java/core/trunk/modules/parent/pom.xml Tue Jul 27 22:04:17 2010
@@ -1209,10 +1209,6 @@
                     <version>2.1-beta-1</version>
                 </plugin>
                 <plugin>
-                    <artifactId>maven-remote-resources-plugin</artifactId>
-                    <version>1.0</version>                
-                </plugin>
-                <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>build-helper-maven-plugin</artifactId>
                     <version>1.4</version>


Reply via email to