From 81cf7a90dfa0f783efc7eeaace953faabea60033 Mon Sep 17 00:00:00 2001 From: "Forsyth, James (jf2512)" Date: Mon, 13 Feb 2017 14:20:44 -0500 Subject: [OS-144] Removing maven- from snapshot path Change-Id: I520017220601cd56cddcf6defdaf28f614d56ccd Signed-off-by: Forsyth, James (jf2512) --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 0cb4518..788730a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,13 +20,13 @@ nexus-snapshots Nexus Maven Central - Snapshots - ${nexus.proto}://${nexus.host}/content/repositories/maven-snapshots/ + ${nexus.proto}://${nexus.host}/content/repositories/snapshots/ nexus Nexus Maven Central - Releases - ${nexus.proto}://${nexus.host}/content/repositories/maven-releases/ + ${nexus.proto}://${nexus.host}/content/repositories/releases/ @@ -74,12 +74,12 @@ vid-releases VID Release Repository - ${nexus.proto}://${nexus.host}/content/repositories/maven-releases/ + ${nexus.proto}://${nexus.host}/content/repositories/releases/ vid-snapshots VID Snapshot Repository - ${nexus.proto}://${nexus.host}/content/repositories/maven-snapshots/ + ${nexus.proto}://${nexus.host}/content/repositories/snapshots/ -- cgit 1.2.3-korg