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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5e6a4cddf MINOR: Fix syntax of DOAP
5e6a4cddf is described below

commit 5e6a4cddf8599e351338030a2ceae919308f4848
Author: Arnout Engelen <[email protected]>
AuthorDate: Thu Jul 18 22:00:28 2024 -0700

    MINOR: Fix syntax of DOAP
    
    ### What changes were proposed in this pull request?
    
    I'm having some trouble finding an authoritative reference, but it looks 
like a release (which is a property) may not contain multiple Versions (which 
is a node) in RDF/XML. The python rdflib at least doesn't support it, and 
whatever generates https://projects.apache.org/json/projects/orc.json and 
https://projects.apache.org/project.html?orc also doesn't seem to process it 
correctly.
    
    ### Why are the changes needed?
    
    So infrastructure that uses the information for the DOAP does the right 
thing.
    
    ### How was this patch tested?
    
    n/a
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    no
    
    Closes #1964 from raboof/patch-1.
    
    Authored-by: Arnout Engelen <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 site/doap_orc.rdf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site/doap_orc.rdf b/site/doap_orc.rdf
index f7a4b993f..79fb7ea99 100644
--- a/site/doap_orc.rdf
+++ b/site/doap_orc.rdf
@@ -48,6 +48,8 @@ the values that are required for the current 
query.</description>
         <created>2022-12-02</created>
         <revision>1.8.1</revision>
       </Version>
+    </release>
+    <release>
       <Version>
         <name>Stable release</name>
         <created>2022-11-17</created>

Reply via email to