From b93b96bc2806da015faf1e8afd2fe23ad6535597 Mon Sep 17 00:00:00 2001 From: Ittay Stern Date: Wed, 19 Jun 2019 14:39:39 +0300 Subject: Normalize slashes in repositories paths This lets vid-master-release-version-java-daily go green. Issue-ID: CIMAN-234 Change-Id: I87f2f0925388cf7f5129cce37ace9321f3533f7c Signed-off-by: Ittay Stern --- vid-app-common/pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'vid-app-common/pom.xml') diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 4c4461b77..d8c1a08df 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -36,10 +36,10 @@ true https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/vid/${project.version} + content/repositories/snapshots/ + content/repositories/releases/ + content/repositories/staging/ + content/sites/site/org/onap/vid/${project.version} 1.8.9 1.3.11 @@ -58,17 +58,17 @@ ecomp-releases VID Release Repository - ${nexusproxy}${releaseNexusPath} + ${nexusproxy}/${releaseNexusPath} ecomp-snapshots VID Snapshot Repository - ${nexusproxy}${snapshotNexusPath} + ${nexusproxy}/${snapshotNexusPath} ecomp-staging VID Staging Repository - ${nexusproxy}${stagingNexusPath} + ${nexusproxy}/${stagingNexusPath} @@ -92,7 +92,7 @@ ecomp-site - dav:${nexusproxy}${sitePath} + dav:${nexusproxy}/${sitePath} -- cgit 1.2.3-korg