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:26:05 UTC

svn commit: r1591765 - /maven/plugins/trunk/maven-invoker-plugin/pom.xml

Author: krosenvold
Date: Thu May  1 20:26:04 2014
New Revision: 1591765

URL: http://svn.apache.org/r1591765
Log:
Upgraded doxia/reporting

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

Modified: maven/plugins/trunk/maven-invoker-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-invoker-plugin/pom.xml?rev=1591765&r1=1591764&r2=1591765&view=diff
==============================================================================
--- maven/plugins/trunk/maven-invoker-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-invoker-plugin/pom.xml Thu May  1 20:26:04 2014
@@ -61,7 +61,7 @@ under the License.
 
   <properties>
     <mavenVersion>2.2.1</mavenVersion>
-    <doxiaVersion>1.1.4</doxiaVersion>
+    <doxiaVersion>1.4</doxiaVersion>
     <doxia-sitetoolsVersion>1.1.4</doxia-sitetoolsVersion>
     <beanshell-groupId>org.beanshell</beanshell-groupId>
     <beanshell-artifactId>bsh</beanshell-artifactId>
@@ -118,7 +118,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.1</version>
+      <version>2.2</version>
     </dependency>
 
     <dependency>