summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Lott (cl778h) <clott@research.att.com>2017-08-31 16:16:02 -0400
committerChristopher Lott (cl778h) <clott@research.att.com>2017-08-31 16:16:22 -0400
commitb52d4cebc430a083ec1e6881c4f01dfe709ac726 (patch)
treeeab4b18e739f133e0dd25a7923d4ff05854a245a
parent7f535078ef80a7b7efa3e3325bfccb994fbd00e8 (diff)
Correct distribution management site IDs.
Issue: PORTAL-90 Change-Id: I8fede5b562af873cc8fb246051117ea89d758598 Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
-rw-r--r--ecomp-sdk/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml
index c687234d..0cc981ec 100644
--- a/ecomp-sdk/pom.xml
+++ b/ecomp-sdk/pom.xml
@@ -201,12 +201,12 @@
<distributionManagement>
<!-- The id below must match .m2/settings.xml/servers/server/id -->
<repository>
- <id>ecomp-releases</id>
+ <id>releases</id>
<name>OpenECOMP - Release Repository</name>
<url>${nexusproxy}/${releaseNexusPath}</url>
</repository>
<snapshotRepository>
- <id>ecomp-snapshots</id>
+ <id>snapshots</id>
<name>OpenECOMP - Snapshot Repository</name>
<url>${nexusproxy}/${snapshotNexusPath}</url>
</snapshotRepository>