This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch wicket-7.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/wicket-7.x by this push:
new 6716a4e Update Spotify Dockerfile Maven plugin version to 1.4.13
6716a4e is described below
commit 6716a4eb8f7436d1f088d937e1b056a72b691e40
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Dec 2 10:31:35 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 717b905..f8b07b8 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>