From d9fa46335fda4704fda71cbc011ab6a11e50e3f3 Mon Sep 17 00:00:00 2001 From: Martin Sumner Date: Fri, 8 Oct 2021 11:48:00 +0100 Subject: [PATCH] Update for release --- README.md | 8 ++------ rebar.config | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 84da1713..a7f54047 100644 --- a/README.md +++ b/README.md @@ -5,16 +5,12 @@ This document assumes that you have already started your Riak cluster. For instr Build Status ============ -* Master: [![Build Status](https://travis-ci.org/basho/riak-erlang-client.svg?branch=master)](https://travis-ci.org/basho/riak-erlang-client) -* Develop: [![Build Status](https://travis-ci.org/basho/riak-erlang-client.svg?branch=develop)](https://travis-ci.org/basho/riak-erlang-client) - - -This document assumes that you have already started your Riak cluster. For instructions on that prerequisite, refer to [Installation and Setup](https://wiki.basho.com/Installation-and-Setup.html) in the [Riak Wiki](https://wiki.basho.com). You can also view the Riak Erlang Client EDocs [here](http://basho.github.com/riak-erlang-client/). +[![Build Status](https://github.com/basho/riak-erlang-client/actions/workflows/erlang.yml/badge.svg?branch=develop-3.0)](https://github.com/basho/riak-erlang-client/actions) Dependencies ============ -To build the riak-erlang-client you will need Erlang OTP R15B01 or later, and Git. +To build the riak-erlang-client you will need Erlang OTP 20.3 or later, and Git. Debian ------ diff --git a/rebar.config b/rebar.config index ef66d8ff..e566548f 100644 --- a/rebar.config +++ b/rebar.config @@ -17,7 +17,7 @@ ]}. {deps, [ - {riak_pb, {git, "https://github.com/basho/riak_pb", {branch, "develop-3.0"}}} + {riak_pb, {git, "https://github.com/basho/riak_pb", {tag, "3.0.8"}}} ]}. {edoc_opts, [