Skip to content

Commit

Permalink
Reverting to 0.27.2 docker-maven-plugin
Browse files Browse the repository at this point in the history
0.28.0 does not work on Windows

fabric8io/docker-maven-plugin#1152
  • Loading branch information
bettini committed Jan 22, 2019
1 parent 7a7db49 commit 7ba4e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com.examples.hellodocker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.28.0</version>
<version>0.27.2</version>
<configuration>
<showLogs>true</showLogs>
<images>
Expand Down

0 comments on commit 7ba4e5a

Please sign in to comment.