diff options
author | Stone, Avi (as206k) <as206k@att.com> | 2018-05-15 15:24:50 +0300 |
---|---|---|
committer | Stone, Avi (as206k) <as206k@att.com> | 2018-05-15 15:24:50 +0300 |
commit | 8c3b9465737d699d29c160c26b559d159c8109d0 (patch) | |
tree | d0cc1c5430ca573bf46b1b9c479259130da1a87c | |
parent | 2fdb5ccd88dd0825ecb1028519c355351dd8e5ca (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |