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
commit 37fc0b8d4077c6a281a415750485a5876ed8348c Author: Georg Kallidis <[email protected]> AuthorDate: Wed Sep 10 11:15:48 2025 +0200 Switch from site to project schema (decoration 1.8.0) in site.xml and update favicon to new (dynamic) Apache logo. --- pom.xml | 2 +- src/site/resources/images/favicon.ico | Bin 15406 -> 0 bytes src/site/site.xml | 17 ++++++----------- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 487d1c9a..525e800b 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.turbine</groupId> <artifactId>turbine-parent</artifactId> - <version>14</version> + <version>15-SNAPSHOT</version> <relativePath /> </parent> <artifactId>turbine</artifactId> diff --git a/src/site/resources/images/favicon.ico b/src/site/resources/images/favicon.ico deleted file mode 100644 index fbb05791..00000000 Binary files a/src/site/resources/images/favicon.ico and /dev/null differ diff --git a/src/site/site.xml b/src/site/site.xml index a0539348..e92df0a9 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -18,16 +18,12 @@ under the License. --> -<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" +<project xmlns="http://maven.apache.org/DECORATION/1.8.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd" name="Apache Turbine" combine.self="merge"> - <bannerLeft href="https://turbine.apache.org/"> - <image src="/images/turbine-project-apache-separate.png" alt="Apache Turbine" /> - </bannerLeft> - <bannerRight href="https://turbine.apache.org/"> - <image src="/images/logo.gif" /> - </bannerRight> + <!-- banners in parent --> + <publishDate format="dd MMMM yyyy" position="left" /> <version position="left" /> @@ -37,8 +33,7 @@ <head> <![CDATA[ - <link rel="icon" type="image/png" sizes="48x48" href="./images/favicon.ico"> - <link rel="icon" type="image/png" sizes="48x48" href="../images/favicon.ico"> + <link rel="icon" type="image/png" sizes="48x48" href="https://apache.org/favicons/favicon.ico"> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> ]]> </head> @@ -137,4 +132,4 @@ </fluidoSkin> </custom> -</site> +</project>
