You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/04/17 12:48:27 UTC

[maven-fluido-skin] 01/01: Fix site build with reporting profile

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

sjaranowski pushed a commit to branch fix-site-build
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit 34a4d2174c65600456435b54e216ef5919508a94
Author: Slawomir Jaranowski <sl...@payu.pl>
AuthorDate: Sun Apr 17 14:47:56 2022 +0200

    Fix site build with reporting profile
---
 src/site/site.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index b6a8d77..f3920e3 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -27,7 +27,9 @@ under the License.
   <skin>
     <groupId>org.apache.maven.skins</groupId>
     <artifactId>maven-fluido-skin</artifactId>
-    <version>${project.version}</version>
+    <!-- TODO check with next parent, and next m-site-p -->
+<!--    <version>${project.version}</version>-->
+    <version>1.10.0</version>
   </skin>
 
   <custom>