Update vfc version to 1.2.2 00/73600/1
authorfujinhua <fu.jinhua@zte.com.cn>
Tue, 27 Nov 2018 01:29:03 +0000 (09:29 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Tue, 27 Nov 2018 01:29:03 +0000 (09:29 +0800)
Change-Id: Iabc629d14616199cb761b0b94e45414573cc7c4a
Issue-ID: VFC-1194
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
ems/boco/pom.xml
ems/microservice-standalone/pom.xml
ems/microservice-standalone/src/main/assembly/docker/build_image.sh
ems/pom.xml
ems/version.properties
pom.xml
version.properties

index 1f63835..a377312 100644 (file)
   <parent>
         <groupId>org.onap.vfc.nfvo.driver.ems.ems</groupId>
         <artifactId>ems-driver-boco-parent</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.2-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>boco-driver</artifactId>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.2.2-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>vfc-nfvo-driver-ems-ems-boco</name>
 
index 97052bd..1a96138 100644 (file)
     <parent>\r
         <groupId>org.onap.vfc.nfvo.driver.ems.ems</groupId>\r
         <artifactId>ems-driver-boco-parent</artifactId>\r
-        <version>1.2.1-SNAPSHOT</version>\r
+        <version>1.2.2-SNAPSHOT</version>\r
     </parent>\r
     <modelVersion>4.0.0</modelVersion>\r
     <artifactId>emsdriver-standalone</artifactId>\r
-       <version>1.2.1-SNAPSHOT</version>\r
+       <version>1.2.2-SNAPSHOT</version>\r
     <name>vfc-nfvo-driver-ems-ems-microservice-standalone</name>\r
     <packaging>pom</packaging>\r
 \r
index dc62862..13e2faa 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.2.1"
+VERSION="1.2.2"
 PROJECT="vfc"
 IMAGE="emsdriver"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 5a8fec1..94d96e0 100644 (file)
     <parent>\r
         <groupId>org.onap.vfc.nfvo.driver.ems</groupId>\r
         <artifactId>ems-driver</artifactId>\r
-        <version>1.2.1-SNAPSHOT</version>\r
+        <version>1.2.2-SNAPSHOT</version>\r
     </parent>\r
     <modelVersion>4.0.0</modelVersion>\r
     <groupId>org.onap.vfc.nfvo.driver.ems.ems</groupId>\r
     <artifactId>ems-driver-boco-parent</artifactId>\r
-       <version>1.2.1-SNAPSHOT</version>\r
+       <version>1.2.2-SNAPSHOT</version>\r
     <name>vfc-nfvo-driver-ems-ems</name>\r
     <packaging>pom</packaging>\r
 \r
index e8a442a..e562846 100644 (file)
@@ -1,6 +1,6 @@
 major=1\r
 minor=2\r
-patch=1\r
+patch=2\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r
diff --git a/pom.xml b/pom.xml
index c260119..72b6d09 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.nfvo.driver.ems</groupId>
     <artifactId>ems-driver</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-driver-ems</name>
     <description>vfc ems driver</description>
index 344dca1..f43812b 100644 (file)
@@ -19,7 +19,7 @@
 \r
 major=1\r
 minor=2\r
-patch=1\r
+patch=2\r
 \r
 base_version=${major}.${minor}.${patch}\r
 \r