diff options
author | Marcus G K Williams <marcus.williams@intel.com> | 2017-08-04 14:40:55 -0700 |
---|---|---|
committer | Marcus Williams <marcus.williams@intel.com> | 2017-08-08 18:56:05 +0000 |
commit | 7aeb6339da8ab2bd346655438b65fa4a413c7405 (patch) | |
tree | 0e4a10acf3b53e62a2afa602e69a1e9f241035c0 /aai-service/features/src | |
parent | 806052bf4df8bd023cfb391794bc5937f2624716 (diff) |
Update sli-adaptor/aai-service 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: CCSDK-19
Change-Id: I3d41c1484479645edaf0d47ad4e8fd87e707cb39
Signed-off-by: Marcus G K Williams <marcus.williams@intel.com>
Diffstat (limited to 'aai-service/features/src')
-rw-r--r-- | aai-service/features/src/main/resources/features.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/aai-service/features/src/main/resources/features.xml b/aai-service/features/src/main/resources/features.xml index 23ab9976..c992710a 100644 --- a/aai-service/features/src/main/resources/features.xml +++ b/aai-service/features/src/main/resources/features.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= - openECOMP : SDN-C + ONAP : CCSDK ================================================================================ Copyright (C) 2017 ONAP Intellectual Property. All rights - reserved. + reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -19,17 +19,17 @@ --> -<features name="sdnc-aai-service-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" +<features name="ccsdk-aai-service-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository> - <feature name='sdnc-aai-service' description="sdnc-aai-service" version='${project.version}'> + <feature name='ccsdk-aai-service' description="ccsdk-aai-service" version='${project.version}'> <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> - <feature>sdnc-sli</feature> - <bundle>mvn:org.openecomp.sdnc.adaptors/aai-service-provider/${project.version}</bundle> + <feature>ccsdk-sli</feature> + <bundle>mvn:org.onap.ccsdk.sli.adaptors/aai-service-provider/${project.version}</bundle> <bundle>mvn:com.sun.jersey/jersey-client/${jersey.client.version}</bundle> <bundle>mvn:com.sun.jersey/jersey-core/${jersey.version}</bundle> <bundle>mvn:org.apache.httpcomponents/httpcore-osgi/${apache.httpcomponents.version}</bundle> |