Fix parent package name in models simulator 19/113619/1
authorJim Hahn <jrh3@att.com>
Wed, 7 Oct 2020 16:33:02 +0000 (12:33 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 7 Oct 2020 16:35:06 +0000 (12:35 -0400)
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>
models-sim/packages/models-simulator-docker/pom.xml
models-sim/packages/models-simulator-tarball/pom.xml

index f6ccfd1..d9c5e52 100644 (file)
@@ -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>
 
index fd8bbda..acdd66d 100644 (file)
@@ -3,6 +3,7 @@
   ONAP
   ================================================================================
    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.
@@ -26,7 +27,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>