summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2019-03-22 13:04:35 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2019-03-22 13:08:31 +0000
commit1d6ab888653a2259f9a654bd45a3431597b8bfd7 (patch)
treee8b1aaf7704fc4466b2a47171f8f8f20933c0d77
parentd860357fe6481107f593a40163839f757102836d (diff)
fix build issue and add info.yaml
Change-Id: I8aa1ee83cdc675d09d9bcaefaa208396c5e87b2f Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-1270
-rw-r--r--INFO.yaml80
-rw-r--r--components/bbs-event-processor/pom.xml2
-rw-r--r--components/bbs-event-processor/version.properties6
3 files changed, 87 insertions, 1 deletions
diff --git a/INFO.yaml b/INFO.yaml
new file mode 100644
index 00000000..5c94b276
--- /dev/null
+++ b/INFO.yaml
@@ -0,0 +1,80 @@
+---
+project: 'dcaegen2-services'
+project_creation_date: '2017-05-17'
+project_category: ''
+lifecycle_state: 'Incubation'
+project_lead: &onap_dcaegen2_ptl
+ name: 'Vijay Venkatesh Kumar'
+ email: 'vv770d@att.com'
+ id: 'vv770d'
+ company: 'ATT'
+ timezone: 'America/New_York'
+primary_contact: *onap_dcaegen2_ptl
+issue_tracking:
+ type: 'jira'
+ url: 'https://jira.onap.org/projects/DCAEGEN2'
+ key: 'DCAEGEN2'
+mailing_list:
+ type: 'groups.io'
+ url: 'lists.onap.org'
+ tag: '<[sub-project_name]>'
+realtime_discussion: ''
+meetings:
+ - type: 'zoom'
+ agenda: 'https://wiki.onap.org/display/DW/DCAE+Project+Meetings'
+ url: 'https://wiki.onap.org/pages/viewpage.action?pageId=6593119'
+ server: 'n/a'
+ channel: 'n/a'
+ repeats: 'weekly'
+ time: '13:00-14:00 UTC (DST), 15:30-16:30 UTC (post DST)'
+repositories:
+ - 'dcaegen2-services'
+committers:
+ - <<: *onap_dcaegen2_ptl
+ - name: 'Lusheng Ji'
+ email: 'lji@research.att.com'
+ company: 'ATT'
+ id: 'wrider'
+ timezone: 'America/New_York'
+ - name: 'Michael Hwang'
+ email: 'mhwang@research.att.com'
+ company: 'ATT'
+ id: 'researchmike'
+ timezone: 'America/New_York'
+ - name: 'Tony Hansen'
+ email: 'tony@att.com'
+ company: 'ATT'
+ id: 'TonyLHansen'
+ timezone: 'America/New_York'
+ - name: 'Yan Yang'
+ email: 'yangyanyj@chinamobile.com'
+ company: 'ChinaMobile'
+ id: 'yangyan'
+ timezone: 'Asia/Shanghai'
+ - name: 'Xinhui Li'
+ email: 'lxinhui@vmware.com'
+ company: 'VMware'
+ id: 'xinhuili'
+ timezone: 'Asia/Shanghai'
+ - name: 'Jack Lucas'
+ email: 'jflucas@research.att.com'
+ company: 'ATT'
+ id: 'jflucas'
+ timezone: 'America/New_York'
+ - name: 'Piotr Jaszczyk'
+ email: 'piotr.jaszczyk@nokia.com'
+ company: 'Nokia'
+ id: 'jaszczur'
+ timezone: 'Europe/Warsaw'
+ - name: 'Piotr Wielebski'
+ email: 'piotr.wielebski@nokia.com'
+ company: 'Nokia'
+ id: 'pwielebs'
+ timezone: 'Europe/Warsaw'
+tsc:
+ approval: 'https://lists.onap.org/pipermail/onap-tsc'
+ changes:
+ - type: 'Addition'
+ name: 'Piotr Jaszczyk'
+ name: 'Piotr Wielebski'
+ link: 'https://lists.onap.org/g/onap-tsc/message/4771'
diff --git a/components/bbs-event-processor/pom.xml b/components/bbs-event-processor/pom.xml
index 8ee2e22e..26a48787 100644
--- a/components/bbs-event-processor/pom.xml
+++ b/components/bbs-event-processor/pom.xml
@@ -14,7 +14,7 @@
<artifactId>bbs-event-processor</artifactId>
<version>1.0.0-SNAPSHOT</version>
- <name>bbs-event-processor</name>
+ <name>dcaegen2-services-bbs-event-processor</name>
<description>BBS Re-Registration and CPE Authentication Handler</description>
<packaging>jar</packaging>
diff --git a/components/bbs-event-processor/version.properties b/components/bbs-event-processor/version.properties
new file mode 100644
index 00000000..2ddebb39
--- /dev/null
+++ b/components/bbs-event-processor/version.properties
@@ -0,0 +1,6 @@
+major=1
+minor=0
+patch=0
+base_version=${major}.${minor}.${patch}
+release_version=${base_version}
+snapshot_version=${base_version}-SNAPSHOT