summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorForsyth, James (jf2512) <jf2512@att.com>2017-02-13 15:03:40 -0500
committerForsyth, James (jf2512) <jf2512@att.com>2017-02-13 15:04:28 -0500
commiteba42e1c1e2d8e237d9af03374136511de5fd280 (patch)
treec23fccc64c340de273ec22d3f4d807de8bec5277
parent81cf7a90dfa0f783efc7eeaace953faabea60033 (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.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 788730a..72c62fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>