aboutsummaryrefslogtreecommitdiffstats
path: root/sql-resource/features
diff options
context:
space:
mode:
authorMarcus G K Williams <marcus.williams@intel.com>2017-08-17 13:14:25 -0700
committerMarcus G K Williams <marcus.williams@intel.com>2017-08-17 13:27:40 -0700
commit6e4e672bcd7e170bd92ea7dac9cb928c0aa2425c (patch)
tree3f1c7dd792254190ee4618fa9e0a90bb4ae3941a /sql-resource/features
parent1ac8baaba4a08c8cc6d18bcd7b45054d79c9b133 (diff)
Update sli-adaptor/sql-resource package names
Update package names from org.openecomp.sdnc.adaptors.* -> onap.ccsdk.sli.adaptors.* Update groupIds from org.openecomp.sdnc.adaptors -> onap.ccsdk.sli.adaptors Issue-Id: CCSDK-19 Change-Id: Ie588e46c0c9035ec343437f58bd329f7d6c220ce Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'sql-resource/features')
-rw-r--r--sql-resource/features/src/main/resources/features.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql-resource/features/src/main/resources/features.xml b/sql-resource/features/src/main/resources/features.xml
index fe742bf7..320c1902 100644
--- a/sql-resource/features/src/main/resources/features.xml
+++ b/sql-resource/features/src/main/resources/features.xml
@@ -33,7 +33,7 @@
<feature version="${odl.mdsal.version}">odl-mdsal-broker</feature>
<feature version="${sdnctl.sli.version}">sdnc-sli</feature>
<feature version="${sdnctl.dblib.version}">sdnc-dblib</feature>
- <bundle>mvn:org.openecomp.sdnc.adaptors/sql-resource-provider/${project.version}</bundle>
+ <bundle>mvn:org.onap.ccsdk.sli.adaptors/sql-resource-provider/${project.version}</bundle>
</feature>
</features>