aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
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 /deployment
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 'deployment')
-rw-r--r--deployment/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 25fe08b..af84a18 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -23,9 +23,9 @@
<modelVersion>4.0.0</modelVersion>
<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>
</parent>
<artifactId>onboarding-package</artifactId>
<build>