You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/08/02 17:20:20 UTC

[orc] branch main updated: ORC-900: Update doap_orc.rdf for Apache Projects page (#806)

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 117e87c  ORC-900: Update doap_orc.rdf for Apache Projects page (#806)
117e87c is described below

commit 117e87c70b34fb793f01153fdea24111d2223e71
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Mon Aug 2 10:20:16 2021 -0700

    ORC-900: Update doap_orc.rdf for Apache Projects page (#806)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to update `doap_orc.rdf` file.
    
    ### Why are the changes needed?
    
    The following Apache Projects page is populated from `doap_orc.rdf`. We need to keep it up-to-date. For example, we need to show `1.6.9 (2021-07-02): Apache ORC 1.6.9` instead `1.4.3 (2018-02-09): Apache ORC 1.4.3`.
    - https://projects.apache.org/project.html?orc
    
    ![Screen Shot 2021-08-02 at 9 54 06 AM](https://user-images.githubusercontent.com/9700541/127896944-4c9d3c4a-d349-4534-b4ee-2d915853d916.png)
    
    
    ### How was this patch tested?
    
    N/A
---
 site/doap_orc.rdf | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/site/doap_orc.rdf b/site/doap_orc.rdf
index 917c8b6..db772c2 100644
--- a/site/doap_orc.rdf
+++ b/site/doap_orc.rdf
@@ -44,9 +44,9 @@ the values that are required for the current query.</description>
     <category rdf:resource="http://projects.apache.org/category/library" />
     <release>
       <Version>
-        <name>Apache ORC 1.4.3</name>
-        <created>2018-02-09</created>
-        <revision>1.4.3</revision>
+        <name>Apache ORC 1.6.9</name>
+        <created>2021-07-02</created>
+        <revision>1.6.9</revision>
       </Version>
     </release>
     <repository>
@@ -57,8 +57,8 @@ the values that are required for the current query.</description>
     </repository>
     <maintainer>
       <foaf:Person>
-        <foaf:name>Owen O'Malley</foaf:name>
-          <foaf:mbox rdf:resource="mailto:omalley@apache.org"/>
+        <foaf:name>Dongjoon Hyun</foaf:name>
+          <foaf:mbox rdf:resource="mailto:dongjoon@apache.org"/>
       </foaf:Person>
     </maintainer>
   </Project>