This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
commit 653e9d765b2da04142270223c73515c8047fda69 Author: Gary Gregory <[email protected]> AuthorDate: Sun Nov 23 14:03:56 2025 -0500 Use new oak leaf logo --- src/media/commons-logo-component-100.xcf | Bin 0 -> 30021 bytes src/media/commons-logo-component.xcf | Bin 0 -> 175524 bytes src/media/logo.png | Bin 0 -> 10787 bytes src/site/resources/images/logo.png | Bin 0 -> 10787 bytes src/site/site.xml | 3 +++ 5 files changed, 3 insertions(+) diff --git a/src/media/commons-logo-component-100.xcf b/src/media/commons-logo-component-100.xcf new file mode 100644 index 0000000..7f99cc4 Binary files /dev/null and b/src/media/commons-logo-component-100.xcf differ diff --git a/src/media/commons-logo-component.xcf b/src/media/commons-logo-component.xcf new file mode 100644 index 0000000..2af0dff Binary files /dev/null and b/src/media/commons-logo-component.xcf differ diff --git a/src/media/logo.png b/src/media/logo.png new file mode 100644 index 0000000..1e73202 Binary files /dev/null and b/src/media/logo.png differ diff --git a/src/site/resources/images/logo.png b/src/site/resources/images/logo.png new file mode 100644 index 0000000..1e73202 Binary files /dev/null and b/src/site/resources/images/logo.png differ diff --git a/src/site/site.xml b/src/site/site.xml index 10fad14..b934e1c 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -19,6 +19,9 @@ 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 Commons Build Plugin"> + <bannerRight name="Commons Build Plugin" href="/index.html"> + <image src="/images/logo.png" /> + </bannerRight> <body> <menu name="Build Plugin"> <item name="Overview" href="/index.html"/>
