Update to upstream version 3.2.0
This commit is contained in:
parent
bfae53f97c
commit
16f53172eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ maven-resources-plugin-2.2.tar.gz
|
|||||||
/maven-resources-plugin-3.0.1-source-release.zip
|
/maven-resources-plugin-3.0.1-source-release.zip
|
||||||
/maven-resources-plugin-3.0.2-source-release.zip
|
/maven-resources-plugin-3.0.2-source-release.zip
|
||||||
/maven-resources-plugin-3.1.0-source-release.zip
|
/maven-resources-plugin-3.1.0-source-release.zip
|
||||||
|
/maven-resources-plugin-3.2.0-source-release.zip
|
||||||
|
@ -1,10 +1,11 @@
|
|||||||
Name: maven-resources-plugin
|
Name: maven-resources-plugin
|
||||||
Version: 3.1.0
|
Version: 3.2.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Maven Resources Plugin
|
Summary: Maven Resources Plugin
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://maven.apache.org/plugins/maven-resources-plugin
|
URL: https://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
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
@ -14,6 +15,7 @@ BuildRequires: mvn(org.apache.maven:maven-model)
|
|||||||
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:)
|
||||||
|
BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)
|
||||||
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
|
||||||
BuildRequires: mvn(org.apache.maven.shared:maven-filtering)
|
BuildRequires: mvn(org.apache.maven.shared:maven-filtering)
|
||||||
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
BuildRequires: mvn(org.codehaus.plexus:plexus-interpolation)
|
||||||
@ -29,12 +31,11 @@ Summary: Javadoc for %{name}
|
|||||||
%description javadoc
|
%description javadoc
|
||||||
API documentation for %{name}.
|
API documentation for %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%mvn_build -f
|
%mvn_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
@ -46,6 +47,9 @@ API documentation for %{name}.
|
|||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 11 2020 Marian Koncek <mkoncek@redhat.com> - 3.2.0-1
|
||||||
|
- Update to upstream version 3.2.0
|
||||||
|
|
||||||
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-5
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.0-5
|
||||||
- Mass rebuild for javapackages-tools 201902
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (maven-resources-plugin-3.1.0-source-release.zip) = 8dc27350e3bc91b6c7d0e4106a615d40f95401f6ac68405cd25866e44ba495b6219cb2c89bb1461831e481ab880e628bd320710c3ceb261141fb9931be6bc040
|
SHA512 (maven-resources-plugin-3.2.0-source-release.zip) = ca920a510de6195d563c49617920823562aaa9be56cc8ca8f87fa9473d65814a6f4ce33f32ccdb7c9115162f8a560cded3deb2cc32bd4b8649a8e57ccc4fb020
|
||||||
|
Loading…
Reference in New Issue
Block a user