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