Skip to content

Commit

Permalink
2.0.1, and remove deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Feng Lee committed Nov 29, 2016
1 parent 8aefc40 commit 9c52d5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,9 +1,9 @@
PROJECT = emq_reloader
PROJECT_DESCRIPTION = Reloader Plugin
PROJECT_VERSION = 3.0
PROJECT_VERSION = 2.0.1

BUILD_DEPS = emqttd
dep_emqttd = git https://github.com/emqtt/emqttd emq30
dep_emqttd = git https://github.com/emqtt/emqttd emq20

TEST_DEPS = cuttlefish
dep_cuttlefish = git https://github.com/emqtt/cuttlefish
Expand Down
4 changes: 1 addition & 3 deletions rebar.config
@@ -1,4 +1,2 @@
{deps, [
{gen_conf,".*",{git,"https://github.com/emqtt/gen_conf","master"}},{emqttd,".*",{git,"https://github.com/emqtt/emqttd","plus"}}
]}.
{deps, [ ]}.
{erl_opts, [{parse_transform,lager_transform}]}.

0 comments on commit 9c52d5b

Please sign in to comment.