Repository: orc Updated Branches: refs/heads/asf-site 24df6b0f7 -> a4456f21b
Update the DOAP file with the 1.0.0 release. Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/a4456f21 Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/a4456f21 Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/a4456f21 Branch: refs/heads/asf-site Commit: a4456f21bb76bec721927550252450d5f26a42cf Parents: 24df6b0 Author: Owen O'Malley <[email protected]> Authored: Sun Jan 31 10:26:33 2016 -0800 Committer: Owen O'Malley <[email protected]> Committed: Sun Jan 31 10:26:33 2016 -0800 ---------------------------------------------------------------------- doap_orc.rdf | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/a4456f21/doap_orc.rdf ---------------------------------------------------------------------- diff --git a/doap_orc.rdf b/doap_orc.rdf index 0c3e108..eddc984 100644 --- a/doap_orc.rdf +++ b/doap_orc.rdf @@ -24,7 +24,7 @@ <Project rdf:about="https://orc.apache.org"> <created>2015-05-12</created> <license rdf:resource="http://spdx.org/licenses/Apache-2.0" /> - <name>Apache Orc</name> + <name>Apache ORC</name> <homepage rdf:resource="https://orc.apache.org" /> <asfext:pmc rdf:resource="https://orc.apache.org" /> <shortdesc>A high-performance columnar file format for Hadoop workloads.</shortdesc> @@ -42,6 +42,13 @@ the values that are required for the current query.</description> <category rdf:resource="http://projects.apache.org/category/database" /> <category rdf:resource="http://projects.apache.org/category/hadoop" /> <category rdf:resource="http://projects.apache.org/category/library" /> + <release> + <Version> + <name>Apache ORC 1.0.0</name> + <created>2016-01-25</created> + <revision>1.0.0</revision> + </Version> + </release> <repository> <GitRepository> <location rdf:resource="https://git-wip-us.apache.org/repos/asf/orc.git"/>
