summaryrefslogtreecommitdiffstats
path: root/dataChange/provider/src/main/resources/initial/dataChange-provider.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-08-15 09:46:03 -0400
committerDan Timoney <dtimoney@att.com>2017-08-15 09:46:03 -0400
commit514aff35f5c8727ee0c0b75b2299e8e7d27b4102 (patch)
tree1f1bb92f3d71a41875b7c13eaf99cd3e742ec85d /dataChange/provider/src/main/resources/initial/dataChange-provider.xml
parentbfaacc8a077daa48fb85e66a80e8f2904fce59a0 (diff)
Refactor dataChange
Update dataChange to replace references to openECOMP with references to ONAP Change-Id: I2d495dbc13e6dd38e0c975070969b07e796eb82f Issue-ID: CCSDK-25 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dataChange/provider/src/main/resources/initial/dataChange-provider.xml')
-rw-r--r--dataChange/provider/src/main/resources/initial/dataChange-provider.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/dataChange/provider/src/main/resources/initial/dataChange-provider.xml b/dataChange/provider/src/main/resources/initial/dataChange-provider.xml
index 2812ca4d..3038201b 100644
--- a/dataChange/provider/src/main/resources/initial/dataChange-provider.xml
+++ b/dataChange/provider/src/main/resources/initial/dataChange-provider.xml
@@ -9,9 +9,7 @@
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.
@@ -29,7 +27,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:datachange:provider:impl">
+ <type xmlns:prefix="org:onap:ccsdk:sli:northbound:datachange:provider:impl">
prefix:DataChange-provider-impl
</type>
<name>DataChange-provider-impl</name>
@@ -66,7 +64,7 @@
our service can be resolved. Capabilities for dependencies defined above are implied which is
why we do not have define a required capability for the data broker, for example. -->
<required-capabilities>
- <capability>org:openecomp:sdnc:datachange:provider:impl?module=DataChange-provider-impl&amp;revision=2014-05-23</capability>
+ <capability>org:onap:ccsdk:sli:northbound:datachange:provider:impl?module=DataChange-provider-impl&amp;revision=2014-05-23</capability>
</required-capabilities>
</snapshot>