Update vfc components release version 57/23557/1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 15 Nov 2017 08:21:37 +0000 (16:21 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 15 Nov 2017 08:21:37 +0000 (16:21 +0800)
Change-Id: If021dfba3eaec2aea043f6494d6d7ce15a2de290
Issue-Id: VFC-593
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
nokia/pom.xml
nokia/vnfmdriver/pom.xml
nokia/vnfmdriver/version.properties
nokia/vnfmdriver/vfcadaptorservice/deployment/pom.xml
nokia/vnfmdriver/vfcadaptorservice/docker/build_image.sh
nokia/vnfmdriver/vfcadaptorservice/pom.xml
nokia/vnfmdriver/vfcadaptorservice/vfcadaptor/pom.xml

index 159bbb9..1ef699b 100644 (file)
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia</groupId>
     <artifactId>vfc-nfvo-driver-vnfm-svnfm-nokia</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-driver-vnfm-svnfm-nokia</name>
     <description>vfc-nfvo-driver-vnfm-svnfm-nokia</description>
index 4506f99..12dbab4 100644 (file)
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia</groupId>
         <artifactId>vfc-nfvo-driver-vnfm-svnfm-nokia</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
     <artifactId>vnfmdriver</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-driver-vnfm-svnfm-nokia-vnfmdriver</name>
     <description>nfvo vnfmdriver</description>
index 9182f2a..f984807 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=0
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}
 
index d1f943c..f8a2ad7 100644 (file)
@@ -19,7 +19,7 @@
     <parent>
         <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
         <artifactId>vfcadaptor-service</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
 
     <artifactId>vfcadaptor-deployment</artifactId>
index c6114fe..79aa020 100755 (executable)
@@ -22,7 +22,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.0.0"
+VERSION="1.0.1"
 PROJECT="vfc"
 IMAGE="nfvo/svnfm/nokia"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index a5d3da7..75ade3d 100644 (file)
     <parent>
         <artifactId>vnfmdriver</artifactId>
         <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>1.0.1-SNAPSHOT</version>
     </parent>
   
     <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
     <artifactId>vfcadaptor-service</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.0.1-SNAPSHOT</version>
     <name>vfc/nfvo/driver/vnfm/svnfm/nokia/vnfmdriver/vfcadaptorservice</name>
     <packaging>pom</packaging>
 
index ec7ed2b..4c8d373 100644 (file)
@@ -18,7 +18,7 @@
        <modelVersion>4.0.0</modelVersion>
 
        <artifactId>vfcadaptor</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.1-SNAPSHOT</version>
        <packaging>war</packaging>
 
        <name>vfc/nfvo/driver/vnfm/svnfm/nokia/vnfmdriver/vfcadaptorservice/vfcadaptor</name>
@@ -27,7 +27,7 @@
   <parent>
                <groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
                <artifactId>vfcadaptor-service</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.0.1-SNAPSHOT</version>
        </parent>
 
        <properties>