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'
       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'
       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:
 
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.2.2"
+VERSION="1.3.0"
 PROJECT="vfc"
 IMAGE="vnfmgr"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
 
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
         <artifactId>vfc-gvnfm-vnfmgr</artifactId>
-        <version>1.2.2-SNAPSHOT</version>
+        <version>1.3.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnfmgr.mgr</groupId>
     <artifactId>vfc-gvnfm-vnfmgr-mgr</artifactId>
-    <version>1.2.2-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr-mgr</name>
     <properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnfmgr</groupId>
     <artifactId>vfc-gvnfm-vnfmgr</artifactId>
-    <version>1.2.2-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>vfc-gvnfm-vnfmgr</name>
     <description>vfc gvnfm vnfmgr</description>
 
 # 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}