Update PNF simulator root project name 82/105882/2
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Tue, 14 Apr 2020 06:21:39 +0000 (08:21 +0200)
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Tue, 14 Apr 2020 06:28:47 +0000 (08:28 +0200)
Issue-ID: INT-1517
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I22f131df7eb89f9f623be819f87b1c977256ad6e

deployment/pom.xml
netconfsimulator/pom.xml
pnfsimulator/integration/pom.xml
pnfsimulator/pom.xml
pom.xml

index af84a18..4cb6aae 100644 (file)
@@ -24,7 +24,7 @@
 
     <parent>
         <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
-        <artifactId>simulator-parent</artifactId>
+        <artifactId>integration-pnf-simulator</artifactId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>
     <artifactId>onboarding-package</artifactId>
index 1d8bb58..78ee66d 100644 (file)
@@ -26,7 +26,7 @@
 
   <parent>
     <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
-    <artifactId>simulator-parent</artifactId>
+    <artifactId>integration-pnf-simulator</artifactId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
 
index 21c2f3c..2ab2dcf 100644 (file)
@@ -26,8 +26,8 @@
 
     <parent>
         <groupId>org.onap.simulator</groupId>
-        <artifactId>simulator-parent</artifactId>
-        <version>5.0.0-SNAPSHOT</version>
+        <artifactId>integration-pnf-simulator</artifactId>
+        <version>1.0.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>pnf-simulator-integration</artifactId>
index 29ca352..533b91b 100644 (file)
@@ -26,7 +26,7 @@
 
     <parent>
         <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
-        <artifactId>simulator-parent</artifactId>
+        <artifactId>integration-pnf-simulator</artifactId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>
 
diff --git a/pom.xml b/pom.xml
index fa18b56..7e336f9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
     </parent>
 
     <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
-    <artifactId>simulator-parent</artifactId>
+    <artifactId>integration-pnf-simulator</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <modules>
         <module>pnfsimulator</module>