diff options
-rw-r--r-- | INFO.yaml | 52 | ||||
m--------- | distributed-kv-store | 0 | ||||
-rwxr-xr-x | pom.xml | 2 |
3 files changed, 53 insertions, 1 deletions
diff --git a/INFO.yaml b/INFO.yaml new file mode 100644 index 00000000..af41ab20 --- /dev/null +++ b/INFO.yaml @@ -0,0 +1,52 @@ +--- +project: 'music' +project_creation_date: '2018-01-17' +lifecycle_state: 'Incubation' +project_lead: &onap_releng_ptl + name: 'Bharath Balasubramanian' + email: 'bharathb@research.att.com' + id: 'bharathb' + company: 'ATT' + timezone: 'America/New York' +primary_contact: *onap_releng_ptl +issue_tracking: + type: 'jira' + url: 'https://jira.onap.org/projects/MUSIC' + key: 'MUSIC' +meetings: + - type: 'zoom' + agenda: 'https://wiki.onap.org/display/DW/MUSIC+Project' + url: 'https://wiki.onap.org/display/DW/MUSIC+Project' + server: 'n/a' + channel: 'n/a' + repeats: 'weekly' + time: '14:00 UTC' +committers: + - <<: *onap_releng_ptl + - name: 'Thomas Nelson' + email: 'tn1381@att.com' + company: 'ATT' + id: 'arthurdent3' + timezone: 'America/New York' + - name: 'Brendan Tschaen' + email: 'bptschaen@gmail.com' + company: '' + id: 'bptschaen' + timezone: '' + - name: 'Greg Waines' + email: 'greg.waines@windriver.com' + company: 'Windriver' + id: 'gwaines' + timezone: '' + - name: 'Viswanath Kumar Skand Priya' + email: 'viswanath.kumarskandpriya@verizon.com' + company: 'Verizon' + id: 'kspviswa-vz' + timezone: '' + - name: 'Shashank Kumar Shankar' + email: 'shashank.kumar.shankar@intel.com' + company: 'Intel' + id: 'shashank.kumar....' + timezone: 'America/Portland' +tsc: + approval: 'https://lists.onap.org/pipermail/onap-tsc' diff --git a/distributed-kv-store b/distributed-kv-store new file mode 160000 +Subproject 086faa54cc995f9850c0946f42a83b58fed0204 @@ -33,7 +33,7 @@ <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> - <version>0.1.1</version> + <version>1.1.0</version> <relativePath /> </parent> |