Merge "Added V0 Registry API"
authorSudhakar Reddy <Sudhakar.Reddy@amdocs.com>
Fri, 7 Sep 2018 04:51:02 +0000 (04:51 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 7 Sep 2018 04:51:02 +0000 (04:51 +0000)
INFO.yaml
azure/pom.xml
pom.xml

index d491f93..acb9f98 100644 (file)
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -1,18 +1,24 @@
 ---
 project: 'multicloud-azure'
 project_creation_date: '2017-06-22'
+project_category: ''
 lifecycle_state: 'Incubation'
-project_lead: &onap_releng_ptl
-    name: 'Xinhui Li'
-    email: 'lxinhui@vmware.com'
-    id: 'xinhuili'
-    company: 'VMware'
+project_lead: &onap_multicloud_ptl
+    name: 'Bin Yang'
+    email: 'bin.yang@windriver.com'
+    company: 'Windriver'
+    id: 'biny993'
     timezone: 'China/Beijing'
-primary_contact: *onap_releng_ptl
+primary_contact: *onap_multicloud_ptl
 issue_tracking:
     type: 'jira'
     url: 'https://jira.onap.org/projects/MULTICLOUD'
     key: 'MULTICLOUD'
+mailing_list:
+    type: 'groups.io'
+    url: 'lists.onap.org'
+    tag: '<[sub-project_name]>'
+realtime_discussion: ''
 meetings:
     - type: 'zoom'
         agenda: 'https://wiki.onap.org/pages/viewpage.action?pageId=6591499'
@@ -20,23 +26,68 @@ meetings:
         server: 'n/a'
         channel: 'n/a'
         repeats: 'weekly'
-        time: '22:00 UTC'
+        time: '13:00 UTC'
+repositories:
+    - 'multicloud-framework'
+    - 'multicloud-openstack'
+    - 'multicloud-openstack-vmware'
+    - 'multicloud-openstack-windriver'
+    - 'multicloud-azure'
+    - 'multicloud-k8s'
 committers:
-    - <<: *onap_releng_ptl
+    - <<: *onap_multicloud_ptl
+    - name: 'Anbing Zhang'
+        email: 'zhanganbing@chinamobile.com'
+        company: 'China Mobile'
+        id: 'zhangab'
+        timezone: ''
+    - name: 'Xinhui Li'
+        email: 'lxinhui@vmware.com'
+        id: 'xinhuili'
+        company: 'VMware'
+        timezone: 'China/Beijing'
     - name: 'Bin Hu'
         email: 'bh526r@att.com'
         company: 'ATT'
         id: 'bh526r'
         timezone: 'America/Palo Alto'
-    - name: 'Bin Yang'
-        email: 'bin.yang@windriver.com'
-        company: 'Windriver'
-        id: 'biny993'
-        timezone: 'China/Beijing'
     - name: 'Liang Ke'
         email: 'lokyse@163.com'
         company: 'VMWare'
         id: 'liangke'
         timezone: 'China/Beijing'
+    - name: 'yun huang'
+        email: 'yun.huang@windriver.com'
+        company: 'Windriver'
+        id: 'cloudhuang'
+        timezone: ''
+    - name: 'Victor Morales'
+        email: 'victor.morales@intel.com'
+        company: 'Intel'
+        id: 'electrocucaracha'
+        timezone: ''
+    - name: 'Ethan Lynn'
+        email: 'ethanlynnl@vmware.com'
+        company: 'VMWare'
+        id: 'ethanlynnl'
+        timezone: ''
+    - name: 'Huang Haibin'
+        email: 'haibin.huang@intel.com'
+        company: 'Intel'
+        id: 'haibin'
+        timezone: ''
+    - name: 'Sudhakar Reddy'
+        email: 'Sudhakar.Reddy@amdocs.com'
+        company: 'Amdocs'
+        id: 'SudhakarReddy'
+        timezone: ''
 tsc:
     approval: 'https://lists.onap.org/pipermail/onap-tsc'
+    changes:
+        - type: 'Addition'
+          name: 'yun huang'
+          name: 'Victor Morales'
+          name: 'Ethan Lynn'
+          name: 'Huang Haibin'
+          name: 'Sudhakar Reddy'
+          link: 'http://ircbot.wl.linuxfoundation.org/meetings/onap-meeting/2018/onap-meeting.2018-08-16-13.45.html'
index 42740aa..e2c94e8 100644 (file)
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   -->
-<project
-        xmlns="http://maven.apache.org/POM/4.0.0"
-        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0</version>
         <relativePath>../oparent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index cf86510..744a192 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0</version>
         <relativePath>../oparent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>