Skip to content

Commit

Permalink
Update tag for release
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Oct 8, 2021
1 parent 627b984 commit 4c1dbe0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public-facing interfaces. Currently this means a generic interface for
exposing Protocol Buffers-based services; HTTP services via Webmachine
will be moved here at a later time.

[![Build Status](https://secure.travis-ci.org/basho/riak_api.png?branch=master)](http://travis-ci.org/basho/riak_api)
[![Build Status](https://github.com/basho/riak_api/actions/workflows/erlang.yml/badge.svg?branch=develop-3.0)](https://github.com/basho/riak_api/actions)

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{eunit_opts, [verbose]}.

{deps, [
{riak_pb, {git, "https://github.com/basho/riak_pb.git", {branch, "develop-3.0"}}},
{riak_pb, {git, "https://github.com/basho/riak_pb.git", {tag, "3.0.8"}}},
{webmachine, {git, "https://github.com/webmachine/webmachine.git", {tag, "1.11.1"}}},
{riak_core, {git, "https://github.com/basho/riak_core.git", {tag, "riak_kv-3.0.5"}}},
{mochiweb, {git, "https://github.com/basho/mochiweb.git", {tag, "2.12.1+riak.3.0.4"}}}
Expand Down

0 comments on commit 4c1dbe0

Please sign in to comment.