diff options
author | Marcin Migdal <marcin.migdal@nokia.com> | 2018-11-19 11:43:55 +0100 |
---|---|---|
committer | Marcin Migdal <marcin.migdal@nokia.com> | 2018-11-19 15:13:40 +0100 |
commit | 7c822a064c6c16ade43ff7ad975d75072c6cfb9a (patch) | |
tree | 6b7034750b0ba40ae035e4c9693d7390a1013713 /test/mocks/pnfsimulator/pom.xml | |
parent | 8e06d4c205b396f49d1f29e97f47c9c94386f52a (diff) |
Upgrade version for PNF pom
Change-Id: I9f97e18efe2c4900a5fe9c402501bffd63e578cd
Issue-ID: INT-725
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
Diffstat (limited to 'test/mocks/pnfsimulator/pom.xml')
-rw-r--r-- | test/mocks/pnfsimulator/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/mocks/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pom.xml index 1f52bbdf2..f11d0e2d8 100644 --- a/test/mocks/pnfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/pom.xml @@ -12,7 +12,7 @@ <groupId>org.onap.pnfsimulator</groupId> <artifactId>pnf-simulator</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.1-SNAPSHOT</version> <name>pnf-simulator</name> @@ -155,6 +155,7 @@ <version>5.0.4.RELEASE</version> <scope>test</scope> </dependency> + <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> @@ -170,7 +171,7 @@ <artifactId>maven-assembly-plugin</artifactId> <configuration> <descriptor>src/assembly/resources.xml</descriptor> - <finalName>${project.artifactId}-${pom.version}</finalName> + <finalName>${project.artifactId}-${project.version}</finalName> </configuration> <executions> <execution> @@ -265,7 +266,6 @@ <imageName>${onap.nexus.dockerregistry.daily}/${docker.image.name}</imageName> <forceTags>true</forceTags> <imageTags> - <tag>latest</tag> <tag>${project.version}</tag> <tag>${project.version}-${maven.build.timestamp}</tag> </imageTags> |