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

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


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new 80cdeaecb MINOR: Update DOAP file
80cdeaecb is described below

commit 80cdeaecb3a9002164c4a59ec667252652beb660
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Jan 5 13:20:54 2023 -0800

    MINOR: Update DOAP file
    
    (cherry picked from commit eee67e192017ee78fa89061ffc8a013c0daf14c7)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 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 ef602495e..f7a4b993f 100644
--- a/site/doap_orc.rdf
+++ b/site/doap_orc.rdf
@@ -35,7 +35,7 @@ a columnar format lets the reader read, decompress, and 
process only
 the values that are required for the current query.</description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/orc"; />
     <mailing-list rdf:resource="https://orc.apache.org/develop"; />
-    <download-page rdf:resource="https://orc.apache.org/docs/releases.html"; />
+    <download-page rdf:resource="https://orc.apache.org/releases"; />
     <programming-language>Java</programming-language>
     <programming-language>C++</programming-language>
     <category rdf:resource="http://projects.apache.org/category/big-data"; />
@@ -45,13 +45,13 @@ the values that are required for the current 
query.</description>
     <release>
       <Version>
         <name>Latest release</name>
-        <created>2022-06-16</created>
-        <revision>1.7.5</revision>
+        <created>2022-12-02</created>
+        <revision>1.8.1</revision>
       </Version>
       <Version>
         <name>Stable release</name>
-        <created>2022-04-14</created>
-        <revision>1.6.14</revision>
+        <created>2022-11-17</created>
+        <revision>1.7.7</revision>
       </Version>
     </release>
     <repository>

Reply via email to