summaryrefslogtreecommitdiffstats
path: root/resource-assignment/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'resource-assignment/pom.xml')
-rwxr-xr-xresource-assignment/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/resource-assignment/pom.xml b/resource-assignment/pom.xml
index a650d46f..e0e140f2 100755
--- a/resource-assignment/pom.xml
+++ b/resource-assignment/pom.xml
@@ -1,14 +1,14 @@
<?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">
<parent>
- <groupId>org.openecomp.sdnc.adaptors</groupId>
+ <groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>sdnc-adaptors</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
- <groupId>org.openecomp.sdnc.adaptors</groupId>
+ <groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>resource-assignment</artifactId>
<version>0.0.1-SNAPSHOT</version>
@@ -19,7 +19,7 @@
<dependencyManagement>
<dependencies>
<dependency>
- <groupId>org.openecomp.sdnc.adaptors</groupId>
+ <groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>resource-assignment-features</artifactId>
<classifier>features</classifier>
<type>xml</type>
@@ -27,7 +27,7 @@
</dependency>
<dependency>
- <groupId>org.openecomp.sdnc.adaptors</groupId>
+ <groupId>org.onap.ccsdk.sli.adaptors</groupId>
<artifactId>resource-assignment-provider</artifactId>
<version>${project.version}</version>
</dependency>