You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by da...@apache.org on 2008/12/31 04:19:39 UTC

svn commit: r730300 - /maven/wagon/trunk/pom.xml

Author: dantran
Date: Tue Dec 30 19:19:39 2008
New Revision: 730300

URL: http://svn.apache.org/viewvc?rev=730300&view=rev
Log:
Revert plexus-maven-plugin  to 1.3.5 after ugprade to maven-parent-10

Modified:
    maven/wagon/trunk/pom.xml

Modified: maven/wagon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/wagon/trunk/pom.xml?rev=730300&r1=730299&r2=730300&view=diff
==============================================================================
--- maven/wagon/trunk/pom.xml (original)
+++ maven/wagon/trunk/pom.xml Tue Dec 30 19:19:39 2008
@@ -245,6 +245,12 @@
             <redirectTestOutputToFile>true</redirectTestOutputToFile>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.codehaus.plexus</groupId>
+          <artifactId>plexus-maven-plugin</artifactId>
+          <!-- the one in maven-parent-10 and after is no longer backward compatible-->
+          <version>1.3.5</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-commits-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-commits-help@maven.apache.org