update docker-maven-plugin version to 0.28.0 66/77666/1 3.0.1-ONAP
authorjmac <james.macnider@amdocs.com>
Thu, 31 Jan 2019 19:26:21 +0000 (19:26 +0000)
committerjmac <james.macnider@amdocs.com>
Thu, 31 Jan 2019 19:26:27 +0000 (19:26 +0000)
Change-Id: I4ed3a4c5fe08e1fd77d238a2fc936f3c7d0ec3fa
Signed-off-by: jmac <james.macnider@amdocs.com>
Issue-ID: LOG-935

pom.xml

diff --git a/pom.xml b/pom.xml
index fd1f83a..25c8aa1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <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>
             <executions>
               <execution>
                 <id>generate-images</id>
-                <phase>generate-sources</phase>
                 <goals>
                   <goal>build</goal>
                 </goals>