# HG changeset patch # User Tom Gottfried # Date 1591118177 -7200 # Node ID ccd029fbc084990f54c0c5a8beefb96d4771126c # Parent 408fd2cb7bb5caf5503d3836de7bd15293e44d3f Use https for maven repositories This provides a minimal level of trustworthiness for the downloaded content. diff -r 408fd2cb7bb5 -r ccd029fbc084 artifacts-common/pom.xml --- a/artifacts-common/pom.xml Thu Jun 14 15:30:53 2018 +0200 +++ b/artifacts-common/pom.xml Tue Jun 02 19:16:17 2020 +0200 @@ -50,7 +50,7 @@ org.apache.maven.plugins maven-compiler-plugin - 2.0.2 + 2.0.2 1.6 1.6 diff -r 408fd2cb7bb5 -r ccd029fbc084 pom.xml --- 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 @@ maven-restlet Public online Restlet repository - http://maven.restlet.org + https://maven.restlet.org maven-jetty Public jetty repository - http://oss.sonatype.org/content/groups/jetty + https://oss.sonatype.org/content/groups/jetty