From 92f9fb8d08a721e985e1bc1bb87df5aa0376aa96 Mon Sep 17 00:00:00 2001 From: Tommy Carpenter Date: Tue, 29 Aug 2017 11:14:27 -0400 Subject: Cleanup CDAP undeploy function Removes misleading logging statements in undeploy workflow. Undeploy can be triggered by a failed deploy, where those logs were incorrect, and moreover the EELF logs already contained the info necessary to debug. Also attempt to add ONAP build artifacts Issue-ID: DCAEGEN2-87 Change-Id: I46654a5c0d3b7aceb565be67ca98ca807a28eede Signed-off-by: Tommy Carpenter Signed-off-by: Lusheng Ji --- src/cdapbroker.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cdapbroker.app.src') diff --git a/src/cdapbroker.app.src b/src/cdapbroker.app.src index 1d04330..157b141 100644 --- a/src/cdapbroker.app.src +++ b/src/cdapbroker.app.src @@ -1,6 +1,6 @@ {application, cdapbroker, [{description, "Interface between Consul and CDAP in DCAE"}, - {vsn, "4.0.3"}, + {vsn, "4.0.4"}, {registered, []}, {mod, { cdapbroker_app, []}}, {applications, -- cgit 1.2.3-korg