diff options
author | Patrick Brady <pb071s@att.com> | 2017-09-22 09:41:20 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-09-22 09:44:14 -0700 |
commit | bac4dbe402cc81409d210a2dabd25847a12b6a36 (patch) | |
tree | b65dae7bec7d29de3ef7a5eca902ee0a6201742e /utils | |
parent | b608a191b0e797efbeb8f57bfc71ca8f2a0f3557 (diff) |
Changes to fix failing utils feature
Change-Id: I88d30aaf49da78008c62352d398323fbc0d4dd5b
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: CCSDK-102
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/features/src/main/resources/features.xml | 2 | ||||
-rwxr-xr-x | utils/installer/pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/utils/features/src/main/resources/features.xml b/utils/features/src/main/resources/features.xml index 409f8c48..547832ba 100755 --- a/utils/features/src/main/resources/features.xml +++ b/utils/features/src/main/resources/features.xml @@ -10,7 +10,7 @@ <feature name='sdnc-slicore-utils' description="sdnc-slicore-utils" version='${project.version}'> <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> - <bundle>mvn:org.onap.ccsdk.sli.core/util-provider/${project.version}</bundle> + <bundle>mvn:org.onap.ccsdk.sli.core/utils-provider/${project.version}</bundle> </feature> </features> diff --git a/utils/installer/pom.xml b/utils/installer/pom.xml index b6f7f825..3af9a586 100755 --- a/utils/installer/pom.xml +++ b/utils/installer/pom.xml @@ -11,8 +11,8 @@ <packaging>pom</packaging> <properties> - <application.name>sdnc-core-utils</application.name> - <features.boot>sdnc-core-utils</features.boot> + <application.name>sdnc-slicore-utils</application.name> + <features.boot>sdnc-slicore-utils</features.boot> <features.repositories>mvn:org.onap.ccsdk.sli.core/utils-features/${project.version}/xml/features</features.repositories> <include.transitive.dependencies>false</include.transitive.dependencies> </properties> |