diff options
author | Areli Fuss <af732p@att.com> | 2017-10-25 14:11:15 +0300 |
---|---|---|
committer | Areli Fuss <af732p@att.com> | 2017-10-25 14:11:15 +0300 |
commit | 869e18d281e42c1c8088706d688e804098e26437 (patch) | |
tree | 6fb22294366e454c93a029c605331f2e3c5f9bba | |
parent | d497b9c662d2c1684a2c4c76bd74145b1dd33e41 (diff) |
Update docker-maven-plugin version
Update docker-maven-plugin version to
overcome image name issue
Change-Id: Idcdb6239b0088e615d16e072de39886ab1d54fbb
Issue-Id: VVP-25
Signed-off-by: Areli Fuss <af732p@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.15.1</version> + <version>0.19.0</version> <configuration> <images> <image> |