Repository: orc Updated Branches: refs/heads/master 6fdf75ef7 -> 976ab0d3a
ORC-254. Putting the badge back on README.md. Signed-off-by: Owen O'Malley <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/orc/repo Commit: http://git-wip-us.apache.org/repos/asf/orc/commit/976ab0d3 Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/976ab0d3 Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/976ab0d3 Branch: refs/heads/master Commit: 976ab0d3a2687335fa502645dea109537bce2a55 Parents: 6fdf75e Author: Owen O'Malley <[email protected]> Authored: Mon Oct 16 16:26:47 2017 -0700 Committer: Owen O'Malley <[email protected]> Committed: Mon Oct 16 16:38:48 2017 -0700 ---------------------------------------------------------------------- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/976ab0d3/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 4fa8927..b66d8c5 100644 --- a/README.md +++ b/README.md @@ -20,15 +20,16 @@ a C++ library for reading the _Optimized Row Columnar_ (ORC) file format. The C++ and Java libraries are completely independent of each other and will each read all versions of ORC files. +Releases: +* Latest: <a href="http://orc.apache.org/releases">Apache ORC releases</a> +* Maven Central: <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22"></a> +* Downloads: <a href="http://orc.apache.org/downloads">Apache ORC downloads</a> + The current build status: * Master branch <a href="https://travis-ci.org/apache/orc/branches"> </a> * <a href="https://travis-ci.org/apache/orc/pull_requests">Pull Requests</a> -Latest release: from <a href="http://orc.apache.org/releases">Apache</a> and -<a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22">Maven Central</a> - -Downloads: <a href="http://orc.apache.org/downloads">Apache Dist</a> Bug tracking: <a href="http://orc.apache.org/bugs">Apache Jira</a>
