aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-params/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-config-params/provider/pom.xml')
-rw-r--r--appc-config/appc-config-params/provider/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/appc-config/appc-config-params/provider/pom.xml b/appc-config/appc-config-params/provider/pom.xml
index 67932b625..ac0dbe93b 100644
--- a/appc-config/appc-config-params/provider/pom.xml
+++ b/appc-config/appc-config-params/provider/pom.xml
@@ -23,10 +23,12 @@
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.onap.appc</groupId>
- <artifactId>appc-config-params</artifactId>
+ <groupId>org.onap.appc.parent</groupId>
+ <artifactId>binding-parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
+ <relativePath />
</parent>
+ <groupId>org.onap.appc</groupId>
<artifactId>appc-config-params-provider</artifactId>
<packaging>bundle</packaging>
<name>Config Params - Provider</name>