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 2019/07/27 20:41:39 UTC

[maven-default-skin] 01/02: [MSKINS-152] Upgrade Maven Doxia Sitetools to 1.9.1 in skin descriptor

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-default-skin.git

commit b75352b7aa89ff3c07c7fdfc26fc55ec6b524e58
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Jul 27 22:39:41 2019 +0200

    [MSKINS-152] Upgrade Maven Doxia Sitetools to 1.9.1 in skin descriptor
---
 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 4fd0c43..540e88d 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.7</doxia-sitetools>
+    <doxia-sitetools>1.9.1</doxia-sitetools>
   </prerequisites>
 </skin>