This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit c1a94447735a5f494ba3c963037590d0d10c55e5 Author: Martin Desruisseaux <[email protected]> AuthorDate: Fri Jun 10 19:15:37 2022 +0200 USe https for avoiding that Maven blocks this repository. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ba1594b471..ef8fb26a2c 100644 --- a/pom.xml +++ b/pom.xml @@ -1000,7 +1000,7 @@ <repository> <id>geotoolkit</id> <name>Geotoolkit.org repository</name> - <url>http://maven.geotoolkit.org</url> + <url>https://maven.geotoolkit.org</url> </repository> </repositories>
