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 2022/08/05 18:51:59 UTC

[orc] branch branch-1.7 updated (277480027 -> aa687b9de)

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

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


    from 277480027 ORC-1241: Use `apache/orc-dev` DockerHub repository in Docker tests
     new eedd488b3 ORC-900: Update doap_orc.rdf for Apache Projects page (#806)
     new 9a7e61f5f MINOR: Update DOAP with new releases (#1127)
     new aa687b9de ORC-1238: Update DOAP with 1.7.5

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 site/doap_orc.rdf | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)


[orc] 02/03: MINOR: Update DOAP with new releases (#1127)

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9a7e61f5f5717321ef06c426ce781b7e7e1405f4
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Wed May 18 20:52:56 2022 -0700

    MINOR: Update DOAP with new releases (#1127)
    
    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.
    
    To keep DOAP up-to-date.
    
    Manual review.
    
    (cherry picked from commit a28784e06d9291fa5a9d1019181054f97ab5d6b8)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 49920551c728e729128f2d5a23416b57a741691c)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 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>


[orc] 03/03: ORC-1238: Update DOAP with 1.7.5

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit aa687b9de2dd843d4fe1fb0034f6d2bccffa2779
Author: William Hyun <wi...@apache.org>
AuthorDate: Wed Aug 3 22:28:18 2022 -0700

    ORC-1238: Update DOAP with 1.7.5
    
    ### What changes were proposed in this pull request?
    This PR aims to update DOAP with 1.7.5
    
    ### Why are the changes needed?
    To keep DOAP up to date.
    
    ### How was this patch tested?
    Manually.
    
    Closes #1209 from williamhyun/DOAP.
    
    Authored-by: William Hyun <wi...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit 4f9c74b5e080eb38286a5c60e90cf17544925078)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    (cherry picked from commit af2f4d84de567323876fa407a66c4a86387785c3)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 site/doap_orc.rdf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/doap_orc.rdf b/site/doap_orc.rdf
index cdeabaf99..ef602495e 100644
--- a/site/doap_orc.rdf
+++ b/site/doap_orc.rdf
@@ -45,8 +45,8 @@ the values that are required for the current query.</description>
     <release>
       <Version>
         <name>Latest release</name>
-        <created>2022-04-15</created>
-        <revision>1.7.4</revision>
+        <created>2022-06-16</created>
+        <revision>1.7.5</revision>
       </Version>
       <Version>
         <name>Stable release</name>


[orc] 01/03: ORC-900: Update doap_orc.rdf for Apache Projects page (#806)

Posted by do...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit eedd488b3e1d781183def73dd0a00104c04f8985
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
    
    (cherry picked from commit 117e87c70b34fb793f01153fdea24111d2223e71)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 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 917c8b6c0..db772c2c8 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>