[ROOTPOM] Repository id fix 79/979/1
authorDan Timoney <dtimoney@att.com>
Mon, 20 Feb 2017 18:59:11 +0000 (13:59 -0500)
committerDan Timoney <dtimoney@att.com>
Mon, 20 Feb 2017 18:59:21 +0000 (13:59 -0500)
Repository ids need to match server-ids in maven settings

Change-Id: I43fbfee16f09eff9b158387bf5223dd7aa24516d
Signed-off-by: Dan Timoney <dtimoney@att.com>
rootpom/pom.xml

index fadd5de..f627811 100755 (executable)
                        <url>dav:https://ecomp-nexus:${openecomp.nexus.port}/repository/sdn-c-javadoc/${project.version}</url>
                </site>
                <repository>
-                       <id>nexus</id>
+                       <id>ecomp-releases</id>
                        <name>openecomp-repository-releases</name>
                        <url>${openecomp.nexus.release-url}</url>
                </repository>
                <snapshotRepository>
-                       <id>nexus</id>
+                       <id>ecomp-snapshots</id>
                        <name>openecomp-repository-snapshots</name>
                        <url>${openecomp.nexus.snapshot-url}</url>
                </snapshotRepository>