From 9e9bb981a77a87d707ae0ea52dcc230263f74cda Mon Sep 17 00:00:00 2001 From: "Forsyth, James (jf2512)" Date: Mon, 13 Feb 2017 14:12:30 -0500 Subject: [OS-144] Changed nexus URL to use correct path Change-Id: I784cf9e3d29144832870e32470661c6e9d02e4b1 Signed-off-by: Forsyth, James (jf2512) --- pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 8cd85bc..0cb4518 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,6 @@ 1.8 UTF-8 nexus.openecomp.org - 443 https 1.0.2-SNAPSHOT @@ -21,13 +20,13 @@ nexus-snapshots Nexus Maven Central - Snapshots - ${nexus.proto}://${nexus.host}:${nexus.port}/repository/maven-snapshots/ + ${nexus.proto}://${nexus.host}/content/repositories/maven-snapshots/ nexus Nexus Maven Central - Releases - ${nexus.proto}://${nexus.host}:${nexus.port}/repository/maven-releases/ + ${nexus.proto}://${nexus.host}/content/repositories/maven-releases/ @@ -75,17 +74,17 @@ vid-releases VID Release Repository - ${nexus.proto}://${nexus.host}/repository/maven-releases/ + ${nexus.proto}://${nexus.host}/content/repositories/maven-releases/ vid-snapshots VID Snapshot Repository - ${nexus.proto}://${nexus.host}/repository/maven-snapshots/ + ${nexus.proto}://${nexus.host}/content/repositories/maven-snapshots/ vid-javadoc - dav:${nexus.proto}://${nexus.host}:${nexus.port}/repository/vid-javadoc/${project.version} + dav:${nexus.proto}://${nexus.host}/content/repositories/vid-javadoc/${project.version} -- cgit 1.2.3-korg