You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2022/04/30 21:47:46 UTC

[maven-fluido-skin] 03/07: [MSKINS-180] Raise Doxia Sitetools prerequisite to 1.11.1

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit 18665825b16e1d675b5039fa887af7d6a9abec12
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Apr 30 21:53:28 2022 +0200

    [MSKINS-180] Raise Doxia Sitetools prerequisite to 1.11.1
---
 src/main/resources/META-INF/maven/skin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/META-INF/maven/skin.xml b/src/main/resources/META-INF/maven/skin.xml
index b3a12f2..711a213 100644
--- a/src/main/resources/META-INF/maven/skin.xml
+++ b/src/main/resources/META-INF/maven/skin.xml
@@ -22,6 +22,6 @@ under the License.
 <skin xmlns="http://maven.apache.org/SKIN/1.7.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/SKIN/1.7.0 http://maven.apache.org/xsd/skin-1.7.0.xsd">
   <prerequisites>
-    <doxia-sitetools>1.9.1</doxia-sitetools>
+    <doxia-sitetools>1.11.1</doxia-sitetools>
   </prerequisites>
 </skin>