Update staging server ID
Update serverID for staging to match the rest
Change-Id: Id8a1652b432635a54da74ceba99de7664e26bad4
Issue-ID: SDC-733
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
diff --git a/pom.xml b/pom.xml
index 53d085d..442686a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
<configuration>
<nexusUrl>${nexus.proxy}</nexusUrl>
<stagingProfileId>${staging.profile.id}</stagingProfileId>
- <serverId>ecomp-staging</serverId>
+ <serverId>onap-staging</serverId>
</configuration>
</plugin>