diff options
author | Stilwell, David (stilwelld) <stilwelld@att.com> | 2017-08-10 00:50:12 +0000 |
---|---|---|
committer | Stilwell, David (stilwelld) <stilwelld@att.com> | 2017-08-10 14:57:42 +0000 |
commit | 4515ffa52bc89b1bf40c791749fe518930441d82 (patch) | |
tree | d11fc5588a07a519df2b58db194e79d50a508580 /restapi-call-node/provider/pom.xml | |
parent | 7dbb6441c95aa5691a59dc918f864b4bf4e2e2ed (diff) |
Refactor plugins to org onap ccsdk
Refactor code to use new package name org.onap.ccsdk.sli.plugins
Change-Id: Ia5399b21e95d556890aef5ad27437f1ac120ef8d
Issue-ID: CCSDK-21
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Diffstat (limited to 'restapi-call-node/provider/pom.xml')
-rwxr-xr-x | restapi-call-node/provider/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index f864c2914..4b328d3d0 100755 --- a/restapi-call-node/provider/pom.xml +++ b/restapi-call-node/provider/pom.xml @@ -85,7 +85,7 @@ <configuration> <instructions> <Bundle-SymbolicName>org.onap.ccsdk.sli.restapicall</Bundle-SymbolicName> - <Export-Package>org.openecomp.sdnc.restapicall</Export-Package> + <Export-Package>org.onap.ccsdk.sli.plugins.restapicall</Export-Package> <Import-Package>*</Import-Package> </instructions> |