summaryrefslogtreecommitdiffstats
path: root/appc-config/appc-flow-controller/features
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-flow-controller/features')
-rw-r--r--appc-config/appc-flow-controller/features/pom.xml4
-rw-r--r--appc-config/appc-flow-controller/features/src/main/resources/features.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/appc-config/appc-flow-controller/features/pom.xml b/appc-config/appc-flow-controller/features/pom.xml
index 08a6cf0fa..b03a53939 100644
--- a/appc-config/appc-flow-controller/features/pom.xml
+++ b/appc-config/appc-flow-controller/features/pom.xml
@@ -3,7 +3,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.openecomp.appc</groupId>
+ <groupId>org.onap.appc</groupId>
<artifactId>appc-config-flow-controller</artifactId>
<version>1.3.0-SNAPSHOT</version>
</parent>
@@ -13,7 +13,7 @@
<dependencies>
<dependency>
- <groupId>org.openecomp.appc</groupId>
+ <groupId>org.onap.appc</groupId>
<artifactId>appc-config-flow-controller-provider</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/appc-config/appc-flow-controller/features/src/main/resources/features.xml b/appc-config/appc-flow-controller/features/src/main/resources/features.xml
index 4a16565fe..b1b5391b6 100644
--- a/appc-config/appc-flow-controller/features/src/main/resources/features.xml
+++ b/appc-config/appc-flow-controller/features/src/main/resources/features.xml
@@ -38,6 +38,6 @@
<bundle>wrap:mvn:com.att.eelf/eelf-core/${eelf.version}</bundle>
<bundle>mvn:ch.qos.logback/logback-core/${logback.version}</bundle>
<bundle>mvn:ch.qos.logback/logback-classic/${logback.version}</bundle>
- <bundle>mvn:org.openecomp.appc/appc-config-flow-controller-provider/${project.version}</bundle>
+ <bundle>mvn:org.onap.appc/appc-config-flow-controller-provider/${project.version}</bundle>
</feature>
</features>