From f6690490a30513c629db3f61378073786d8267dc Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Fri, 10 Apr 2020 07:26:27 +0200 Subject: Update project structure Fix groupId, version and docker tag. Issue-ID: INT-1517 Signed-off-by: Zebek Bogumil Change-Id: I6a20e816fb53c2b50e58ca5680dd886cea8fc6b2 --- netconfsimulator/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'netconfsimulator/pom.xml') 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 @@ 4.0.0 - org.onap.simulator + org.onap.integration.simulators.pnf-simulator simulator-parent - 5.0.0-SNAPSHOT + 1.0.0-SNAPSHOT netconfsimulator - 5.0.0-SNAPSHOT + 1.0.0-SNAPSHOT UTF-8 @@ -288,7 +288,7 @@ ${project.basedir} ${project.basedir}/Dockerfile_app - ${project.version}-${maven.build.timestamp}Z + ${project.version}-STAGE-${maven.build.timestamp}Z -- cgit 1.2.3-korg