[PATCH] Use https for maven repositories
Wald Commits
scm-commit at wald.intevation.org
Tue Jun 2 19:17:38 CEST 2020
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1591118177 -7200
# Tue Jun 02 19:16:17 2020 +0200
# Branch 3.2.x
# 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 @@
<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>
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 @@
<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>
More information about the Dive4Elements-commits
mailing list