From a003ff1a59bcc2b8a2fc08d1c08633e66ddf18cb Mon Sep 17 00:00:00 2001 From: yangyan Date: Thu, 24 Jan 2019 17:14:59 +0800 Subject: update vfc version to 1.3.0 Change-Id: I639f80586f45479bd92bd44dc0584f033142b013 Signed-off-by: yangyan Issue-ID: VFC-1252 --- INFO.yaml | 25 +++++++++++++--------- ems/boco/pom.xml | 4 ++-- ems/microservice-standalone/pom.xml | 4 ++-- .../src/main/assembly/docker/build_image.sh | 2 +- ems/pom.xml | 4 ++-- ems/version.properties | 4 ++-- pom.xml | 2 +- version.properties | 4 ++-- 8 files changed, 27 insertions(+), 22 deletions(-) diff --git a/INFO.yaml b/INFO.yaml index 377c267..7f27093 100644 --- a/INFO.yaml +++ b/INFO.yaml @@ -88,11 +88,6 @@ committers: company: 'Boco' id: 'Wang_Guirong' timezone: 'Asia/Shanghai' - - name: 'Xiaodong Ning' - email: 'ningxiaodong2017@boco.com.cn' - company: 'Boco' - id: 'ningxiaodong2017' - timezone: 'Asia/Shanghai' - name: 'Adityakar Jha' email: 'Adityakar.Jha@ril.com' company: 'Ril' @@ -103,11 +98,6 @@ committers: company: 'Raisecom' id: 'donghu1102' timezone: 'Asia/Shanghai' - - name: 'Yufei Zhou' - email: 'yufei.zhou@nokia-sbell.com' - company: 'Nokia' - id: 'yufei_zhou' - timezone: 'Asia/Shanghai' - name: 'Denes Nemeth' email: 'denes.nemeth@nokia.com' company: 'Nokia' @@ -118,6 +108,21 @@ committers: company: 'Intel' id: 'haibin' timezone: 'Asia/Shanghai' + - name: 'LiLai' + email: 'lai.li@zte.com.cn' + company: 'ZTE' + id: 'laili' + timezone: 'Asia/Nanjing' + - name: 'Bharath Thiruveedula' + email: 'bharath.thiruveedula@verizon.com' + company: 'Verizon' + id: 'bharaththiruveedula' + timezone: 'Asia/Hyderabad' + - name: 'Ruoyu Ying' + email: 'ruoyu.ying@intel.com' + company: 'Intel' + id: 'Ruoyu' + timezone: 'Asia/ShangHai' tsc: approval: 'https://lists.onap.org/pipermail/onap-tsc' changes: diff --git a/ems/boco/pom.xml b/ems/boco/pom.xml index a377312..d4c9114 100644 --- a/ems/boco/pom.xml +++ b/ems/boco/pom.xml @@ -18,12 +18,12 @@ org.onap.vfc.nfvo.driver.ems.ems ems-driver-boco-parent - 1.2.2-SNAPSHOT + 1.3.0-SNAPSHOT 4.0.0 boco-driver - 1.2.2-SNAPSHOT + 1.3.0-SNAPSHOT jar vfc-nfvo-driver-ems-ems-boco diff --git a/ems/microservice-standalone/pom.xml b/ems/microservice-standalone/pom.xml index 1a96138..08420f4 100644 --- a/ems/microservice-standalone/pom.xml +++ b/ems/microservice-standalone/pom.xml @@ -18,11 +18,11 @@ org.onap.vfc.nfvo.driver.ems.ems ems-driver-boco-parent - 1.2.2-SNAPSHOT + 1.3.0-SNAPSHOT 4.0.0 emsdriver-standalone - 1.2.2-SNAPSHOT + 1.3.0-SNAPSHOT vfc-nfvo-driver-ems-ems-microservice-standalone pom diff --git a/ems/microservice-standalone/src/main/assembly/docker/build_image.sh b/ems/microservice-standalone/src/main/assembly/docker/build_image.sh index 13e2faa..d2e582c 100755 --- a/ems/microservice-standalone/src/main/assembly/docker/build_image.sh +++ b/ems/microservice-standalone/src/main/assembly/docker/build_image.sh @@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.2.2" +VERSION="1.3.0" PROJECT="vfc" IMAGE="emsdriver" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/ems/pom.xml b/ems/pom.xml index 94d96e0..c5a68a5 100644 --- a/ems/pom.xml +++ b/ems/pom.xml @@ -18,12 +18,12 @@ org.onap.vfc.nfvo.driver.ems ems-driver - 1.2.2-SNAPSHOT + 1.3.0-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.ems.ems ems-driver-boco-parent - 1.2.2-SNAPSHOT + 1.3.0-SNAPSHOT vfc-nfvo-driver-ems-ems pom diff --git a/ems/version.properties b/ems/version.properties index e562846..f520c97 100644 --- a/ems/version.properties +++ b/ems/version.properties @@ -1,6 +1,6 @@ major=1 -minor=2 -patch=2 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT diff --git a/pom.xml b/pom.xml index 72b6d09..0a547d9 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.vfc.nfvo.driver.ems ems-driver - 1.2.2-SNAPSHOT + 1.3.0-SNAPSHOT pom vfc-nfvo-driver-ems vfc ems driver diff --git a/version.properties b/version.properties index f43812b..4906132 100644 --- a/version.properties +++ b/version.properties @@ -18,8 +18,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=2 -patch=2 +minor=3 +patch=0 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg