From 34259ee636323644c2256019a2880f810cebf88f Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Thu, 17 Nov 2022 11:47:34 +0800 Subject: [PATCH] Modify invalid Source --- maven-reporting-impl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/maven-reporting-impl.spec b/maven-reporting-impl.spec index 1063854..bc41a33 100644 --- a/maven-reporting-impl.spec +++ b/maven-reporting-impl.spec @@ -1,10 +1,10 @@ Name: maven-reporting-impl Version: 3.0.0 -Release: 5 +Release: 6 Summary: Abstract classes to manage report generation License: ASL 2.0 URL: http://maven.apache.org/shared/maven-reporting-impl/ -Source0: http://repo1.maven.org/maven2/org/apache/maven/reporting/%{name}/%{version}/%{name}-%{version}-source-release.zip +Source0: https://repo1.maven.org/maven2/org/apache/maven/reporting/%{name}/%{version}/%{name}-%{version}-source-release.zip Patch0001: 0001-Remove-dependency-on-junit-addons.patch @@ -45,5 +45,8 @@ This package contains the API help documentation for maven-reporting-impl. %files help -f .mfiles-javadoc %changelog +* Thu Nov 17 2022 yaoxin - 3.0.0-6 +- Modify invalid Source + * Thu Dec 12 2019 lingsheng - 3.0.0-5 - Package init