diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-08-08 14:58:52 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-08-08 14:59:05 -0700 |
commit | 972397fd9860d9c19a5d2c66d082e431d827c7a6 (patch) | |
tree | 81bcb90903d65228695692f093ab329af88b874d /appc-directed-graph | |
parent | 11bfecabaf6115d5264bc9dc487474127565e533 (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.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> |