Correct distribution management site IDs. 51/9751/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Thu, 31 Aug 2017 20:16:02 +0000 (16:16 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Thu, 31 Aug 2017 20:16:22 +0000 (16:16 -0400)
Issue: PORTAL-90
Change-Id: I8fede5b562af873cc8fb246051117ea89d758598
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
ecomp-sdk/pom.xml

index c687234..0cc981e 100644 (file)
        <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>