summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus <mfeuer@jaguarlandrover.com>2014-08-21 12:25:25 -0700
committerMagnus <mfeuer@jaguarlandrover.com>2014-08-21 12:25:25 -0700
commit87b73adbfdf58b1fff739f4b1168ff65c14cd664 (patch)
treed47324a17d2524e0f8ddcf6ccd2cbc406809cc99
parent406e48e3be8969ef7292ee47eefd7636f0c9ce07 (diff)
downloadrvi_core-0.1.tar.gz
v0.1v0.1
Signed-off-by: Magnus <mfeuer@jaguarlandrover.com>
-rw-r--r--RELEASE.md4
-rw-r--r--rebar.config14
2 files changed, 10 insertions, 8 deletions
diff --git a/RELEASE.md b/RELEASE.md
new file mode 100644
index 0000000..794084e
--- /dev/null
+++ b/RELEASE.md
@@ -0,0 +1,4 @@
+# RELEASE NOTES #
+
+# v0.1 #
+Initial demo version. Works with the hvac_demo and its hvac / mobile emulators.
diff --git a/rebar.config b/rebar.config
index ebf2930..f0f3906 100644
--- a/rebar.config
+++ b/rebar.config
@@ -7,12 +7,10 @@
{deps,
[
{setup, ".*", {git, "https://github.com/uwiger/setup.git", "HEAD"}},
- {protocol, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/protocol", "master"}},
- %% {data_link_device, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/data_link_device", "master"}},
- %% {data_link_backend, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/data_link_backend", "master"}},
- {data_link_bert_rpc, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/data_link_bert_rpc", "master"}},
- {authorize, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/authorize", "master"}},
- {schedule, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/schedule", "master"}},
- {service_edge, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/service_edge", "master"}},
- {service_discovery, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/service_discovery", "master"}}
+ {protocol, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/protocol", "v0.1"}},
+ {data_link_bert_rpc, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/data_link_bert_rpc", "v0.1"}},
+ {authorize, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/authorize", "v0.1"}},
+ {schedule, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/schedule", "v0.1"}},
+ {service_edge, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/service_edge", "v0.1"}},
+ {service_discovery, ".*", {git, "https://gerrit.automotivelinux.org/gerrit/RVI/service_discovery", "v0.1"}}
]}.