aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/mocks/pnfsimulator/netconfsimulator/pom.xml6
-rw-r--r--test/mocks/pnfsimulator/pnfsimulator/pom.xml6
2 files changed, 4 insertions, 8 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>
diff --git a/test/mocks/pnfsimulator/pnfsimulator/pom.xml b/test/mocks/pnfsimulator/pnfsimulator/pom.xml
index 01d68ddc0..83aa3f051 100644
--- a/test/mocks/pnfsimulator/pnfsimulator/pom.xml
+++ b/test/mocks/pnfsimulator/pnfsimulator/pom.xml
@@ -310,16 +310,14 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>1.1.1</version>
+ <version>1.0.0</version>
<configuration>
<registryUrl>${onap.nexus.dockerregistry.daily}</registryUrl>
<imageName>${onap.nexus.dockerregistry.daily}/${docker.image.name}</imageName>
<dockerDirectory>${project.basedir}/docker</dockerDirectory>
<forceTags>true</forceTags>
<imageTags>
- <tag>latest</tag>
- <tag>${project.version}</tag>
- <tag>${project.version}-${maven.build.timestamp}</tag>
+ <imageTag>latest</imageTag>
</imageTags>
<resources>