diff options
author | Idan Amit <ia096e@intl.att.com> | 2018-01-04 09:39:57 +0200 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2018-01-04 09:39:57 +0200 |
commit | a17f3a17d06fa36b173ef5afdab4eef32812dbc2 (patch) | |
tree | acf887e9d760d4f6f850d3e59fd1a3b36c1c5b0e | |
parent | 5d5baa6dec6e6ca70e1fc6508a545e422e0f1ced (diff) |
Update staging server ID
Update serverID for staging to match the rest
Change-Id: I5cd8398e5d2b82abcfa4a02388198fc2908d2664
Issue-ID: SDC-844
Signed-off-by: Idan Amit <ia096e@intl.att.com>
-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> |