diff --git a/maven-resources-plugin.spec b/maven-resources-plugin.spec index 8dcc20a..6f70357 100644 --- a/maven-resources-plugin.spec +++ b/maven-resources-plugin.spec @@ -1,10 +1,10 @@ Name: maven-resources-plugin Version: 3.1.0 -Release: 4 +Release: 5 Summary: Apache Maven Resources Plugin License: ASL 2.0 URL: http://maven.apache.org/plugins/maven-resources-plugin -Source0: http://repo2.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip +Source0: https://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip BuildArch: noarch BuildRequires: maven-local mvn(commons-io:commons-io) mvn(org.apache.maven:maven-core) mvn(org.apache.maven:maven-model) BuildRequires: mvn(org.apache.maven:maven-plugin-api) mvn(org.apache.maven.plugins:maven-plugin-plugin) mvn(org.apache.maven.plugins:maven-plugins:pom:) @@ -40,5 +40,8 @@ Files for help with maven-resources-plugin. %files help -f .mfiles-javadoc %changelog +* Wed Nov 16 2022 yaoxin - 3.1.0-5 +- Modify invalid Source + * Tue Dec 03 2019 gulining - 3.1.0-4 - Pakcage init