summaryrefslogtreecommitdiffstats
path: root/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-installer
AgeCommit message (Expand)AuthorFilesLines
2019-10-08Neon SR1 upgradeTaka Cho2-2/+3
2019-10-08Set appc parent 2.7.0-SNAPSHOTPatrick Brady1-1/+1
2019-10-08Increment version to 1.7.0-SNAPSHOTPatrick Brady1-1/+1
2019-09-26Change to snapshot parent versionPatrick Brady1-1/+1
2019-09-26Increment version to 1.6.5-SNAPSHOTPatrick Brady1-1/+1
2019-09-20Set appc parent 2.6.2Patrick Brady1-1/+1
2019-09-17Increment version to 1.6.4-SNAPSHOTPatrick Brady1-1/+1
2019-09-11Change to released parent 1.6.1Patrick Brady1-1/+1
2019-09-11Increment version to 1.6.3-SNAPSHOTPatrick Brady1-1/+1
2019-08-30Change parent version to snapshotPatrick Brady1-1/+1
2019-08-07Change to release parent versionPatrick Brady1-1/+1
2019-08-07Increment version to 1.6.2Patrick Brady1-1/+1
2019-08-03Increment versions after releasePatrick Brady1-1/+1
2019-05-20Update parent versionPatrick Brady1-1/+1
2019-05-08Change rest healthcheck to use appc parent poms
<?xml version="1.0" encoding="UTF-8"?>
<!--
  ~ ============LICENSE_START=======================================================
  ~ ONAP : ccsdk features
  ~ ================================================================================
  ~ Copyright (C) 2018 Bell Canada Intellectual Property. All rights reserved.
  ~ ================================================================================
  ~ Update Copyright (C) 2020 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="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.ccsdk.parent</groupId>
        <artifactId>odlparent-lite</artifactId>
        <version>2.1.0-SNAPSHOT</version>
        <relativePath/>
    </parent>

    <groupId>org.onap.ccsdk.features</groupId>
    <artifactId>aafshiro</artifactId>
    <version>1.1.0-SNAPSHOT</version>
    <packaging>pom</packaging>

    <name>ccsdk-features :: ${project.artifactId}</name>
    <description>AAF Shiro Bundle for UAC</description>

    <modules>
        <module>features</module>
        <module>installer</module>
    </modules>
</project>
ebangs and missing exec flags
Nicolas Edel1-2/+2
2018-06-14Update license header on appc-adapter xml filesJohn McClung3-6/+3
2018-05-22Increment version for new branchPatrick Brady1-1/+1
2018-04-11ODL Upgrade Method 2Patrick Brady1-4/+3
2018-02-20Update .gitignore with license textSkip Wonnell1-0/+22
2018-01-12Add missing license text to pom files, part 1Skip Wonnell1-0/+21
2017-12-13First part of onap renamePatrick Brady1-4/+4
2017-11-17Bump minor versionJessica Wagantall1-1/+1
2017-11-07Changing to Amsterdam release versionv1.2.01.0.0-ONAP1.0.0-AmsterdamPatrick Brady1-1/+1
2017-08-02Merging in bug fixesPatrick Brady1-1/+1
2017-07-20Applying license changes to all filesPatrick Brady3-9/+15
2017-06-06Updating licenses in all filesPatrick Brady3-9/+12
2017-06-02Merge of new rebased codePatrick Brady5-0/+274