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

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 4302f90b YETUS-1219. Yetus DOAP file has a parsing error (#313)
4302f90b is described below

commit 4302f90b520acfd0666a39c35c6a71eda51b6995
Author: Allen Wittenauer <a...@apache.org>
AuthorDate: Thu Sep 7 09:27:51 2023 -0700

    YETUS-1219. Yetus DOAP file has a parsing error (#313)
    
    Signed-off-by: Nick Dimiduk <ndimi...@apache.org>
---
 asf-site-src/source/doap_yetus.rdf | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/asf-site-src/source/doap_yetus.rdf 
b/asf-site-src/source/doap_yetus.rdf
index 437bf8ff..f7d715c3 100644
--- a/asf-site-src/source/doap_yetus.rdf
+++ b/asf-site-src/source/doap_yetus.rdf
@@ -2,8 +2,8 @@
 <?xml-stylesheet type="text/xsl"?>
 <rdf:RDF xml:lang="en"
          xmlns="http://usefulinc.com/ns/doap#";
-         xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#";
-         xmlns:asfext="https://projects.apache.org/ns/asfext#";
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:asfext="http://projects.apache.org/ns/asfext#";
          xmlns:foaf="http://xmlns.com/foaf/0.1/";>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one or more
@@ -13,7 +13,7 @@
     (the "License"); you may not use this file except in compliance with
     the License.  You may obtain a copy of the License at
 
-         http://www.apache.org/licenses/LICENSE-2.0
+         https://www.apache.org/licenses/LICENSE-2.0
 
     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,

Reply via email to