diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-11-08 11:25:03 +0200 |
---|---|---|
committer | Idan Amit <ia096e@intl.att.com> | 2017-11-08 11:25:03 +0200 |
commit | a63a1aa735179507713327f337129428ec60e0f2 (patch) | |
tree | b6b570c652af5e537a65f166edaaa72f2a2291ed | |
parent | 210566a19e1d05a88c722bbd7efc0b67d3524ebc (diff) |
Update docker-maven-plugin version
Updated the fabric8 docker-maven-plugin version to 23.0
Change-Id: I98a6dde474ea66be450f72a446d3d9e58138282b
Issue-Id: SDC-640
Signed-off-by: Idan Amit <ia096e@intl.att.com>
-rw-r--r-- | sdc-os-chef/pom.xml | 2 | ||||
-rw-r--r-- | utils/webseal-simulator/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index 9fec52d23e..1630b31227 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -298,7 +298,7 @@ <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.19.1</version> + <version>0.23.0</version> <configuration> <verbose>true</verbose> diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 8f288be39c..fb60abd82a 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -203,7 +203,7 @@ <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.19.1</version> + <version>0.23.0</version> <configuration> <verbose>true</verbose> |