Author: veithen
Date: Sun Jun 6 11:45:16 2010
New Revision: 951856
URL: http://svn.apache.org/viewvc?rev=951856&view=rev
Log:
Ensure build stability by specifying plugin versions where this was not yet the
case.
Modified:
webservices/commons/trunk/modules/axiom/pom.xml
Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=951856&r1=951855&r2=951856&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sun Jun 6 11:45:16 2010
@@ -423,6 +423,10 @@
<artifactId>maven-source-plugin</artifactId>
<version>2.0.4</version>
</plugin>
+ <plugin>
+ <artifactId>maven-dependency-plugin</artifactId>
+ <version>2.1</version>
+ </plugin>
</plugins>
</pluginManagement>
<plugins>
@@ -732,6 +736,7 @@
</plugin>
<plugin>
<artifactId>maven-site-plugin</artifactId>
+ <version>2.0.1</version>
<inherited>false</inherited>
</plugin>
</plugins>