aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-generator/features
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-config-generator/features')
-rw-r--r--appc-config/appc-config-generator/features/pom.xml4
-rw-r--r--appc-config/appc-config-generator/features/src/main/resources/features.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/appc-config/appc-config-generator/features/pom.xml b/appc-config/appc-config-generator/features/pom.xml
index c40bdf9c1..4a29f8651 100644
--- a/appc-config/appc-config-generator/features/pom.xml
+++ b/appc-config/appc-config-generator/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-generator</artifactId>
<version>1.3.0-SNAPSHOT</version>
</parent>
@@ -16,7 +16,7 @@
<dependency>
- <groupId>org.openecomp.appc</groupId>
+ <groupId>org.onap.appc</groupId>
<artifactId>appc-config-generator-provider</artifactId>
<version>${project.version}</version>
</dependency>
diff --git a/appc-config/appc-config-generator/features/src/main/resources/features.xml b/appc-config/appc-config-generator/features/src/main/resources/features.xml
index 3ce91a445..a039b5081 100644
--- a/appc-config/appc-config-generator/features/src/main/resources/features.xml
+++ b/appc-config/appc-config-generator/features/src/main/resources/features.xml
@@ -44,6 +44,6 @@
<bundle>wrap:mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.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-generator-provider/${project.version}</bundle>
+ <bundle>mvn:org.onap.appc/appc-config-generator-provider/${project.version}</bundle>
</feature>
</features>