diff options
author | Forsyth, James (jf2512) <jf2512@att.com> | 2017-02-13 14:20:44 -0500 |
---|---|---|
committer | Forsyth, James (jf2512) <jf2512@att.com> | 2017-02-13 14:20:44 -0500 |
commit | 81cf7a90dfa0f783efc7eeaace953faabea60033 (patch) | |
tree | e7bcfe454f13d76cb3bdd6cde836110fdd0cd93a | |
parent | 9e9bb981a77a87d707ae0ea52dcc230263f74cda (diff) |
[OS-144] Removing maven- from snapshot path
Change-Id: I520017220601cd56cddcf6defdaf28f614d56ccd
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |