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 --- swagger/swagger.html | 2 +- swagger/swagger.json | 2 +- swagger/swagger.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'swagger') diff --git a/swagger/swagger.html b/swagger/swagger.html index 3d51590..0cce633 100644 --- a/swagger/swagger.html +++ b/swagger/swagger.html @@ -12,7 +12,7 @@

CDAP Broker API

-

Version: 4.0.3

+

Version: 4.0.4

diff --git a/swagger/swagger.json b/swagger/swagger.json index 4490a99..fbfd932 100644 --- a/swagger/swagger.json +++ b/swagger/swagger.json @@ -1,7 +1,7 @@ { "swagger": "2.0", "info": { - "version": "4.0.3", + "version": "4.0.4", "title": "CDAP Broker API" }, "paths": { diff --git a/swagger/swagger.yaml b/swagger/swagger.yaml index 506908f..ed8fd68 100644 --- a/swagger/swagger.yaml +++ b/swagger/swagger.yaml @@ -5,7 +5,7 @@ swagger: '2.0' # This is your document metadata info: - version: "4.0.3" + version: "4.0.4" title: CDAP Broker API paths: -- cgit 1.2.3-korg