aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-04-14 08:21:39 +0200
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>2020-04-14 08:28:47 +0200
commit70bc645844c3566c29972dc741ac6900b3fd05dd (patch)
tree44ef1849bf6ed7141250fdf27f68850202d74d85
parentf6690490a30513c629db3f61378073786d8267dc (diff)
Update PNF simulator root project name
Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I22f131df7eb89f9f623be819f87b1c977256ad6e
-rw-r--r--deployment/pom.xml2
-rw-r--r--netconfsimulator/pom.xml2
-rw-r--r--pnfsimulator/integration/pom.xml4
-rw-r--r--pnfsimulator/pom.xml2
-rw-r--r--pom.xml2
5 files changed, 6 insertions, 6 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml
index af84a18..4cb6aae 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -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>
diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml
index 1d8bb58..78ee66d 100644
--- a/netconfsimulator/pom.xml
+++ b/netconfsimulator/pom.xml
@@ -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/pnfsimulator/integration/pom.xml b/pnfsimulator/integration/pom.xml
index 21c2f3c..2ab2dcf 100644
--- a/pnfsimulator/integration/pom.xml
+++ b/pnfsimulator/integration/pom.xml
@@ -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>
diff --git a/pnfsimulator/pom.xml b/pnfsimulator/pom.xml
index 29ca352..533b91b 100644
--- a/pnfsimulator/pom.xml
+++ b/pnfsimulator/pom.xml
@@ -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
--- 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>