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 2020/01/02 08:52:34 UTC

[maven-dist-tool] 04/05: [Minor] Fix version of fluido-skin (1.7)

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 78fd76b3cd3bf6c850df6565fbab1d36c82f1d1d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 22 22:47:26 2019 +0100

    [Minor] Fix version of fluido-skin (1.7)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f787d7e..8f56047 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
                 <artifactItem>
                   <groupId>org.apache.maven.skins</groupId>
                   <artifactId>maven-fluido-skin</artifactId>
-                  <version>1.4</version>
+                  <version>1.7</version>
                   <outputDirectory>${project.build.directory}/site</outputDirectory>
                   <includes>**\/*.css, **\/*.png, **\/*.gif</includes>
                 </artifactItem>