diff options
author | Alex Shatov <alexs@att.com> | 2018-02-22 15:37:07 -0500 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-02-22 15:37:07 -0500 |
commit | 556928ec47610a82ffcede0e3d350c47e692ba14 (patch) | |
tree | c443fefbf2c637ba4370bb84958b654e0e82400c /package.json | |
parent | 66215a25d592c76d9babfc480c80c74e561f5126 (diff) |
reduce messaging when deployment not busy
- reduce the messaging when the deployment is not busy in cloudify
- returned checking the version and existence when the deployment
not busy - otherwise just send all data to plugin in cloudify
- bumped up pom version to 2.0.1
Change-Id: I8520de58f4e344bac9f32e21ddcfed7d4ebb205b
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-356
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5308cf5..d7d20e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "onap-dcae-deployment-handler", - "version": "4.3.0", + "version": "4.3.1", "description": "ONAP DCAE Deployment Handler", "main": "deployment-handler.js", "dependencies": { |