diff options
author | Idan Amit <ia096e@intl.att.com> | 2017-11-07 17:22:45 +0200 |
---|---|---|
committer | Vitaly Emporopulo <Vitaliy.Emporopulo@amdocs.com> | 2017-11-08 08:29:17 +0000 |
commit | 31509f91af5a213776b0fec04fe78164d74b8cbe (patch) | |
tree | baeb31daff2963654853ce39dfac7ae7c4b48dd3 /sdc-os-chef | |
parent | d750897624de676af4d38fdbed3f885ab162792e (diff) |
Update docker-maven-plugin version
Updated the fabric8 docker-maven-plugin version to 23.0
Change-Id: I9b7036eb0a8275396e8ec42b32d69dc96373e396
Issue-Id: SDC-640
Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'sdc-os-chef')
-rw-r--r-- | sdc-os-chef/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/pom.xml b/sdc-os-chef/pom.xml index d58071d8f3..9f833fdf47 100644 --- a/sdc-os-chef/pom.xml +++ b/sdc-os-chef/pom.xml @@ -329,7 +329,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> |