aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-audit/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-config-audit/pom.xml')
-rw-r--r--appc-config/appc-config-audit/pom.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/appc-config/appc-config-audit/pom.xml b/appc-config/appc-config-audit/pom.xml
index 57bfc928d..25b03d35a 100644
--- a/appc-config/appc-config-audit/pom.xml
+++ b/appc-config/appc-config-audit/pom.xml
@@ -22,10 +22,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
- <groupId>org.onap.appc</groupId>
- <artifactId>appc-config</artifactId>
+ <groupId>org.onap.appc.parent</groupId>
+ <artifactId>odlparent-lite</artifactId>
<version>1.4.0-SNAPSHOT</version>
+ <relativePath />
</parent>
+
+ <groupId>org.onap.appc</groupId>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
<artifactId>appc-config-audit</artifactId>