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

gk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/turbine-fulcrum-site.git

commit d0852e4e01d1938055b6e9a1555ac95c19bdd6a1
Author: Georg Kallidis <[email protected]>
AuthorDate: Thu Apr 30 12:42:20 2020 +0000

    - more modern skin, compatible with maven-site-plugin version 3.8.2
    
    git-svn-id: 
https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/site@1877202 
13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml           |  2 +-
 src/site/site.xml | 13 ++++++++++++-
 xdocs/index.xml   |  6 ++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0176b15..6f39989 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
        <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>6</version>
+       <version>7-SNAPSHOT</version>
   </parent>
   
   <groupId>org.apache.fulcrum</groupId>
diff --git a/src/site/site.xml b/src/site/site.xml
index 81df4ad..c7e00c2 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -29,6 +29,11 @@
   </bannerRight>   
   <publishDate format="dd MMMM yyyy" position="left" />
   <version position="left" />
+    <skin>
+    <groupId>org.apache.maven.skins</groupId>
+    <artifactId>maven-fluido-skin</artifactId>
+    <version>1.9</version>
+  </skin>
 
   <body>
 
@@ -93,5 +98,11 @@
 
     <menu ref="reports" inherit="bottom" />
 
-  </body>            
+  </body>
+  <custom>
+      <fluidoSkin>
+        <topBarEnabled>false</topBarEnabled>
+        <sideBarEnabled>true</sideBarEnabled>
+      </fluidoSkin>
+  </custom>  
 </project>
diff --git a/xdocs/index.xml b/xdocs/index.xml
index 5306d8b..23e6e3c 100644
--- a/xdocs/index.xml
+++ b/xdocs/index.xml
@@ -63,6 +63,12 @@
     <a href="http://www.apache.org/dyn/closer.cgi/turbine/fulcrum/";>the 
fulcrum download site</a>
     or from <a 
href="https://github.com/apache/turbine-fulcrum/releases";>Github Fulcrum 
Release</a> Section.
   </p>
+      <p>Please  <a class="externalLink" 
href="https://www.apache.org/info/verification.html";>verify the integrity</a>
+        of the downloaded files using the PGP signature (*.asc files) or the 
SHA512/SHA256 hash (*.sha512 or *.sha256 checksum files). <ul>
+        <li>Find the signatures/checksums <a 
href="https://downloads.apache.org/turbine/turbine-5.0/";>here</a> (in subfolder 
binaries or source) .</li>
+        <li>Find  the <a class="externalLink" 
href="https://www.apache.org/dist/turbine/KEYS";>public keys</a> used by the 
Turbine developers to sign the files.</li>
+        </ul>
+  </p>
 
 </section>
 

Reply via email to