diff options
author | 2021-01-18 05:41:16 +0100 | |
---|---|---|
committer | 2021-02-02 07:28:40 +0100 | |
commit | 56c27daf1656fd6436f8c818c771cf803079e1ea (patch) | |
tree | a2734caf88f1633d14db763281d2a03e4ec8aef5 /core/sli/provider-base | |
parent | 0e4e58bf061df695341ac250beb97a978cefdaf7 (diff) |
migrate sli to alu-SR1
migrate ODL interfaces and fix code for changes in alu-SR1
Issue-ID: CCSDK-3089
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
Change-Id: Id48dcfc517585f2ce6b30047113cd1d173c3c9dc
Signed-off-by: Michael DÜrre <michael.duerre@highstreet-technologies.com>
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> |