You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@johnzon.apache.org by jl...@apache.org on 2023/05/09 13:47:05 UTC

[johnzon] branch master updated: Update Doxia dependencies so it works with latest Maven Site plugin

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

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/johnzon.git


The following commit(s) were added to refs/heads/master by this push:
     new fc25caaf Update Doxia dependencies so it works with latest Maven Site plugin
fc25caaf is described below

commit fc25caaf14f439ccfd51c23a951eaf2580a82f81
Author: Jean-Louis Monteiro <jl...@tomitribe.com>
AuthorDate: Tue May 9 15:46:56 2023 +0200

    Update Doxia dependencies so it works with latest Maven Site plugin
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ddd642ba..60ff841c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -280,12 +280,12 @@
           <dependency>
             <groupId>org.apache.maven.doxia</groupId>
             <artifactId>doxia-core</artifactId>
-            <version>1.7</version>
+            <version>1.10</version>
           </dependency>
           <dependency>
             <groupId>org.apache.maven.doxia</groupId>
             <artifactId>doxia-module-markdown</artifactId>
-            <version>1.7</version>
+            <version>1.11.1</version>
           </dependency>
         </dependencies>
       </plugin>