From a733d164955921366fe1440da7ea8c9875bc4794 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Thu, 13 Jul 2017 08:28:54 -0400 Subject: [PORTAL-23] Use EPSDK 1.1.0 Upgrade to release version 1.1.0 of EPSDK libraries. Drop version suffix from final name of web app war file. Change-Id: Id03e2808445e59c18eafe3f635c09774ef3f0dba Signed-off-by: Christopher Lott (cl778h) --- dcae_dmaapbc_webapp/dbca-common/pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'dcae_dmaapbc_webapp/dbca-common') diff --git a/dcae_dmaapbc_webapp/dbca-common/pom.xml b/dcae_dmaapbc_webapp/dbca-common/pom.xml index 058170a..18d45c0 100644 --- a/dcae_dmaapbc_webapp/dbca-common/pom.xml +++ b/dcae_dmaapbc_webapp/dbca-common/pom.xml @@ -14,12 +14,11 @@ UTF-8 4.2.0.RELEASE 4.3.11.Final - 1.1.0-SNAPSHOT + 1.1.0 1.1.0-SNAPSHOT true https://nexus.onap.org /content/repositories/snapshots/ - /content/repositories/staging/ /content/repositories/releases/ @@ -28,10 +27,6 @@ snapshots-repo ${nexusproxy}${snapshotNexusPath} - - staging-repo - ${nexusproxy}${stagingNexusPath} - releases-repo ${nexusproxy}${releaseNexusPath} -- cgit