diff options
author | Kalkere Ramesh, Sharan <sharan.kalkere.ramesh@att.com> | 2019-05-05 11:27:36 -0400 |
---|---|---|
committer | Benjamin, Max (mb388a) <mb388a@us.att.com> | 2019-05-05 11:27:45 -0400 |
commit | 97b736e5fcaaaba78b6eee71f39f1fe4f8107ea9 (patch) | |
tree | fcdc05d77632d755962626581e0b16cfc38d0919 | |
parent | 75ba5d258a64da22adb6b070199d4920118614ee (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>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |