summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Vaduva <Paul.Vaduva@enea.com>2018-12-18 14:45:41 +0100
committerPaul Vaduva <Paul.Vaduva@enea.com>2018-12-18 14:47:40 +0100
commit6affd662a7793fda0be64ee103d7239702b9722b (patch)
tree61c4fa31f86e3f22c2b2e60eaf267078e0c4f464
parentae3c20a1261668a01b50c53978f58cd7c98d516a (diff)
docker-maven-plugin: update to v0.28.0
The upstream support for arm64 docker builds with the docker-maven-plugin came later so we need to update the plugin version for jobs to run on arm64 servers. Change-Id: I1cdaaa09aaca2ec7873987830298d8771fd1286f Issue-ID: VNFSDK-346 Signed-off-by: Paul Vaduva <Paul.Vaduva@enea.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c317632..6c011fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@ under the License.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.16.7</version>
+ <version>0.28.0</version>
<configuration>
<verbose>true</verbose>
<apiVersion>1.23</apiVersion>