Author: hboutemy
Date: Tue Apr  1 02:34:35 2008
New Revision: 643335

URL: http://svn.apache.org/viewvc?rev=643335&view=rev
Log:
fixed maven-deploy-plugin compilation failure due to MPLUGIN-107

Modified:
    maven/plugins/trunk/pom.xml

Modified: maven/plugins/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/pom.xml?rev=643335&r1=643334&r2=643335&view=diff
==============================================================================
--- maven/plugins/trunk/pom.xml (original)
+++ maven/plugins/trunk/pom.xml Tue Apr  1 02:34:35 2008
@@ -182,7 +182,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>2.4.1</version>
+          <version>2.4.2-SNAPSHOT</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>


Reply via email to