aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>