summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorBin Lu <bin.lu@arm.com>2019-04-18 15:18:35 +0800
committerBin Lu <bin.lu@arm.com>2019-04-19 20:58:57 +0800
commitda3e10e49c267f1af90ef70be741352859aeca2c (patch)
tree0b04b2d85a90d2dc5d9cb99da9e69c63734569a9 /pom.xml
parent2886fcd111a2127400f588d3ee949c1c6c1b1dbc (diff)
Build platform/cpu-agnostic SO container images on Arm platform
Change-Id: Ifafbf5db2eaa6c31d7332697bf650633bfc307ea Signed-off-by: Bin Lu <bin.lu@arm.com> Issue-ID: INT-548
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 90fa8d4e14..bc97b37ca2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -501,7 +501,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
- <version>3.5.33</version>
+ <version>4.0.0-M2</version>
<configuration>
<skip>${docker.skip}</skip>
<skipBuild>${docker.skip.build}</skipBuild>