diff options
Diffstat (limited to 'appc-config/appc-data-services/provider/pom.xml')
-rw-r--r-- | appc-config/appc-data-services/provider/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/appc-config/appc-data-services/provider/pom.xml b/appc-config/appc-data-services/provider/pom.xml index a7f124605..92468db81 100644 --- a/appc-config/appc-data-services/provider/pom.xml +++ b/appc-config/appc-data-services/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-data-services</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-data-services-provider</artifactId> <packaging>bundle</packaging> <name>APPC Data Services - Provider</name> |