You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/01/10 16:24:47 UTC

[maven-plugin-tools] 03/11: [MPLUGIN-387] Upgrade Doxia/Doxia Tools to 1.11.1

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git

commit 86d870fbc4a3aa1cd3b8da8a2fde015e5e8dfe43
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Jan 8 14:12:00 2022 +0100

    [MPLUGIN-387] Upgrade Doxia/Doxia Tools to 1.11.1
---
 maven-plugin-plugin/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/maven-plugin-plugin/pom.xml b/maven-plugin-plugin/pom.xml
index 737d911..4a8a715 100644
--- a/maven-plugin-plugin/pom.xml
+++ b/maven-plugin-plugin/pom.xml
@@ -42,8 +42,8 @@
   </prerequisites>
 
   <properties>
-    <doxiaVersion>1.9.1</doxiaVersion>
-    <doxia-sitetoolsVersion>1.9.2</doxia-sitetoolsVersion>
+    <doxiaVersion>1.11.1</doxiaVersion>
+    <doxia-sitetoolsVersion>1.11.1</doxia-sitetoolsVersion>
     <it.debug>true</it.debug>
   </properties>