You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2019/02/05 15:37:30 UTC

[incubator-plc4x] branch develop updated: - Updated to the newest reflow-maven-skin - Suppressed the project version in the generated site

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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8489b9f  - Updated to the newest reflow-maven-skin - Suppressed the project version in the generated site
8489b9f is described below

commit 8489b9f0483f922b62351dee4f6ace69a15339af
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Tue Feb 5 16:37:19 2019 +0100

    - Updated to the newest reflow-maven-skin
    - Suppressed the project version in the generated site
---
 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 f30c01e..204d60a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -22,11 +22,13 @@
   <skin>
     <groupId>io.github.devacfr.maven.skins</groupId>
     <artifactId>reflow-maven-skin</artifactId>
-    <version>1.4.0</version>
+    <version>1.5.0</version>
   </skin>
 
   <!-- Hide the publish date as this will cause changes on every generated page every day -->
   <publishDate position="none"/>
+  <!-- Hide the version as we are usually deploying the develop version -->
+  <version position="none" />
 
   <!--
       Details on how to configure the reflow skin: