You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@turbine.apache.org by gk...@apache.org on 2021/12/08 11:49:43 UTC

[turbine-core] branch trunk updated: update to parent pom v10-SNAPSHOT: remove site custom element, which is already configured there.

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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 48176a6  update to parent pom v10-SNAPSHOT: remove site custom element, which is already configured there.
48176a6 is described below

commit 48176a65cfa544bc9003f4ac727fe46934bcb7ca
Author: Georg Kallidis <gk...@cedis.fu-berlin.de>
AuthorDate: Wed Dec 8 12:31:04 2021 +0100

    update to parent pom v10-SNAPSHOT: remove site custom element, which is already configured there.
---
 pom.xml           |  2 +-
 src/site/site.xml | 14 +-------------
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/pom.xml b/pom.xml
index f0d9842..10fd020 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.turbine</groupId>
     <artifactId>turbine-parent</artifactId>
-    <version>9</version>
+    <version>10-SNAPSHOT</version>
   </parent>
   <artifactId>turbine</artifactId>
   <name>Apache Turbine</name>
diff --git a/src/site/site.xml b/src/site/site.xml
index ba27015..296e7eb 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -119,18 +119,6 @@
       
   </body>
   
-  <custom>   
-   <fluidoSkin>
-        <topBarEnabled>false</topBarEnabled>
-        <!-- topBarIcon>
-        <name>Apache Turbine</name>
-        <alt>Apache Turbine</alt>
-        <src>/images/turbine-project-apache-separate.png</src>
-        <href>https://turbine.apache.org/</href>
-      </topBarIcon>
-      <topBarContainerStyle>width: 95%;</topBarContainerStyle-->
-        <sideBarEnabled>true</sideBarEnabled>
-      </fluidoSkin>
-  </custom>
+  <!-- custom now configured in parent site -->
   
 </project>