Update staging server ID

Update serverID for staging to match the rest

Change-Id: I7eb838b765d4cdde36ce83603812005cd022414e
Issue-ID: SDC-844
Signed-off-by: Idan Amit <ia096e@intl.att.com>
diff --git a/pom.xml b/pom.xml
index 5751deb..53fae58 100644
--- a/pom.xml
+++ b/pom.xml
@@ -185,12 +185,12 @@
 			<url>http://repo2.maven.org/maven2/</url>
 		</repository>
 		<repository>
-			<id>ecomp-releases</id>
+			<id>onap-releases</id>
 			<name>Release Repository</name>
 			<url>${nexus.proxy}/content/repositories/releases/</url>
 		</repository>
 		<repository>
-			<id>ecomp-staging</id>
+			<id>onap-snapshot</id>
 			<name>Staging Repository</name>
 			<url>${nexus.proxy}/content/repositories/staging/</url>
 		</repository>
@@ -198,17 +198,17 @@
 
 	<distributionManagement>
 		<repository>
-			<id>ecomp-releases</id>
+			<id>onap-releases</id>
 			<name>Release Repository</name>
 			<url>${nexus.proxy}/content/repositories/${releases.path}/</url>
 		</repository>
 		<snapshotRepository>
-			<id>ecomp-snapshots</id>
+			<id>onap-snapshots</id>
 			<name>Snapshot Repository</name>
 			<url>${nexus.proxy}/content/repositories/${snapshots.path}/</url>
 		</snapshotRepository>
     <site>
-        <id>ecomp-site</id>
+        <id>onap-site</id>
         <url>dav:${nexus.proxy}${sitePath}</url>
     </site>
 	</distributionManagement>