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:26 UTC

[maven-fluido-skin] branch fix-site-build created (now 34a4d21)

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

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


      at 34a4d21  Fix site build with reporting profile

This branch includes the following new commits:

     new 34a4d21  Fix site build with reporting profile

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by sj...@apache.org.
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>