diff options
author | Forsyth, James (jf2512) <jf2512@att.com> | 2017-02-13 15:03:40 -0500 |
---|---|---|
committer | Forsyth, James (jf2512) <jf2512@att.com> | 2017-02-13 15:04:28 -0500 |
commit | eba42e1c1e2d8e237d9af03374136511de5fd280 (patch) | |
tree | c23fccc64c340de273ec22d3f4d807de8bec5277 | |
parent | 81cf7a90dfa0f783efc7eeaace953faabea60033 (diff) |
[OS-144] Changed repo names to match the setting
Change-Id: I7b0c327b3f4048686d126beb7da94e451c30b639
Signed-off-by: Forsyth, James (jf2512) <jf2512@att.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -72,18 +72,18 @@ <distributionManagement> <repository> - <id>vid-releases</id> + <id>ecomp-releases</id> <name>VID Release Repository</name> <url>${nexus.proto}://${nexus.host}/content/repositories/releases/</url> </repository> <snapshotRepository> - <id>vid-snapshots</id> + <id>ecomp-snapshots</id> <name>VID Snapshot Repository</name> <url>${nexus.proto}://${nexus.host}/content/repositories/snapshots/</url> </snapshotRepository> <!-- added for javadoc --> <site> - <id>vid-javadoc</id> + <id>ecomp-javadoc</id> <url>dav:${nexus.proto}://${nexus.host}/content/repositories/vid-javadoc/${project.version}</url> </site> </distributionManagement> |