diff options
Diffstat (limited to 'appc-directed-graph/pom.xml')
-rw-r--r-- | appc-directed-graph/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/appc-directed-graph/pom.xml b/appc-directed-graph/pom.xml index 416c8495c..6529849e5 100644 --- a/appc-directed-graph/pom.xml +++ b/appc-directed-graph/pom.xml @@ -25,9 +25,9 @@ <modelVersion>4.0.0</modelVersion> <parent> - <groupId>org.onap.appc</groupId> - <artifactId>appc</artifactId> - <version>1.6.2-SNAPSHOT</version> + <groupId>org.onap.appc.parent</groupId> + <artifactId>odlparent-lite</artifactId> + <version>2.6.0</version> </parent> <groupId>org.onap.appc</groupId> |