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 /pom.xml | |
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 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>deployment-handler</artifactId> <name>dcaegen2-platform-deployment-handler</name> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |