Skip to content

Commit

Permalink
chore: added missing configuration in rebar.config, moving to semanti…
Browse files Browse the repository at this point in the history
…c versioning (#18)
  • Loading branch information
lzecca78 authored Jan 7, 2025
1 parent c61947d commit 0a5d24e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{deps, [{erlsom, "1.4.2"}]}.
{plugins, [rebar3_hex]}.

{erl_opts, [debug_info]}.

Expand All @@ -14,3 +13,15 @@
{erl_opts, [debug_info]}
]}
]}.

{project_plugins, [rebar3_ex_doc]}.

{hex, [{doc, ex_doc}]}.

{ex_doc, [
{source_url, <<"https://github.com/primait/erlang-soap">>},
{extras, [<<"README.md">>, <<"LICENSE.md">>]},
{main, <<"readme">>}]}.


{hex, [{repos, [#{name => <<"hexpm:prima">>}]}]}.
2 changes: 1 addition & 1 deletion src/soap.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application,soap,
[{description,"Support for SOAP"},
{vsn,"1.0"},
{vsn,"1.1.0"},
{modules,[]},
{registered, []},
{env, []},
Expand Down

0 comments on commit 0a5d24e

Please sign in to comment.