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 2022/01/10 14:04:07 UTC

[turbine-fulcrum-factory] branch master updated (de52ead -> 1124523)

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

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


    from de52ead  Update parent poms
     new bfd7d25  Remove duplicate custom/skin setting (since Turbone Parent 10
     new 1124523  Update Turbine Parent 11

The 2 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.


Summary of changes:
 pom.xml           |  2 +-
 src/site/site.xml | 13 +------------
 2 files changed, 2 insertions(+), 13 deletions(-)

[turbine-fulcrum-factory] 01/02: Remove duplicate custom/skin setting (since Turbone Parent 10

Posted by gk...@apache.org.
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-factory.git

commit bfd7d253cf1568814f32ccc1fcdc21feb71b46b5
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Tue Dec 14 11:43:19 2021 +0100

    Remove duplicate custom/skin setting (since Turbone Parent 10
---
 src/site/site.xml | 13 +------------
 1 file changed, 1 insertion(+), 12 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 6b7f7d0..2da20e2 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -22,11 +22,6 @@
   xsi:schemaLocation="http://maven.apache.org/DECORATION/1.4.0 http://maven.apache.org/xsd/decoration-1.4.0.xsd"
   name="Fulcrum Factory">
   
-    <skin>
-    <groupId>org.apache.maven.skins</groupId>
-    <artifactId>maven-fluido-skin</artifactId>
-    <version>1.9</version>
-  </skin>
   
   <body>
     <menu name="Overview">
@@ -34,11 +29,5 @@
       <item name="ToDos"                href="/tasks.html" />
     </menu>
   </body>
-  
-  <custom>
-      <fluidoSkin>
-        <topBarEnabled>false</topBarEnabled>
-        <sideBarEnabled>true</sideBarEnabled>
-      </fluidoSkin>
-  </custom>  
+    
 </project>

[turbine-fulcrum-factory] 02/02: Update Turbine Parent 11

Posted by gk...@apache.org.
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-factory.git

commit 1124523e1f8c37695cdf38ed766914e8fe97cac6
Author: Georg Kallidis <gk...@apache.org>
AuthorDate: Mon Jan 10 14:25:37 2022 +0100

    Update Turbine Parent 11
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3aaa0c3..f9d81cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <artifactId>turbine-parent</artifactId>
        <groupId>org.apache.turbine</groupId>
-       <version>9</version>
+       <version>11</version>
        <relativePath />
   </parent>