This is an automated email from the ASF dual-hosted git repository. mgrigorov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/wicket.git
commit 76866ab2c0a012905fc1b4914f89776aee27e94d Author: Martin Tzvetanov Grigorov <[email protected]> AuthorDate: Fri Jul 23 09:26:38 2021 +0300 INFRA-22136 Set the Docker image label to LATEST-10 --- 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 10674ff..fd09671 100644 --- a/wicket-examples/pom.xml +++ b/wicket-examples/pom.xml @@ -315,7 +315,7 @@ <version>${dockerfile-maven-plugin.version}</version> <configuration> <repository>apache.jfrog.io/wicket-docker/wicket-examples</repository> - <tag>LATEST-9</tag> + <tag>LATEST-10</tag> </configuration> <executions> <execution>
