This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 10f6474 Use HTTPS instead of HTTP to resolve dependencies
10f6474 is described below
commit 10f6474b7dcc8eda9199d008c0f008836e3ce649
Author: Jonathan Leitschuh <[email protected]>
AuthorDate: Mon Feb 10 19:05:33 2020 -0500
Use HTTPS instead of HTTP to resolve dependencies
This fixes a security vulnerability in this project where the `pom.xml`
files were configuring Maven to resolve dependencies over HTTP instead of
HTTPS.
Signed-off-by: Jonathan Leitschuh <[email protected]>
---
src/it/mjmod-8-generate-jmod-in-other-project/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/it/mjmod-8-generate-jmod-in-other-project/pom.xml
b/src/it/mjmod-8-generate-jmod-in-other-project/pom.xml
index 49725f8..1d6555d 100644
--- a/src/it/mjmod-8-generate-jmod-in-other-project/pom.xml
+++ b/src/it/mjmod-8-generate-jmod-in-other-project/pom.xml
@@ -62,7 +62,7 @@
<pluginRepositories>
<pluginRepository>
<id>apache.snapshots</id>
- <url>http://repository.apache.org/snapshots/</url>
+ <url>https://repository.apache.org/snapshots/</url>
</pluginRepository>
</pluginRepositories>