aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorKalkere Ramesh, Sharan <sharan.kalkere.ramesh@att.com>2019-05-05 11:27:36 -0400
committerBenjamin, Max (mb388a) <mb388a@us.att.com>2019-05-05 11:27:45 -0400
commit97b736e5fcaaaba78b6eee71f39f1fe4f8107ea9 (patch)
treefcdc05d77632d755962626581e0b16cfc38d0919 /pom.xml
parent75ba5d258a64da22adb6b070199d4920118614ee (diff)
update the version of plugin to fix jenkins docker
update the version of fabric8 to fix jenkins docker push Change-Id: I5b827bd56bf4d58763bf9d5eaa87d3218ba85c1c Issue-ID: SO-1848 Signed-off-by: Benjamin, Max (mb388a) <mb388a@us.att.com>
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 9b9921c8a1..c3224aa3f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -503,7 +503,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>fabric8-maven-plugin</artifactId>
- <version>4.0.0-M2</version>
+ <version>4.1.0</version>
<configuration>
<skip>${docker.skip}</skip>
<skipBuild>${docker.skip.build}</skipBuild>