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-bsf.git


The following commit(s) were added to refs/heads/master by this push:
     new e2b95e0  Fix menu title
e2b95e0 is described below

commit e2b95e0e03862f79954a8acf013673d6b5ef975a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jul 17 17:53:06 2025 -0400

    Fix menu title
---
 src/site/site.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index b614fe3..5d0b245 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,11 +21,11 @@
   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 BSF">
-  <bannerRight name="Commons BCEL" href="/index.html">
+  <bannerRight name="Commons BSF" href="/index.html">
     <image src="/images/logo.png"/>
   </bannerRight>
   <body>
-    <menu name="Commons BCEL">
+    <menu name="Commons BSF">
       <!-- Start: For all components. -->
       <item name="About" href="index.html" />
       <item name="Asking Questions" href="/mail-lists.html" />

Reply via email to