diff options
author | jmac <james.macnider@amdocs.com> | 2019-01-31 19:26:21 +0000 |
---|---|---|
committer | jmac <james.macnider@amdocs.com> | 2019-01-31 19:26:27 +0000 |
commit | ee99bf3fb4cdd26214d03045b18fa7f8b7f54027 (patch) | |
tree | 75e5b5cb81fe9992efb857b8e7285f8166e21ab8 | |
parent | 4a64c468031048c35fd82ed074040a21868d4ee6 (diff) |
update docker-maven-plugin version to 0.28.03.0.1-ONAP
Change-Id: I4ed3a4c5fe08e1fd77d238a2fc936f3c7d0ec3fa
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: LOG-935
-rw-r--r-- | pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -151,7 +151,7 @@ <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.19.1</version> + <version>0.28.0</version> <configuration> <verbose>true</verbose> <apiVersion>1.23</apiVersion> @@ -173,7 +173,6 @@ <executions> <execution> <id>generate-images</id> - <phase>generate-sources</phase> <goals> <goal>build</goal> </goals> |