diff options
author | Jim Hahn <jrh3@att.com> | 2020-10-07 12:33:02 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2020-10-07 12:35:06 -0400 |
commit | ea529513663d141bda9de656d965c13655569fe5 (patch) | |
tree | 92b131882061cd744bed3ccf99a0f25118100584 /models-sim/packages/models-simulator-docker | |
parent | 9df1bb8cdebacb47875ddd798ccbd8decccef078 (diff) |
Fix parent package name in models simulator
Stage release failed saying:
Non-resolvable parent POM for
org.onap.policy.models.sim:models-simulator-tarball
Fixed the name of the parent artifact in the package poms.
Issue-ID: POLICY-2839
Change-Id: I61c81133095d9dadd51d77d73ecfd1ef11695419
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'models-sim/packages/models-simulator-docker')
-rw-r--r-- | models-sim/packages/models-simulator-docker/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/models-sim/packages/models-simulator-docker/pom.xml b/models-sim/packages/models-simulator-docker/pom.xml index f6ccfd162..d9c5e5262 100644 --- a/models-sim/packages/models-simulator-docker/pom.xml +++ b/models-sim/packages/models-simulator-docker/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2020 Bell Canada. + Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -23,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.models.sim</groupId> - <artifactId>policy-models-sim</artifactId> + <artifactId>models-sim-packages</artifactId> <version>2.3.2-SNAPSHOT</version> </parent> |