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

svn commit: r643335 - /maven/plugins/trunk/pom.xml

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>