Repository: orc Updated Branches: refs/heads/master 027c9d7e8 -> 6fdf75ef7
ORC-254: Add badge for latest released version to README.md Fixes #178 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/6fdf75ef Tree: http://git-wip-us.apache.org/repos/asf/orc/tree/6fdf75ef Diff: http://git-wip-us.apache.org/repos/asf/orc/diff/6fdf75ef Branch: refs/heads/master Commit: 6fdf75ef78efb4c007734e9b7e3b9fbda8ec0db2 Parents: 027c9d7 Author: Prasanth Jayachandran <[email protected]> Authored: Fri Oct 13 18:15:07 2017 -0700 Committer: Owen O'Malley <[email protected]> Committed: Mon Oct 16 15:31:35 2017 -0700 ---------------------------------------------------------------------- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/orc/blob/6fdf75ef/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index a6072b3..4fa8927 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ The current build status: </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> + + The subdirectories are: * c++ - the c++ reader * docker - docker scripts to build and test on various linuxes
