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-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new b368bb8  Use new oak leaf logo
b368bb8 is described below

commit b368bb8aed0a5ad8336703405bfc3985afc71f2d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 23 14:10:07 2025 -0500

    Use new oak leaf logo
---
 src/media/commons-logo-component-100.xcf | Bin 0 -> 30726 bytes
 src/media/commons-logo-component.xcf     | Bin 0 -> 181407 bytes
 src/media/logo.png                       | Bin 0 -> 11934 bytes
 src/site/resources/images/logo.png       | Bin 0 -> 11934 bytes
 src/site/site.xml                        |  38 +++++++++++++++++--------------
 5 files changed, 21 insertions(+), 17 deletions(-)

diff --git a/src/media/commons-logo-component-100.xcf 
b/src/media/commons-logo-component-100.xcf
new file mode 100644
index 0000000..5c6d24c
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..374f6f0
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..4026194
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..4026194
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 e520900..773792a 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -15,20 +15,24 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<project name="Commons Release Plugin">
-
-    <body>
-        <menu name="Release Plugin">
-            <item name="Overview"                 href="/index.html" />
-            <item name="Download"                 
href="/download_release-plugin.cgi"/>
-            <item name="Release History"          href="/changes.html"/>
-            <item name="Plugin Documentation"     href="/plugin-info.html" />
-            <item name="Javadoc (Latest release)" 
href="javadocs/api-release/index.html"/>
-            <item name="Help"                     href="/development.html">
-                <item name="Issue Tracking"       href="/issue-tracking.html"/>
-                <item name="Development"          href="/development.html"/>
-            </item>
-        </menu>
-    </body>
-
-</project>
+<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 Commons Build Plugin">
+  <bannerRight name="Commons Release Plugin" href="/index.html">
+    <image src="/images/logo.png" />
+  </bannerRight>
+  <body>
+    <menu name="Release Plugin">
+      <item name="Overview" href="/index.html" />
+      <item name="Download" href="/download_release-plugin.cgi" />
+      <item name="Release History" href="/changes.html" />
+      <item name="Plugin Documentation" href="/plugin-info.html" />
+      <item name="Javadoc (Latest release)" 
href="javadocs/api-release/index.html" />
+      <item name="Help" href="/development.html">
+        <item name="Issue Tracking" href="/issue-tracking.html" />
+        <item name="Development" href="/development.html" />
+      </item>
+    </menu>
+  </body>
+</site>

Reply via email to