aboutsummaryrefslogtreecommitdiffstats
path: root/netconfsimulator
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 /netconfsimulator
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 'netconfsimulator')
-rw-r--r--netconfsimulator/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml
index 23b7592..1d8bb58 100644
--- a/netconfsimulator/pom.xml
+++ b/netconfsimulator/pom.xml
@@ -25,13 +25,13 @@
<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>netconfsimulator</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -288,7 +288,7 @@
<contextDir>${project.basedir}</contextDir>
<dockerFile>${project.basedir}/Dockerfile_app</dockerFile>
<tags>
- <tag>${project.version}-${maven.build.timestamp}Z</tag>
+ <tag>${project.version}-STAGE-${maven.build.timestamp}Z</tag>
</tags>
</build>
</image>