Mercurial > dive4elements > framework
changeset 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 | 408fd2cb7bb5 |
children | e4dd898063a2 |
files | artifacts-common/pom.xml pom.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.0.2</version> + <version>2.0.2</version> <configuration> <source>1.6</source> <target>1.6</target>
--- 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>