Synchronize with Fedora version
Related: RHEL-54008
This commit is contained in:
parent
8571b9b029
commit
131c6a1ed4
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/exec-maven-plugin-3.0.0-source-release.zip
|
||||
/exec-maven-plugin-3.1.0-source-release.zip
|
||||
/exec-maven-plugin-3.1.1-source-release.zip
|
||||
/exec-maven-plugin-3.3.0-source-release.zip
|
||||
|
@ -1,11 +1,12 @@
|
||||
Name: exec-maven-plugin
|
||||
Version: 3.1.1
|
||||
Release: 4%{?dist}
|
||||
Version: 3.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Exec Maven Plugin
|
||||
|
||||
License: ASL 2.0
|
||||
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
|
||||
License: Apache-2.0
|
||||
URL: https://www.mojohaus.org/exec-maven-plugin/
|
||||
Source0: https://repo1.maven.org/maven2/org/codehaus/mojo/exec-maven-plugin/%{version}/exec-maven-plugin-%{version}-source-release.zip
|
||||
Source0: https://repo1.maven.org/maven2/org/codehaus/mojo/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||||
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
@ -49,6 +50,7 @@ find . -name *.jar -delete
|
||||
%pom_remove_dep :plexus-xml
|
||||
%pom_remove_dep :slf4j-simple
|
||||
|
||||
%pom_remove_plugin :sisu-maven-plugin
|
||||
%pom_remove_plugin :maven-dependency-plugin
|
||||
|
||||
rm -rf src/test/
|
||||
@ -64,6 +66,9 @@ rm -rf src/test/
|
||||
%dir %{_javadir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Aug 12 2024 Marián Konček <mkoncek@redhat.com> - 3.3.0-1
|
||||
- Synchronize with Fedora version
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.1.1-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (exec-maven-plugin-3.1.1-source-release.zip) = 65dcea28837d782537c1c06122526210b3cb11d68bef36c27c7de8d2f69b0d7d748766e1efd4ab68016924b98733a6f0b5137dede1555b2b49f82378d8b67e2a
|
||||
SHA512 (exec-maven-plugin-3.3.0-source-release.zip) = dc8b8b6ef3260f4041dd6b8e0162f056ce111a703b4f5abfdbf1204775090321777559086aac1d5c28d23818c17cfd2729a74d9d314574b918b47841485e2281
|
||||
|
Loading…
Reference in New Issue
Block a user