Update version from 1.2.0 to 1.2.1 65/72165/1 1.2.1 3.0.0-ONAP 3.0.1-ONAP
authorfujinhua <fu.jinhua@zte.com.cn>
Thu, 8 Nov 2018 05:37:38 +0000 (13:37 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Thu, 8 Nov 2018 05:37:38 +0000 (13:37 +0800)
Change-Id: I7b235af1e2a9186e0b6e11bc1ab7c195771dff70
Issue-ID: VFC-1163
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 1189c1d..1f63835 100644 (file)
   <parent>
         <groupId>org.onap.vfc.nfvo.driver.ems.ems</groupId>
         <artifactId>ems-driver-boco-parent</artifactId>
-        <version>1.2.0-SNAPSHOT</version>
+        <version>1.2.1-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <artifactId>boco-driver</artifactId>
-  <version>1.2.0-SNAPSHOT</version>
+  <version>1.2.1-SNAPSHOT</version>
   <packaging>jar</packaging>
   <name>vfc-nfvo-driver-ems-ems-boco</name>
 
index 3793713..97052bd 100644 (file)
     <parent>\r
         <groupId>org.onap.vfc.nfvo.driver.ems.ems</groupId>\r
         <artifactId>ems-driver-boco-parent</artifactId>\r
-        <version>1.2.0-SNAPSHOT</version>\r
+        <version>1.2.1-SNAPSHOT</version>\r
     </parent>\r
     <modelVersion>4.0.0</modelVersion>\r
     <artifactId>emsdriver-standalone</artifactId>\r
-       <version>1.2.0-SNAPSHOT</version>\r
+       <version>1.2.1-SNAPSHOT</version>\r
     <name>vfc-nfvo-driver-ems-ems-microservice-standalone</name>\r
     <packaging>pom</packaging>\r
 \r
index af34e6d..dc62862 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.2.0"
+VERSION="1.2.1"
 PROJECT="vfc"
 IMAGE="emsdriver"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 4ddcdf8..5a8fec1 100644 (file)
     <parent>\r
         <groupId>org.onap.vfc.nfvo.driver.ems</groupId>\r
         <artifactId>ems-driver</artifactId>\r
-        <version>1.2.0-SNAPSHOT</version>\r
+        <version>1.2.1-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.0-SNAPSHOT</version>\r
+       <version>1.2.1-SNAPSHOT</version>\r
     <name>vfc-nfvo-driver-ems-ems</name>\r
     <packaging>pom</packaging>\r
 \r
index 07578e5..e8a442a 100644 (file)
@@ -1,6 +1,6 @@
 major=1\r
 minor=2\r
-patch=0\r
+patch=1\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 4e0b1af..c260119 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.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-nfvo-driver-ems</name>
     <description>vfc ems driver</description>
index adb2347..344dca1 100644 (file)
@@ -19,7 +19,7 @@
 \r
 major=1\r
 minor=2\r
-patch=0\r
+patch=1\r
 \r
 base_version=${major}.${minor}.${patch}\r
 \r