summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-08-05Release version 1.6.0Timoney, Dan (dt5972)1-0/+5
2019-08-05Use release version of parent pomsTimoney, Dan (dt5972)26-26/+26
2019-07-31Network concurrency supportBrandon, Bruce (bb2697)27-39/+50
2019-07-26GR-API Yang change and add async supportBrandon, Bruce (bb2697)3-25/+401
<
<?xml version="1.0"?>
<!--

    ============LICENSE_START=======================================================
    org.onap.aai
    ================================================================================
    Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved.
    ================================================================================
    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:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
         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.aai.aai-common</groupId>
        <artifactId>aai-parent</artifactId>
        <version>1.12.0-SNAPSHOT</version>
        <relativePath>../aai-parent/pom.xml</relativePath>
    </parent>

    <artifactId>aai-common-docker</artifactId>
    <packaging>pom</packaging>
    <name>aai-aai-common-docker</name>
    <description>Contains dockerfiles for aai common images.</description>
    <properties>
        <aai.docker.namespace>onap</aai.docker.namespace>
        <aai.build.directory>${project.build.directory}/${project.artifactId}-build/
        </aai.build.directory>
        <docker.fabric.version>0.28.0</docker.fabric.version>
    </properties>

    <modules>
        <module>aai-common-images</module>
        <module>aai-haproxy-image</module>
    </modules>

    <build>
        <plugins>
            <!-- license plugin -->
            <plugin>
                <groupId>com.mycila</groupId>
                <artifactId>license-maven-plugin</artifactId>
            </plugin>

            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-site-plugin</artifactId>
                <version>3.3</version>
            </plugin>
        </plugins>
    </build>
</project>
und/commit/?h=6.0.0-ONAP&id=7c9b637d23b713994732fa5577d23b260ed7b280'>Roll to initial Dublin snapshotTimoney, Dan (dt5972)27-55/+55 2018-10-23Add aggregate routes and VNR rebuild to GR YangBrandon, Bruce (bb2697)2-2/+72 2018-10-15Merge "Add cloud-owner as input"3.0.0-ONAP1.4.1Dan Timoney1-0/+4 2018-10-12Prepare for RC0 release buildTimoney, Dan (dt5972)27-27/+27 2018-10-02Roll to next snapshot versionTimoney, Dan (dt5972)27-54/+54 2018-10-01Prepare for release1.4.0Timoney, Dan (dt5972)27-27/+27 2018-09-18Add cloud-owner as inputBrandon, Bruce (bb2697)1-0/+4 2018-09-11GENERIC-RESOURCE-API.yang update for SOTNprakash.e1-0/+4 2018-08-27Fixed vnfTopoOperation vnf-id return in responseshashikanth.vh1-0/+3 2018-08-20Update swagger documentationTimoney, Dan (dt5972)3-43673/+112814 2018-08-16Fixed error in Yang modelTimoney, Dan (dt5972)1-2/+2 2018-08-10Rename vlan-tags in connection-pointBrandon, Bruce (bb2697)1-1/+1 2018-08-09Fixed issues for connectivity attachment providershashikanth.vh1-2/+1 2018-08-03restore sriov-parametersSmokowski, Kevin (ks6305)1-0/+22 2018-08-02Merge "Add the request-action types"Dan Timoney1-0/+32 2018-07-30Add the request-action typesshashikanth.vh1-0/+32 2018-07-30Corrections for northboundgaurav3-2/+6 2018-07-27Merge "Add connection point and related to GR-API"Dan Timoney2-206/+230 2018-07-27Add connection point and related to GR-APIBrandon, Bruce (bb2697)2-206/+230 2018-07-27Add client code to generic-resource-apiTimoney, Dan (dt5972)2-2/+115 2018-07-26Generic resource API catch upBrandon, Bruce (bb2697)9-1121/+3064 2018-07-25Merge "Add the request-action types"Dan Timoney1-0/+24