From 2e63ff1c00d902069667a6e2d19cb774bc2552fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scheibe?= Date: Tue, 7 Jan 2020 14:54:11 +0100 Subject: [PATCH] Use HTTPS instead of HTTP URLs in pom.xml (#27) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f26455d..b12dd21 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ Apache License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt + https://www.apache.org/licenses/LICENSE-2.0.txt repo @@ -36,7 +36,7 @@ scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git HEAD - http://github.com/jenkinsci/${project.artifactId}-plugin + https://github.com/jenkinsci/${project.artifactId}-plugin