Skip to content

Commit

Permalink
版本号更新
Browse files Browse the repository at this point in the history
  • Loading branch information
redgreat committed Aug 23, 2024
1 parent fa7f8a9 commit 7d40369
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 279 deletions.
209 changes: 0 additions & 209 deletions include/jt808.hrl

This file was deleted.

4 changes: 2 additions & 2 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

%% Deps
{deps, [
{nova, ".*", {git, "https://github.com/novaframework/nova.git", {tag, "v0.10.2"}}},
{nova, ".*", {git, "https://github.com/novaframework/nova.git", {branch, "master"}}},
%% {mysql_pool, ".*", {git, "https://github.com/silviucpp/mysql_pool.git", {branch, "master"}}},
{epgsql, ".*", {git, "https://github.com/epgsql/epgsql.git", {branch, "devel"}}},
{poolboy, ".*", {git, "https://github.com/devinus/poolboy.git", {branch, "master"}}},
Expand All @@ -28,7 +28,7 @@
%% Release profiles
%% To create a release just run
%% rebar3 as prod release
{relx, [{release, {eadm, "0.1.37"},
{relx, [{release, {eadm, "0.1.38"},
[eadm, nova, epgsql, poolboy, lager, sasl, inets, observer, runtime_tools]},
{mode, minimal},
{extended_start_script, true},
Expand Down
2 changes: 1 addition & 1 deletion src/eadm.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% -*- mode: erlang;erlang-indent-level: 4;indent-tabs-mode: nil -*-
{application, eadm,
[{description, "RG管理平台"},
{vsn, "0.1.37"},
{vsn, "0.1.38"},
{registered, []},
{mod, {eadm_app, []}},
{included_applications, []},
Expand Down
1 change: 0 additions & 1 deletion src/eadm_router.erl
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ routes(_Environment) ->
routes => [
{"/:userId", fun eadm_role_controller:getrolelist/1, #{methods => [get]}},
{"/add", fun eadm_role_controller:add/1, #{methods => [post]}},
% {"/delete/:roleId", fun eadm_role_controller:delete/1, #{methods => [delete]}},
{"/disable/:roleId", fun eadm_role_controller:disable/1, #{methods => [post]}}
]
},
Expand Down
30 changes: 0 additions & 30 deletions src/gateways/gateway_jt808.erl

This file was deleted.

36 changes: 0 additions & 36 deletions src/jt808_parser.erl

This file was deleted.

0 comments on commit 7d40369

Please sign in to comment.