aboutsummaryrefslogtreecommitdiffstats
path: root/appc-directed-graph
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-08-08 14:58:52 -0700
committerPatrick Brady <patrick.brady@att.com>2019-08-08 14:59:05 -0700
commit972397fd9860d9c19a5d2c66d082e431d827c7a6 (patch)
tree81bcb90903d65228695692f093ab329af88b874d /appc-directed-graph
parent11bfecabaf6115d5264bc9dc487474127565e533 (diff)
Change parent poms
Changing the parent pom of appc-dispatcher and appc-directed-graph so that they no longer point to the root appc pom, instead they point to the org.onap.appc.parent pom files. Change-Id: I116bd06471482e19715a3c5ada506f9d700e5576 Signed-off-by: Patrick Brady <patrick.brady@att.com> Issue-ID: APPC-1686
Diffstat (limited to 'appc-directed-graph')
-rw-r--r--appc-directed-graph/pom.xml6
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>