You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by prasanthj <gi...@git.apache.org> on 2017/10/14 01:16:10 UTC

[GitHub] orc pull request #178: ORC-254: Add badge for latest released version to REA...

GitHub user prasanthj opened a pull request:

    https://github.com/apache/orc/pull/178

    ORC-254: Add badge for latest released version to README.md

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/prasanthj/orc ORC-254

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/orc/pull/178.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #178
    
----
commit d6671b0ddcfcf131d625974deadfa1188b427974
Author: Prasanth Jayachandran <pr...@apache.org>
Date:   2017-10-14T01:15:07Z

    ORC-254: Add badge for latest released version to README.md

----


---

[GitHub] orc pull request #178: ORC-254: Add badge for latest released version to REA...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/orc/pull/178


---

[GitHub] orc pull request #178: ORC-254: Add badge for latest released version to REA...

Posted by omalley <gi...@git.apache.org>.
Github user omalley commented on a diff in the pull request:

    https://github.com/apache/orc/pull/178#discussion_r144684675
  
    --- Diff: README.md ---
    @@ -25,6 +25,9 @@ The current build status:
     ![master build status](https://travis-ci.org/apache/orc.svg?branch=master)</a>
     * <a href="https://travis-ci.org/apache/orc/pull_requests">Pull Requests</a>
     
    +Latest release: <a href="http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.orc%22">
    --- End diff --
    
    We probably should link to https://orc.apache.org/docs/releases.html instead. 
    
    We could change the link to maven central from the release description, which is here https://github.com/apache/orc/blob/master/site/_includes/release_description.md


---