summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorForsyth, James (jf2512) <jf2512@att.com>2017-02-13 14:20:44 -0500
committerForsyth, James (jf2512) <jf2512@att.com>2017-02-13 14:20:44 -0500
commit81cf7a90dfa0f783efc7eeaace953faabea60033 (patch)
treee7bcfe454f13d76cb3bdd6cde836110fdd0cd93a
parent9e9bb981a77a87d707ae0ea52dcc230263f74cda (diff)
[OS-144] Removing maven- from snapshot path
Change-Id: I520017220601cd56cddcf6defdaf28f614d56ccd Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
-rw-r--r--pom.xml8
1 files 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 @@
<!-- Snapshots repository has ECOMP snapshot artifacts -->
<id>nexus-snapshots</id>
<name>Nexus Maven Central - Snapshots</name>
- <url>${nexus.proto}://${nexus.host}/content/repositories/maven-snapshots/</url>
+ <url>${nexus.proto}://${nexus.host}/content/repositories/snapshots/</url>
</repository>
<repository>
<!-- Releases repository has ECOMP release artifacts -->
<id>nexus</id>
<name>Nexus Maven Central - Releases</name>
- <url>${nexus.proto}://${nexus.host}/content/repositories/maven-releases/</url>
+ <url>${nexus.proto}://${nexus.host}/content/repositories/releases/</url>
</repository>
<repository>
<!-- Snapshots repository has ECOMP snapshot artifacts -->
@@ -74,12 +74,12 @@
<repository>
<id>vid-releases</id>
<name>VID Release Repository</name>
- <url>${nexus.proto}://${nexus.host}/content/repositories/maven-releases/</url>
+ <url>${nexus.proto}://${nexus.host}/content/repositories/releases/</url>
</repository>
<snapshotRepository>
<id>vid-snapshots</id>
<name>VID Snapshot Repository</name>
- <url>${nexus.proto}://${nexus.host}/content/repositories/maven-snapshots/</url>
+ <url>${nexus.proto}://${nexus.host}/content/repositories/snapshots/</url>
</snapshotRepository>
<!-- added for javadoc -->
<site>