summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStone, Avi (as206k) <as206k@att.com>2018-05-15 15:24:50 +0300
committerStone, Avi (as206k) <as206k@att.com>2018-05-15 15:24:50 +0300
commit8c3b9465737d699d29c160c26b559d159c8109d0 (patch)
treed0cc1c5430ca573bf46b1b9c479259130da1a87c
parent2fdb5ccd88dd0825ecb1028519c355351dd8e5ca (diff)
Fix pom.xml
Change staging server id from onap-staging to ecomp-staging Change-Id: I59b1c38498f002b1fbe47040ac8bbb61ca278e1e Issue-ID: SDC-1316 Signed-off-by: Stone, Avi (as206k) <as206k@att.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 921b0ed..e56e514 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
<configuration>
<nexusUrl>${nexus.proxy}</nexusUrl>
<stagingProfileId>${staging.profile.id}</stagingProfileId>
- <serverId>onap-staging</serverId>
+ <serverId>ecomp-staging</serverId>
</configuration>
</plugin>
</plugins>