diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-01-02 12:11:22 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-01-02 12:11:22 -0800 |
commit | 771590065c4b28e0d4436530770de4cf4a29422a (patch) | |
tree | 957cb126c66b79a58604c5df46106b62b24dcc7e /pom.xml | |
parent | 6ef26b47123f055e053102239ed227a29780f0b4 (diff) |
Update staging server ID
Update serverID for staging to match the rest
Change-Id: I4da817466637d0ff2fd79c259af791fd1186786a
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
@@ -118,7 +118,7 @@ <configuration> <nexusUrl>${nexus.proxy}</nexusUrl> <stagingProfileId>${staging.profile.id}</stagingProfileId> - <serverId>ecomp-staging</serverId> + <serverId>onap-staging</serverId> </configuration> </plugin> |