[OS-144] Removing ecomp- names from ids 87/1487/1
authorJimmy Forsyth <jf2512@att.com>
Mon, 27 Feb 2017 19:28:36 +0000 (14:28 -0500)
committerJimmy Forsyth <jf2512@att.com>
Mon, 27 Feb 2017 19:28:36 +0000 (14:28 -0500)
Change-Id: Ic45bdb2e2c7ae4119ab694108351a0739b574b57
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 6af3b61..4328d58 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
        <distributionManagement>
                <repository>
-                       <id>ecomp-releases</id>
+                       <id>releases</id>
                        <name>VID Release Repository</name>
                        <url>${nexus.proto}://${nexus.host}/content/repositories/releases/</url>
                </repository>
                <snapshotRepository>
-                       <id>ecomp-snapshots</id>
+                       <id>snapshots</id>
                        <name>VID Snapshot Repository</name>
                        <url>${nexus.proto}://${nexus.host}/content/repositories/snapshots/</url>
                </snapshotRepository>
                <!-- added for javadoc -->
                <site>
-                       <id>ecomp-javadoc</id>
+                       <id>javadoc</id>
                        <url>dav:${nexus.proto}://${nexus.host}/content/repositories/vid-javadoc/${project.version}</url>
                </site>
        </distributionManagement>