diff options
author | Pawel Kadlubanski <pawel.kadlubanski@nokia.com> | 2018-06-07 16:26:41 +0200 |
---|---|---|
committer | Pawel Kadlubanski <pawel.kadlubanski@nokia.com> | 2018-06-08 13:04:27 +0200 |
commit | a37aecaede1b79fce3e2c8fea57df298a070e11d (patch) | |
tree | 1b991bbce85784c478648e5f55469fa123713499 /test/mocks | |
parent | 4ae696323eb2da946e58092993309e79faba8edb (diff) |
Update pnfsimulator code to master.
Issue-ID: INT-458
Change-Id: Ia1b16d852b66c1f5b9141869619f68bdb4181f5e
Signed-off-by: Pawel Kadlubanski <pawel.kadlubanski@nokia.com>
Diffstat (limited to 'test/mocks')
-rw-r--r-- | test/mocks/pnfsimulator/pom.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index 2fee83622..1d77ffdaa 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -7,7 +7,6 @@ <groupId>org.onap.pnfsimulator</groupId> <artifactId>pnf-simulator</artifactId> <version>1.0.0-SNAPSHOT</version> - <name>pnf-simulator</name> <properties> @@ -15,7 +14,6 @@ <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> <simulator.main.class>org.onap.pnfsimulator.Main</simulator.main.class> - <docker.image.tag>${project.version}-latest</docker.image.tag> <dependency.directory.name>libs</dependency.directory.name> <dependency.directory.location>${project.build.directory}/${dependency.directory.name}</dependency.directory.location> <onap.nexus.dockerregistry.daily>nexus3.onap.org:10003</onap.nexus.dockerregistry.daily> @@ -122,7 +120,7 @@ <version>1.0.0</version> <configuration> <imageName>${onap.nexus.dockerregistry.daily}/onap/${project.artifactId}</imageName> - <imageTags>${docker.image.tag}</imageTags> + <imageTags>${project.version}-latest</imageTags> <serverId>${onap.nexus.dockerregistry.daily}</serverId> <baseImage>openjdk:8-jdk-alpine</baseImage> <cmd>java -cp ${dependency.directory.name}/*:${project.build.finalName}.jar ${simulator.main.class}</cmd> |