aboutsummaryrefslogtreecommitdiffstats
path: root/netconfsimulator
diff options
context:
space:
mode:
Diffstat (limited to 'netconfsimulator')
-rw-r--r--netconfsimulator/pom.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/netconfsimulator/pom.xml b/netconfsimulator/pom.xml
index 23b7592..5896378 100644
--- a/netconfsimulator/pom.xml
+++ b/netconfsimulator/pom.xml
@@ -25,13 +25,13 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.simulator</groupId>
- <artifactId>simulator-parent</artifactId>
- <version>5.0.0-SNAPSHOT</version>
+ <groupId>org.onap.integration.simulators.pnf-simulator</groupId>
+ <artifactId>integration-pnf-simulator</artifactId>
+ <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>
@@ -319,12 +319,12 @@
<distributionManagement>
<repository>
<id>ecomp-releases</id>
- <name>AAF Release Repository</name>
+ <name>Integration simulators Release Repository</name>
<url>${nexusproxy}${releaseNexusPath}</url>
</repository>
<snapshotRepository>
<id>ecomp-snapshots</id>
- <name>AAF Snapshot Repository</name>
+ <name>Integration simulators Snapshot Repository</name>
<url>${nexusproxy}${snapshotNexusPath}</url>
</snapshotRepository>
<site>