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 <[email protected]> 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  ### How was this patch tested? N/A (cherry picked from commit 117e87c70b34fb793f01153fdea24111d2223e71) 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 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:[email protected]"/> + <foaf:name>Dongjoon Hyun</foaf:name> + <foaf:mbox rdf:resource="mailto:[email protected]"/> </foaf:Person> </maintainer> </Project>
