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

[maven-fluido-skin] branch master updated: Fix site build with reporting profile (#20)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new d1e96fb  Fix site build with reporting profile (#20)
d1e96fb is described below

commit d1e96fbf7c6edbf5177fc1242ab680094c5f2488
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Apr 18 02:04:43 2022 +0200

    Fix site build with reporting profile (#20)
---
 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..9b268bd 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>