diff options
Diffstat (limited to 'core/sli/provider-base')
-rw-r--r-- | core/sli/provider-base/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/sli/provider-base/pom.xml b/core/sli/provider-base/pom.xml index fac9a7796..fce5db9dc 100644 --- a/core/sli/provider-base/pom.xml +++ b/core/sli/provider-base/pom.xml @@ -12,7 +12,8 @@ <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-provider-base</artifactId> <version>1.2.0-SNAPSHOT</version> - + <packaging>bundle</packaging> + <name>ccsdk-sli-core :: sli :: ${project.artifactId}</name> <properties> |