diff options
Diffstat (limited to 'test/mocks/pnfsimulator/netconfsimulator')
-rw-r--r-- | test/mocks/pnfsimulator/netconfsimulator/pom.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/mocks/pnfsimulator/netconfsimulator/pom.xml b/test/mocks/pnfsimulator/netconfsimulator/pom.xml index 7c8d5c78e..d83c5b397 100644 --- a/test/mocks/pnfsimulator/netconfsimulator/pom.xml +++ b/test/mocks/pnfsimulator/netconfsimulator/pom.xml @@ -242,16 +242,14 @@ <plugin> <groupId>com.spotify</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>1.1.1</version> + <version>1.0.0</version> <configuration> <imageName>${docker.registry}/${docker.image.name}</imageName> <dockerDirectory>${project.basedir}/docker</dockerDirectory> <forceTags>true</forceTags> <registryUrl>${docker.registry}</registryUrl> <imageTags> - <tag>latest</tag> - <tag>${project.version}</tag> - <tag>${project.version}-${maven.build.timestamp}</tag> + <imageTag>latest</imageTag> </imageTags> <resources> <resource> |