aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2017-09-05 18:19:11 -0700
committerMarcus G K Williams <marcus.williams@intel.com>2017-09-05 18:19:17 -0700
commit85388e8598e765530b8752fc0bcb237d795e249a (patch)
tree234011c503f6b91a6ecf5c0de9e1f8ba83a62e63 /pom.xml
parent3a7d07ae3abe01e0e6e665a4266cf785e3986dd6 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index f9147b12..d43a274e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>