summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2020-09-11 17:20:38 +0000
committervv770d <vv770d@att.com>2020-09-11 17:20:38 +0000
commitaaa3d7dc435b68f3b4048e9c0398bd9ac8be70e3 (patch)
treec3a7d4dd683c04ca1676027b9897ce87fafacc0c
parent38137c4efe914fe8253bae9da71aea68b8c68e25 (diff)
dcae INFO.yaml update
Project maturity Committer changes Change-Id: Id8d6674d8ab9ebbb088a562bd0b8351949a98607 Issue-ID: DCAEGEN2-2425 Signed-off-by: vv770d <vv770d@att.com>
-rw-r--r--INFO.yaml38
1 files changed, 25 insertions, 13 deletions
diff --git a/INFO.yaml b/INFO.yaml
index e12cfee3..373f1442 100644
--- a/INFO.yaml
+++ b/INFO.yaml
@@ -2,7 +2,7 @@
project: 'dcaegen2-services'
project_creation_date: '2017-05-17'
project_category: ''
-lifecycle_state: 'Incubation'
+lifecycle_state: 'Mature'
project_lead: &onap_dcaegen2_ptl
name: 'Vijay Venkatesh Kumar'
email: 'vv770d@att.com'
@@ -31,11 +31,6 @@ repositories:
- 'dcaegen2/services'
committers:
- <<: *onap_dcaegen2_ptl
- - name: 'Lusheng Ji'
- email: 'lji@research.att.com'
- company: 'ATT'
- id: 'wrider'
- timezone: 'America/New_York'
- name: 'Tony Hansen'
email: 'tony@att.com'
company: 'ATT'
@@ -46,21 +41,26 @@ committers:
company: 'Nokia'
id: 'pwielebs'
timezone: 'Europe/Warsaw'
- - name: 'Henrik Andersson'
- email: 'henrik.b.andersson@est.tech'
- company: 'EST'
- id: 'elinuxhenrik'
- timezone: 'Europe/Stockholm'
- name: 'Joseph O Leary'
email: 'joseph.o.leary@est.tech'
company: 'EST'
id: 'JoeOLeary'
timezone: 'Ireland/UTC'
+ - name: 'Kornel Janiak'
+ email: 'kornel.janiak@nokia.com'
+ company: 'Nokia'
+ id: 'kjaniak'
+ timezone: 'Europe/Warsaw'
- name: 'Jack Lucas'
- email: 'jflucas@research.att.com'
- company: 'ATT'
+ email: 'jflos@sonoris.net'
+ company: 'IC'
id: 'jackl'
timezone: 'America/New_York'
+ - name: 'Remigiusz Janeczek'
+ email: 'remigiusz.janeczek@nokia.com'
+ company: 'Nokia'
+ id: 'rjanecze'
+ timezone: 'Europe/Warsaw'
tsc:
approval: 'https://lists.onap.org/pipermail/onap-tsc'
changes:
@@ -88,3 +88,15 @@ tsc:
- type: 'Removal'
name: 'Xinhui Li'
link: 'https://lists.onap.org/g/onap-tsc/message/6814'
+ - type: 'Removal'
+ name: 'Henrik Andersson'
+ link: 'https://lists.onap.org/g/onap-tsc/message/7026'
+ - type: 'Addition'
+ name: 'Kornel Janiak'
+ link: 'https://lists.onap.org/g/onap-tsc/message/7026'
+ - type: 'Removal'
+ name: 'Lusheng Ji'
+ link: 'https://lists.onap.org/g/onap-tsc/message/7026'
+ - type: 'Addition'
+ name: 'Remigiusz Janeczek'
+ link: 'https://lists.onap.org/g/onap-tsc/message/7026'
le>
<?xml version="1.0"?>
<!--
  ============LICENSE_START=======================================================
  Copyright (C) 2017-2020 AT&T Intellectual Property. All rights reserved.
  Modifications Copyright (C) 2019 Nordix Foundation.
  ================================================================================
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  ============LICENSE_END=========================================================
  -->

<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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
        <artifactId>model-actors</artifactId>
        <version>2.6.0</version>
    </parent>

    <artifactId>actor.so</artifactId>

    <dependencies>
        <dependency>
            <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
            <artifactId>actorServiceProvider</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
            <artifactId>aai</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
            <artifactId>events</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.models.policy-models-interactions.model-impl</groupId>
            <artifactId>so</artifactId>
            <version>${project.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>com.google.code.gson</groupId>
            <artifactId>gson</artifactId>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.common</groupId>
            <artifactId>policy-endpoints</artifactId>
            <version>${policy.common.version}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.models.policy-models-interactions.model-actors</groupId>
            <artifactId>actor.test</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.onap.policy.models.policy-models-interactions</groupId>
            <artifactId>simulators</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.powermock</groupId>
            <artifactId>powermock-api-mockito2</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>