You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/10/15 17:34:06 UTC

[maven-dependency-plugin] 02/03: [MDEP-626] Upgrade Doxia and add doxia-core

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch mthmulders-MDEP-626-mthmulders
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit ca9613f437e86da112d1bb4b2b8327d151edb9d9
Author: Maarten Mulders <m....@xs4all.nl>
AuthorDate: Tue Oct 15 09:29:10 2019 +0200

    [MDEP-626] Upgrade Doxia and add doxia-core
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b0351cc..9010515 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.0</mavenVersion>
-    <doxiaVersion>1.4</doxiaVersion>
+    <doxiaVersion>1.9</doxiaVersion>
     <pluginTestingVersion>2.1</pluginTestingVersion>
     <javaVersion>7</javaVersion>
   </properties>
@@ -174,6 +174,11 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
+      <artifactId>doxia-core</artifactId>
+      <version>${doxiaVersion}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-site-renderer</artifactId>
       <version>${doxiaVersion}</version>
     </dependency>