You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2014/05/01 22:05:23 UTC

svn commit: r1591759 - /maven/plugins/trunk/maven-dependency-plugin/pom.xml

Author: krosenvold
Date: Thu May  1 20:05:23 2014
New Revision: 1591759

URL: http://svn.apache.org/r1591759
Log:
Upgraded doxia version to avoid problems in multithreaded build

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

Modified: maven/plugins/trunk/maven-dependency-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-dependency-plugin/pom.xml?rev=1591759&r1=1591758&r2=1591759&view=diff
==============================================================================
--- maven/plugins/trunk/maven-dependency-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-dependency-plugin/pom.xml Thu May  1 20:05:23 2014
@@ -79,7 +79,7 @@ under the License.
 
   <properties>
     <mavenVersion>2.0.9</mavenVersion>
-    <doxiaVersion>1.0</doxiaVersion>
+    <doxiaVersion>1.4</doxiaVersion>
     <pluginTestingVersion>2.1</pluginTestingVersion>
     <mavenPluginPluginVersion>3.2</mavenPluginPluginVersion>
   </properties>
@@ -131,7 +131,12 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.0.5</version>
+      <version>2.2</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-io</groupId>
+      <artifactId>commons-io</artifactId>
+      <version>1.4</version>
     </dependency>
 
     <!-- doxia -->