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 0912d95a44a7b5deff94d849eeb3db05c1c91f18 Author: Georg Kallidis <[email protected]> AuthorDate: Tue Jun 15 08:33:26 2021 +0000 - update layout/skin - update raw exceptions in JSON component - fix format error in changes.xml git-svn-id: https://svn.apache.org/repos/asf/turbine/fulcrum/trunk/site@1890800 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/site.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index e4b00b4..4533166 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -32,7 +32,7 @@ <skin> <groupId>org.apache.maven.skins</groupId> <artifactId>maven-fluido-skin</artifactId> - <version>1.8</version> + <version>1.9</version> </skin> <body> @@ -86,12 +86,12 @@ <item name="Configuration" href="/fulcrum-configuration-impl/"/> <item name="DVSL" href="/fulcrum-dvsl/"/> <item name="Groovy" href="/fulcrum-groovy/"/> - <item name="Jetty" href="/fulcrum-jetty/"/> - <item name="Naming" href="/fulcrum-naming/"/> - <item name="OSWorkflow" href="/sites/osworkflow.html" collapse="true"> - <item name="OSWorkflow" href="/fulcrum-osworkflow/"/> - <item name="OSWorkflow Example" href="/fulcrum-osworkflow-example/"/> - </item> + <item name="Jetty" href="/fulcrum-jetty/"/> + <item name="Naming" href="/fulcrum-naming/"/> + <item name="OSWorkflow" href="/sites/osworkflow.html" collapse="true"> + <item name="OSWorkflow" href="/fulcrum-osworkflow/"/> + <item name="OSWorkflow Example" href="/fulcrum-osworkflow-example/"/> + </item> <item name="XMLRPC" href="/fulcrum-xmlrpc/"/> </menu>
