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 a28784e06 MINOR: Update DOAP with new releases (#1127)
a28784e06 is described below

commit a28784e06d9291fa5a9d1019181054f97ab5d6b8
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed May 18 20:52:56 2022 -0700

    MINOR: Update DOAP with new releases (#1127)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to update Apache ORC 
[DOAP](https://en.wikipedia.org/wiki/DOAP) with new releases, Apache ORC 1.7.4 
and 1.6.14.
    
    ### Why are the changes needed?
    
    To keep DOAP up-to-date.
    
    ### How was this patch tested?
    
    Manual review.
---
 site/doap_orc.rdf | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/site/doap_orc.rdf b/site/doap_orc.rdf
index db772c2c8..cdeabaf99 100644
--- a/site/doap_orc.rdf
+++ b/site/doap_orc.rdf
@@ -44,9 +44,14 @@ 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.6.9</name>
-        <created>2021-07-02</created>
-        <revision>1.6.9</revision>
+        <name>Latest release</name>
+        <created>2022-04-15</created>
+        <revision>1.7.4</revision>
+      </Version>
+      <Version>
+        <name>Stable release</name>
+        <created>2022-04-14</created>
+        <revision>1.6.14</revision>
       </Version>
     </release>
     <repository>

Reply via email to