diff options
Diffstat (limited to 'sliPluginUtils/pom.xml')
-rwxr-xr-x | sliPluginUtils/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sliPluginUtils/pom.xml b/sliPluginUtils/pom.xml index a14b41ff..bb6cad3f 100755 --- a/sliPluginUtils/pom.xml +++ b/sliPluginUtils/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sliPluginUtils</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>pom</packaging> @@ -9,7 +9,7 @@ <parent> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sdnc-core</artifactId> <version>0.0.1-SNAPSHOT</version> </parent> @@ -19,14 +19,14 @@ <dependencyManagement> <dependencies> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>SliPluginUtils-features</artifactId> <classifier>features</classifier> <type>xml</type> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>SliPluginUtils-provider</artifactId> <version>${project.version}</version> </dependency> |