update gmhive_worker dep
This commit is contained in:
parent
f4e8515794
commit
c57d89ba3d
@ -1,6 +1,6 @@
|
||||
{application,gmhive_client,
|
||||
[{description,"Gajumaru Hive client"},
|
||||
{vsn,"0.1.2"},
|
||||
{vsn,"0.1.4"},
|
||||
{registered,[]},
|
||||
{applications,[kernel,stdlib,sasl,gproc,enoise,gmconfig,
|
||||
gmhive_protocol,gmhive_worker]},
|
||||
|
@ -10,7 +10,7 @@
|
||||
{gmhive_protocol,
|
||||
{git, "https://git.qpq.swiss/QPQ-AG/gmhive_protocol.git",
|
||||
{ref, "ea549141f5"}}},
|
||||
{gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "02ab56dec4"}}},
|
||||
{gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "708f1a6"}}},
|
||||
{gmconfig, {git, "https://git.qpq.swiss/QPQ-AG/gmconfig.git",
|
||||
{ref, "32c1ed5c4b"}}},
|
||||
{gproc, "1.0.0"},
|
||||
|
@ -34,7 +34,7 @@
|
||||
0},
|
||||
{<<"gmhive_worker">>,
|
||||
{git,"https://git.qpq.swiss/QPQ-AG/gmhive_worker",
|
||||
{ref,"02ab56dec4b50947afc118712c96e8c7b9f6b3fe"}},
|
||||
{ref,"708f1a62f9584f874eb9436a974401b5d4272d9f"}},
|
||||
0},
|
||||
{<<"gmserialization">>,
|
||||
{git,"https://git.qpq.swiss/QPQ-AG/gmserialization.git",
|
||||
|
10
zomp.meta
10
zomp.meta
@ -1,15 +1,15 @@
|
||||
{name,"gmhive_client"}.
|
||||
{type,app}.
|
||||
{modules,[]}.
|
||||
{prefix,"gmhc"}.
|
||||
{author,"Ulf Wiger, QPQ AG"}.
|
||||
{prefix,"gmhc"}.
|
||||
{desc,"Gajumaru Hive Client"}.
|
||||
{package_id,{"uwiger","gmhive_client",{0,1,2}}}.
|
||||
{deps,[{"uwiger","setup",{2,2,4}},
|
||||
{package_id,{"uwiger","gmhive_client",{0,1,4}}}.
|
||||
{deps,[{"uwiger","gmhive_worker",{0,1,1}},
|
||||
{"uwiger","gmhive_protocol",{0,1,1}},
|
||||
{"uwiger","setup",{2,2,4}},
|
||||
{"uwiger","gproc",{1,0,1}},
|
||||
{"uwiger","gmconfig",{0,1,2}},
|
||||
{"uwiger","gmhive_worker",{0,1,0}},
|
||||
{"uwiger","gmhive_protocol",{0,1,0}},
|
||||
{"uwiger","enoise",{1,3,0}}]}.
|
||||
{key_name,none}.
|
||||
{a_email,"ulf@wiger.net"}.
|
||||
|
Loading…
x
Reference in New Issue
Block a user