Skip to content

Commit aff5020

Browse files
committed
Tag for release
Note dialyzer does not pass - but accepted as plugin
1 parent 310603d commit aff5020

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

rebar.config

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
{erl_opts, [debug_info]}.
1+
{erl_opts, [
2+
debug_info,
3+
warnings_as_errors]}.
4+
25
{deps, [
3-
{cuttlefish, {git,"git://github.com/basho/cuttlefish.git", {branch, "develop-3.0"}}}
6+
{cuttlefish, {git,"git://github.com/basho/cuttlefish.git", {tag, "2.1.0"}}}
47
]}.
8+
9+
{xref_checks, [
10+
deprecated_functions
11+
]}.

src/rebar3_cuttlefish.app.src

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{application,rebar3_cuttlefish,
22
[{description,"A rebar plugin"},
3-
{vsn,"0.16.0"},
3+
{vsn,git},
44
{registered,[]},
55
{applications,[kernel,stdlib,cuttlefish]},
66
{env,[]},
77
{modules,[]},
88
{maintainers,[]},
99
{licenses,["Apache"]},
1010
{links,[{"Github",
11-
"https://github.com/tsloughter/rebar3_cuttlefish"}]}]}.
11+
"https://github.com/basho/rebar3_cuttlefish"}]}]}.

0 commit comments

Comments
 (0)