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 2014/12/16 02:01:11 UTC

svn commit: r1645807 - /maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Author: hboutemy
Date: Tue Dec 16 01:01:11 2014
New Revision: 1645807

URL: http://svn.apache.org/r1645807
Log:
updated maven-reporting-impl and Doxia versions

Modified:
    maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml

Modified: maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml?rev=1645807&r1=1645806&r2=1645807&view=diff
==============================================================================
--- maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugin-tools/trunk/maven-plugin-plugin/pom.xml Tue Dec 16 01:01:11 2014
@@ -42,8 +42,8 @@
   </prerequisites>
 
   <properties>
-    <doxiaVersion>1.2</doxiaVersion>
-    <doxia-sitetoolsVersion>1.2</doxia-sitetoolsVersion>
+    <doxiaVersion>1.4</doxiaVersion>
+    <doxia-sitetoolsVersion>1.4</doxia-sitetoolsVersion>
     <it.debug>true</it.debug>
     <mavenPluginPluginVersion>3.3</mavenPluginPluginVersion>
   </properties>
@@ -126,7 +126,7 @@
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.1</version><!-- 2.2 causes IT failure with mvn 2.2.1 -->
+      <version>2.3</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>