aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2018-11-27 14:50:00 +0100
committersebdet <sebastien.determe@intl.att.com>2018-11-27 14:50:00 +0100
commit0ffc0442d0b9c7be3088c5c0c2268f5a9c6429d5 (patch)
treefa6f61f6e25d9388d2fbdebbe37d550b3aa7204d /pom.xml
parentf6a346dc5eecbde7127c6c3b8b5899fb8edad3a8 (diff)
Attempt to fix jenkins builds
Upgrade the docker plugin version + apiVersion to recent ones Issue-ID: CLAMP-251 Change-Id: I1453ad00df58a1a9f8ea56e4e3243f4324cc6792 Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e98ff5e3..ad55012d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -893,10 +893,10 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
- <version>0.26.0</version>
+ <version>0.27.2</version>
<configuration>
<verbose>true</verbose>
- <apiVersion>1.23</apiVersion>
+ <apiVersion>1.35</apiVersion>
<images>
<image>
<name>library/mariadb:10.1.11</name>