diff options
Diffstat (limited to 'appc-dg-util/pom.xml')
-rw-r--r-- | appc-dg-util/pom.xml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/appc-dg-util/pom.xml b/appc-dg-util/pom.xml index 9855c3f6d..1e0333c6c 100644 --- a/appc-dg-util/pom.xml +++ b/appc-dg-util/pom.xml @@ -20,11 +20,12 @@ --> <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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.onap.appc</groupId> - <artifactId>appc</artifactId> - <version>1.4.0-SNAPSHOT</version> - </parent> + <parent> + <groupId>org.onap.appc.parent</groupId> + <artifactId>odlparent-lite</artifactId> + <version>1.4.0-SNAPSHOT</version> + <relativePath /> + </parent> <artifactId>appc-dg-util</artifactId> <packaging>pom</packaging> <name>APPC DG util</name> @@ -40,4 +41,5 @@ <module>appc-dg-util-installer</module> </modules> -</project>
\ No newline at end of file + <groupId>org.onap.appc</groupId> +</project> |