aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-04-10 07:26:27 +0200
committerZebek Bogumil <bogumil.zebek@nokia.com>2020-04-10 07:27:33 +0200
commitf6690490a30513c629db3f61378073786d8267dc (patch)
tree3ec54ccba208b0730b5bdeb2b1bf8a7e76370a0e /pom.xml
parentc41bc9ec829ac6c597614912af79fdd0111e9840 (diff)
Update project structure
Fix groupId, version and docker tag. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I6a20e816fb53c2b50e58ca5680dd886cea8fc6b2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 00eda50..fa18b56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,9 +31,9 @@
<version>2.0.0</version>
</parent>
- <groupId>org.onap.simulator</groupId>
+ <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
<artifactId>simulator-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<modules>
<module>pnfsimulator</module>
<module>netconfsimulator</module>