This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/wicket-8.x by this push:
new 52d0e52 Update Spotify Dockerfile Maven plugin version to 1.4.13
52d0e52 is described below
commit 52d0e5284fdb6f83ad5dff354f5a70dc62f19fcb
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Dec 2 10:30:22 2020 +0200
Update Spotify Dockerfile Maven plugin version to 1.4.13
Now it uses https://github.com/spotify/dockerfile-maven instead of the
deprecated https://github.com/spotify/docker-maven-plugin
To run it:
$ mvn dockerfile:build dockerfile:push -Pdocker
---
wicket-examples/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wicket-examples/pom.xml b/wicket-examples/pom.xml
index 9db0ff9..61f26ea 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -32,7 +32,7 @@
</description>
<properties>
-
<dockerfile-maven-plugin.version>1.3.6</dockerfile-maven-plugin.version>
+
<dockerfile-maven-plugin.version>1.4.13</dockerfile-maven-plugin.version>
</properties>
<dependencyManagement>