diff options
Diffstat (limited to 'appc-config/appc-encryption-tool/pom.xml')
-rw-r--r-- | appc-config/appc-encryption-tool/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/appc-config/appc-encryption-tool/pom.xml b/appc-config/appc-encryption-tool/pom.xml index 9eb2755bd..0c3f31f8e 100644 --- a/appc-config/appc-encryption-tool/pom.xml +++ b/appc-config/appc-encryption-tool/pom.xml @@ -22,10 +22,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/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> |