diff options
Diffstat (limited to 'sliPluginUtils/features')
-rwxr-xr-x | sliPluginUtils/features/pom.xml | 4 | ||||
-rw-r--r-- | sliPluginUtils/features/src/main/resources/features.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sliPluginUtils/features/pom.xml b/sliPluginUtils/features/pom.xml index 9d189177e..c90cfc260 100755 --- a/sliPluginUtils/features/pom.xml +++ b/sliPluginUtils/features/pom.xml @@ -7,7 +7,7 @@ <parent> <artifactId>sliPluginUtils</artifactId> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <version>0.0.1-SNAPSHOT</version> </parent> @@ -15,7 +15,7 @@ <dependencies> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliPluginUtils-provider</artifactId> <version>${project.version}</version> </dependency> diff --git a/sliPluginUtils/features/src/main/resources/features.xml b/sliPluginUtils/features/src/main/resources/features.xml index c7dca2e5a..212c39745 100644 --- a/sliPluginUtils/features/src/main/resources/features.xml +++ b/sliPluginUtils/features/src/main/resources/features.xml @@ -32,7 +32,7 @@ <!-- 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.core/sliPluginUtils-provider/${project.version}</bundle> + <bundle>mvn:org.onap.ccsdk.sli.core/sliPluginUtils-provider/${project.version}</bundle> <bundle>mvn:mysql/mysql-connector-java/${mysql.connector.version}</bundle> </feature> |