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/08/20 09:13:05 UTC

[maven-dist-tool] 01/07: sync skin version

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-dist-tool.git

commit 15e52fb8bb7b55787b35f70100b30ea621fbc0d5
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Aug 20 09:57:46 2022 +0200

    sync skin version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 77842f0..052055e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
                 <artifactItem>
                   <groupId>org.apache.maven.skins</groupId>
                   <artifactId>maven-fluido-skin</artifactId>
-                  <version>1.10.0</version>
+                  <version>1.11.1</version>
                   <outputDirectory>${project.build.directory}/site</outputDirectory>
                   <includes>**\/*.css, **\/*.png, **\/*.gif</includes>
                 </artifactItem>