This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 1.x
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit fc9d1a41d9f583aea4dcc01b117fe32f514697cf
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jun 5 11:09:05 2025 +0100

    Fix site build warning
---
 src/site/site.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 8bc91fd1..c3495c01 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -15,13 +15,13 @@
  See the License for the specific language governing permissions and
  limitations under the License.
 -->
-<project name="FileUpload" xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
https://maven.apache.org/xsd/decoration-1.1.0.xsd";>
-
-  <bannerRight>
-    <name>Commons FileUpload</name>
-    <src>/images/logo.png</src>
-    <href>/index.html</href>
+<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 
http://maven.apache.org/xsd/site-2.0.0.xsd";
+  name="Apache Commons FileUpload">
+  
+  <bannerRight name ="Commons FileUpload" href="/index.html">
+    <image src="/images/logo.png"/>
   </bannerRight>
 
   <body>
@@ -40,4 +40,4 @@
     </menu>
   </body>
 
-</project>
+</site>

Reply via email to