diff options
author | 2018-01-02 11:10:57 -0800 | |
---|---|---|
committer | 2018-01-02 11:12:12 -0800 | |
commit | fb2c889566a00ab3311b8c5bf9958f332db4385d (patch) | |
tree | d1b1e17fad461e1a71517f52e5fc3704349b9c8e | |
parent | fda1e52700ef32986173cf0273fc94ebafb16cb5 (diff) |
Update staging server ID
Update serverID for staging to match the rest
Change-Id: Id8a1652b432635a54da74ceba99de7664e26bad4
Issue-ID: SDC-733
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ <configuration> <nexusUrl>${nexus.proxy}</nexusUrl> <stagingProfileId>${staging.profile.id}</stagingProfileId> - <serverId>ecomp-staging</serverId> + <serverId>onap-staging</serverId> </configuration> </plugin> |