File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ DEPS = [
1212
1313erlang_lib(
1414 app_name = "osiris",
15- app_version = "master ",
15+ app_version = "1.0.0 ",
1616 app_description = "New project",
1717 app_module = "osiris_app",
1818 app_env = APP_ENV,
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck prop
142142PLT_APPS += mnesia
143143
144144dep_syslog = git https://github.com/schlagert/syslog 4.0.0
145- dep_osiris = git https://github.com/rabbitmq/osiris master
145+ dep_osiris = git https://github.com/rabbitmq/osiris v1.0.0
146146dep_systemd = hex 0.6.1
147147dep_seshat = git https://github.com/rabbitmq/seshat 0.1.0
148148
Original file line number Diff line number Diff line change @@ -169,6 +169,8 @@ erlang_lib(
169169 github_bazel_erlang_lib (
170170 name = "osiris" ,
171171 org = "rabbitmq" ,
172+ ref = "v1.0.0" ,
173+ version = "1.0.0" ,
172174 build_file = rabbitmq_workspace + "//:BUILD.osiris" ,
173175 )
174176
You can’t perform that action at this time.
0 commit comments