update version 52/88852/1
authortianxing <15210838572@139.com>
Thu, 30 May 2019 09:50:15 +0000 (17:50 +0800)
committertianxing <15210838572@139.com>
Thu, 30 May 2019 09:51:19 +0000 (17:51 +0800)
Change-Id: Id7e6753e9a6b23289998399b8fd48f0d51aa69c2
Issue-ID: VFC-1404
Signed-off-by: tianxing <15210838572@139.com>
docker/build_image.sh
pom.xml
requirements.txt
version.properties

index a8bf10e..7593bc8 100644 (file)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.3.1"
+VERSION="1.3.2"
 PROJECT="vfc"
 IMAGE="nslcm"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index 6a446e3..c91f24e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.lcm</groupId>
     <artifactId>vfc-nfvo-lcm</artifactId>
-    <version>1.3.1-SNAPSHOT</version>
+    <version>1.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-lcm</name>
     <description>vfc nfvo lcm</description>
index d3c74f6..a5d12c9 100644 (file)
@@ -13,7 +13,7 @@ redisco==0.1.4
 django-redis-cache==0.13.1
 
 # for call rest api
-httplib2==0.9.2
+httplib2==0.12.3
 
 # for unit test
 coverage==4.2
index fb21064..0969948 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=3
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}