aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-04-04 18:48:20 -0400
committerJack Lucas <jflucas@research.att.com>2019-04-04 18:55:34 -0400
commit23479182b327f082675ff860d56e0d2b379db623 (patch)
tree90e8d4a8792849316bda6de831713bbd4d48b09e
parent7c78f9c1208af746b417c5184abfaddc318926b4 (diff)
Fix blueprint upload problem4.0.0-ONAPdublin
=============================== Coverage summary =============================== Statements : 80.72% ( 992/1229 ) Branches : 58.13% ( 304/523 ) Functions : 81.13% ( 172/212 ) Lines : 81.22% ( 982/1209 ) ================================================================================ Change-Id: I1f9d531f4f603576ca3668eef73f00e28ed09742 Issue-ID: DCAEGEN2-1301 Signed-off-by: Jack Lucas <jflucas@research.att.com>
-rw-r--r--package.json4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 3bde401..8dff5cf 100644
--- a/package.json
+++ b/package.json
@@ -1,10 +1,10 @@
{
"name": "onap-dcae-deployment-handler",
- "version": "6.0.0",
+ "version": "6.0.1",
"description": "ONAP DCAE Deployment Handler",
"main": "deployment-handler.js",
"dependencies": {
- "adm-zip": "0.4.13",
+ "adm-zip": "0.4.11",
"body-parser": "^1.15.0",
"express": "^4.13.4",
"log4js": "^0.6.33",
diff --git a/pom.xml b/pom.xml
index 05bda9e..01e2e74 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>4.0.0-SNAPSHOT</version>
+ <version>4.0.1-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/version.properties b/version.properties
index 967829d..7e4f439 100644
--- a/version.properties
+++ b/version.properties
@@ -1,6 +1,6 @@
major=4
minor=0
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
release_version=${base_version}
snapshot_version=${base_version}-SNAPSHOT