diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-01-02 12:09:27 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-01-02 12:09:27 -0800 |
commit | dbceaa151f42fd3be1b413ec5ba6e455019d2361 (patch) | |
tree | a5b3f9cbc0a815cfa50150d7bb213d61481fa78f /pom.xml | |
parent | e63b8b4b4cb20a3477002fc76562c0542add08b9 (diff) |
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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -220,7 +220,7 @@ <configuration>
<nexusUrl>${nexus.proxy}</nexusUrl>
<stagingProfileId>${staging.profile.id}</stagingProfileId>
- <serverId>ecomp-staging</serverId>
+ <serverId>onap-staging</serverId>
</configuration>
</plugin>
|