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-parent.git
The following commit(s) were added to refs/heads/master by this push: new a8b9807 Use latest fluio, update site.xml to use site-2.0.0.xsd, update plugin surefire to 3.5.0, project-info to 3.7.0 use dynamic turbine.site.path in github fork link a8b9807 is described below commit a8b980772095f9dee4d22eb96154f51d1ad9a8df Author: gemkall <georg.kalli...@fu-berlin.de> AuthorDate: Wed Sep 11 14:46:18 2024 +0200 Use latest fluio, update site.xml to use site-2.0.0.xsd, update plugin surefire to 3.5.0, project-info to 3.7.0 use dynamic turbine.site.path in github fork link --- pom.xml | 4 ++-- src/site/site.xml | 33 ++++++++++++++++----------------- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index bf24429..46261af 100644 --- a/pom.xml +++ b/pom.xml @@ -643,12 +643,12 @@ <!-- Plugin versions (allows same value in reporting and build sections) --> <turbine.compiler.version>3.13.0</turbine.compiler.version> - <turbine.surefire.version>3.3.1</turbine.surefire.version> + <turbine.surefire.version>3.5.0</turbine.surefire.version> <turbine.javadoc.version>3.10.0</turbine.javadoc.version> <turbine.rat.version>0.16</turbine.rat.version> <turbine.changes.version>2.12.1</turbine.changes.version> <turbine.jxr.version>3.3.2</turbine.jxr.version> - <turbine.project-info.version>3.2.2</turbine.project-info.version> + <turbine.project-info.version>3.7.0</turbine.project-info.version> <!-- unused : turbine.wagon-ssh.version>3.4.3</turbine.wagon-ssh.version as in apache pom : turbine.site.version>3.9.1</turbine.site.version --> <turbine.findbugs.version>3.0.5</turbine.findbugs.version> diff --git a/src/site/site.xml b/src/site/site.xml index 1b2195d..a0b5f16 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -17,21 +17,25 @@ specific language governing permissions and limitations under the License. --> -<project xmlns="http://maven.apache.org/DECORATION/1.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd" name="Apache Turbine"> - <bannerLeft> - <name>Apache Turbine</name> - <alt>Apache Turbine</alt> - <src>https://turbine.apache.org/images/turbine-project.png</src> - <href>https://turbine.apache.org/</href> +<site xmlns="http://maven.apache.org/SITE/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd" + name="Apache Turbine"> + + <bannerLeft href="https://turbine.apache.org/" target="_blank"> + <image src="https://turbine.apache.org/images/turbine-project.png" alt="Apache Turbine" /> </bannerLeft> <publishDate format="dd MMMM yyyy" position="left" /> <version position="left" /> + <skin> + <groupId>org.apache.maven.skins</groupId> + <artifactId>maven-fluido-skin</artifactId> + <version>2.0.0-M10</version> + </skin> <body> + <head></head> <links> <item name="Apache" href="https://www.apache.org"/> - <item name="Turbine" href="https://turbine.apache.org/" /> + <item name="Turbine" href="https://turbine.apache.org/" /> <item name="Fulcrum" href="https://turbine.apache.org/fulcrum/" /> </links> <menu ref="reports" inherit="bottom" /> @@ -44,7 +48,7 @@ <item name="Security" href="https://www.apache.org/security/" /> </menu> </body> - <custom> + <custom> <fluidoSkin> <topBarEnabled>false</topBarEnabled> <sideBarEnabled>true</sideBarEnabled> @@ -52,15 +56,10 @@ <sitesearch>${project.url}</sitesearch> </googleSearch> <gitHub> - <projectId>apache/turbine-core</projectId> + <projectId>apache/${turbine.site.path}</projectId> <ribbonOrientation>right</ribbonOrientation> <ribbonColor>orange</ribbonColor> </gitHub> </fluidoSkin> </custom> - <skin> - <groupId>org.apache.maven.skins</groupId> - <artifactId>maven-fluido-skin</artifactId> - <version>2.0.0-M8</version> - </skin> -</project> +</site>