From ea1623741e29b32a525686777e920b5f99494aff Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Wed, 10 Apr 2019 18:19:55 -0400 Subject: Update resources to use 1.4.3 aai-core version Issue-ID: AAI-2360 Change-Id: I3b8f6e9939b192553bbc51cf1b32cc13bc62f37c Signed-off-by: Kajur, Harish (vk250x) --- aai-resources/pom.xml | 4 ++-- pom.xml | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index e124512..d98c478 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -36,8 +36,8 @@ org.onap.aai.ResourcesApp 1.0.1 - 1.4.2 - 1.4.2 + 1.4.3 + 1.4.3 1.0.2 1.5.20.RELEASE diff --git a/pom.xml b/pom.xml index 4f695b0..ec861e9 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,7 @@ /content/sites/site/org/onap/aai/resources/${project.artifactId}/${project.version} /content/repositories/releases/ /content/repositories/snapshots/ + /content/repositories/staging/ ${project.version} @@ -198,4 +199,21 @@ dav:${nexusproxy}${site.path} + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}${release.path} + + + ecomp-staging + ECOMP Staging Repository + ${nexusproxy}${staging.path} + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}${snapshot.path} + + -- cgit 1.2.3-korg