summaryrefslogtreecommitdiffstats
path: root/appc-adapters/appc-chef-adapter/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-adapters/appc-chef-adapter/pom.xml')
-rw-r--r--appc-adapters/appc-chef-adapter/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/appc-adapters/appc-chef-adapter/pom.xml b/appc-adapters/appc-chef-adapter/pom.xml
index 7a72ff45e..8deba7b15 100644
--- a/appc-adapters/appc-chef-adapter/pom.xml
+++ b/appc-adapters/appc-chef-adapter/pom.xml
@@ -26,12 +26,15 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.appc</groupId>
- <artifactId>appc-adapters</artifactId>
+ <groupId>org.onap.appc.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
<version>1.4.0-SNAPSHOT</version>
+ <relativePath />
</parent>
<artifactId>appc-chef-adapter</artifactId>
+ <groupId>org.onap.appc</groupId>
+ <version>1.4.0-SNAPSHOT</version>
<name>APPC Chef Adaptor</name>
<description>
Abstraction to connect to and utilize the services of cloud providers such as OpenStack or VMWare.