From 298a8f5143c8ce87094770f68dfbbcc39ef14553 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 8 May 2019 15:14:49 -0700 Subject: Change rest healthcheck to use appc parent poms Change appc-rest-healthcheck over to the new style of features using the org.onap.appc.parent pom files as parents. Change-Id: I781754f3ad5c31a937d17449ff46320d60db4975 Signed-off-by: Patrick Brady Issue-ID: APPC-1586 --- .../appc-rest-healthcheck-adapter-installer/pom.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-installer/pom.xml') diff --git a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-installer/pom.xml b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-installer/pom.xml index b01de1618..23f1583a8 100644 --- a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-installer/pom.xml +++ b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-installer/pom.xml @@ -3,7 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ - Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. Copyright (C) 2017 Amdocs ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,24 +22,27 @@ 4.0.0 - appc-rest-healthcheck-adapter - org.onap.appc - 1.6.0-SNAPSHOT + odlparent-lite + org.onap.appc.parent + 1.5.0-SNAPSHOT + + org.onap.appc appc-rest-healthcheck-adapter-installer Rest Health Check Adapter - Karaf Installer pom appc-rest-healthcheck-adapter appc-rest-healthcheck-adapter - mvn:org.onap.appc/appc-rest-healthcheck-adapter-features/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-rest-healthcheck-adapter/${project.version}/xml/features false org.onap.appc - appc-rest-healthcheck-adapter-features + onap-appc-rest-healthcheck-adapter features + ${project.version} xml -- cgit 1.2.3-korg