diff options
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> |