You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2021/07/23 06:27:50 UTC

[wicket] 01/02: INFRA-22136 Replace bintray.io with apache.jfrog.io

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 6513de5bd7bfbfbd33634bbb0fb67110475362c4
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Fri Jul 23 09:20:54 2021 +0300

    INFRA-22136 Replace bintray.io with apache.jfrog.io
    
    (cherry picked from commit e3958b25642b90dbe011419a5aa0e489ce7774b3)
---
 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 8baaf84..10674ff 100644
--- a/wicket-examples/pom.xml
+++ b/wicket-examples/pom.xml
@@ -314,7 +314,7 @@
 						<artifactId>dockerfile-maven-plugin</artifactId>
 						<version>${dockerfile-maven-plugin.version}</version>
 						<configuration>
-							<repository>apache-docker-wicket-docker.bintray.io/wicket-examples</repository>
+							<repository>apache.jfrog.io/wicket-docker/wicket-examples</repository>
 							<tag>LATEST-9</tag>
 						</configuration>
 						<executions>