From: Kajur, Harish (vk250x) Date: Wed, 10 Apr 2019 22:19:55 +0000 (-0400) Subject: Update resources to use 1.4.3 aai-core version X-Git-Tag: 1.4.0~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ea1623741e29b32a525686777e920b5f99494aff;p=aai%2Fresources.git Update resources to use 1.4.3 aai-core version Issue-ID: AAI-2360 Change-Id: I3b8f6e9939b192553bbc51cf1b32cc13bc62f37c Signed-off-by: Kajur, Harish (vk250x) --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index e124512d..d98c478c 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 4f695b0c..ec861e9d 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} + +