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 e13d13a  Fix menu title
e13d13a is described below

commit e13d13a263cdf5539218fff5ed2aaa36576b4b59
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Jul 17 17:52:45 2025 -0400

    Fix menu title
---
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index f43ae63..b614fe3 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -20,7 +20,7 @@
 <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 BCEL">
+  name="Apache Commons BSF">
   <bannerRight name="Commons BCEL" href="/index.html">
     <image src="/images/logo.png"/>
   </bannerRight>

Reply via email to