You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2008/06/06 17:57:52 UTC

svn commit: r663992 - /webservices/sandesha/trunk/java/pom.xml

Author: davidillsley
Date: Fri Jun  6 08:57:52 2008
New Revision: 663992

URL: http://svn.apache.org/viewvc?rev=663992&view=rev
Log:
Force maven-dependency-plugin to 2.0

Modified:
    webservices/sandesha/trunk/java/pom.xml

Modified: webservices/sandesha/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/java/pom.xml?rev=663992&r1=663991&r2=663992&view=diff
==============================================================================
--- webservices/sandesha/trunk/java/pom.xml (original)
+++ webservices/sandesha/trunk/java/pom.xml Fri Jun  6 08:57:52 2008
@@ -115,6 +115,15 @@
                 <version>2.2</version>
             </plugin>
         </plugins>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     </build>
 
     <scm>



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org