Mercurial > dive4elements > framework
diff pom.xml @ 563:ccd029fbc084 3.2.x 3.2.3
Use https for maven repositories
This provides a minimal level of trustworthiness for the downloaded
content.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Tue, 02 Jun 2020 19:16:17 +0200 |
parents | 415df0fc4fa1 |
children | 2a6524b36ab6 |
line wrap: on
line diff
--- a/pom.xml Thu Jun 14 15:30:53 2018 +0200 +++ b/pom.xml Tue Jun 02 19:16:17 2020 +0200 @@ -32,12 +32,12 @@ <repository> <id>maven-restlet</id> <name>Public online Restlet repository</name> - <url>http://maven.restlet.org</url> + <url>https://maven.restlet.org</url> </repository> <repository> <id>maven-jetty</id> <name>Public jetty repository</name> - <url>http://oss.sonatype.org/content/groups/jetty</url> + <url>https://oss.sonatype.org/content/groups/jetty</url> </repository> </repositories> <modules>