summaryrefslogtreecommitdiffstats
path: root/sliapi
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-11 15:57:21 -0400
committerDan Timoney <dtimoney@att.com>2017-08-11 15:57:21 -0400
commit68eeb041f3bec6548e94978dce2e6795c8a399e7 (patch)
tree88ece21f8f4cea0b09fb79f4ab7750f1324131d1 /sliapi
parent41cdaaa91806e520905d6238cb5479b2bb219e44 (diff)
Remove remaining references to openecomp
Remove remaining references to openecomp from properties and sample files Change-Id: I985bae5e80ae130ffb512c9574f13172252bf6f8 Issue-ID: CCSDK-11 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliapi')
-rwxr-xr-xsliapi/model/src/main/yang/sliapi.yang2
-rw-r--r--sliapi/provider/src/main/java/org/onap/ccsdk/sli/core/sliapi/sliapiProvider.java6
-rw-r--r--sliapi/provider/src/main/resources/initial/sliapi-provider.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/sliapi/model/src/main/yang/sliapi.yang b/sliapi/model/src/main/yang/sliapi.yang
index a8fe33b7..8deb8a10 100755
--- a/sliapi/model/src/main/yang/sliapi.yang
+++ b/sliapi/model/src/main/yang/sliapi.yang
@@ -8,7 +8,7 @@ module SLI-API {
import ietf-inet-types { prefix "inet"; revision-date 2010-09-24; }
- organization "openECOMP";
+ organization "ONAP";
contact
"Dan Timoney";
diff --git a/sliapi/provider/src/main/java/org/onap/ccsdk/sli/core/sliapi/sliapiProvider.java b/sliapi/provider/src/main/java/org/onap/ccsdk/sli/core/sliapi/sliapiProvider.java
index 9ec5b661..36e40114 100644
--- a/sliapi/provider/src/main/java/org/onap/ccsdk/sli/core/sliapi/sliapiProvider.java
+++ b/sliapi/provider/src/main/java/org/onap/ccsdk/sli/core/sliapi/sliapiProvider.java
@@ -7,9 +7,9 @@
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -117,7 +117,7 @@ public class sliapiProvider implements AutoCloseable, SLIAPIService{
protected BindingAwareBroker.RpcRegistration<SLIAPIService> rpcRegistration;
- private static String SLIAPI_NAMESPACE = "org:openecomp:sdnc:sliapi";
+ private static String SLIAPI_NAMESPACE = "org:onap:ccsdk:sli:core:sliapi";
private static String SLIAPI_REVISION = "2016-11-10";
private static QName TEST_RESULTS_QNAME = null;
diff --git a/sliapi/provider/src/main/resources/initial/sliapi-provider.xml b/sliapi/provider/src/main/resources/initial/sliapi-provider.xml
index 038d209d..780be278 100644
--- a/sliapi/provider/src/main/resources/initial/sliapi-provider.xml
+++ b/sliapi/provider/src/main/resources/initial/sliapi-provider.xml
@@ -26,7 +26,7 @@
<!-- This xmlns:prefix should match the namespace in the *-provider-impl.yang file
The prefix: inside type should match the prefix of the yang file. -->
- <type xmlns:prefix="org:openecomp:sdnc:sliapi:provider:impl">
+ <type xmlns:prefix="org:onap:ccsdk:sli:core:sliapi:provider:impl">
prefix:sliapi-provider-impl
</type>
<name>sliapi-provider-impl</name>