diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2017-09-05 18:19:11 -0700 |
---|---|---|
committer | Marcus G K Williams <marcus.williams@intel.com> | 2017-09-05 18:19:17 -0700 |
commit | 85388e8598e765530b8752fc0bcb237d795e249a (patch) | |
tree | 234011c503f6b91a6ecf5c0de9e1f8ba83a62e63 | |
parent | 3a7d07ae3abe01e0e6e665a4266cf785e3986dd6 (diff) |
Fix staging variables for ccsdk/sli/northbound
Issue-Id: CCSDK-67
Change-Id: Ib5fe6cc5cb46e9d25cf66b6ab30e0d8b8654c426
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -95,9 +95,9 @@ <version>1.6.7</version> <extensions>true</extensions> <configuration> - <nexusUrl>https://${openecomp.nexus.host}</nexusUrl> - <stagingProfileId>${openecomp.nexus.staging.profile-id}</stagingProfileId> - <serverId>${openecomp.nexus.staging.server-id}</serverId> + <nexusUrl>https://${onap.nexus.host}</nexusUrl> + <stagingProfileId>${onap.nexus.staging.profile-id}</stagingProfileId> + <serverId>${onap.nexus.staging.server-id}</serverId> </configuration> </plugin> </plugins> |