From ad796198a1d3eba403bb1dd494c391f86d517831 Mon Sep 17 00:00:00 2001 From: Marian Koncek Date: Mon, 21 Sep 2020 16:27:19 +0200 Subject: [PATCH] Use https --- maven-surefire.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven-surefire.spec b/maven-surefire.spec index 68ea441..5f1b2c0 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -3,14 +3,14 @@ Version: 3.0.0~M3 Release: 4%{?dist} Summary: Test framework project License: ASL 2.0 and CPL -URL: http://maven.apache.org/surefire/ +URL: https://maven.apache.org/surefire/ BuildArch: noarch # ./generate-tarball.sh 3.0.0-M3 Source0: %{name}-3.0.0-M3.tar.gz # Remove bundled binaries which cannot be easily verified for licensing Source1: generate-tarball.sh -Source2: http://junit.sourceforge.net/cpl-v10.html +Source2: https://junit.sourceforge.net/cpl-v10.html Patch1: 0001-Port-to-TestNG-6.11.patch Patch2: 0002-Port-to-current-maven-shared-utils.patch