Author: hboutemy
Date: Tue Apr  1 14:02:10 2008
New Revision: 643564

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

Modified:
    maven/plugins/trunk/maven-deploy-plugin/pom.xml

Modified: maven/plugins/trunk/maven-deploy-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-deploy-plugin/pom.xml?rev=643564&r1=643563&r2=643564&view=diff
==============================================================================
--- maven/plugins/trunk/maven-deploy-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-deploy-plugin/pom.xml Tue Apr  1 14:02:10 2008
@@ -77,6 +77,16 @@
     </dependency>
   </dependencies>
   <build>
+    <pluginManagement>
+      <!-- TODO: remove when maven-plugin-plugin 2.4.2 is released, then 
version can be set in parent pom -->
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>2.4.2-SNAPSHOT</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <artifactId>maven-deploy-plugin</artifactId>


Reply via email to