|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: maven-parent
|
|
|
|
|
Version: 34
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Apache Maven parent POM
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
|
|
|
|
@ -16,9 +16,6 @@ BuildRequires: mvn(org.apache.maven.plugins:maven-remote-resources-plugin)
|
|
|
|
|
BuildRequires: mvn(org.apache:apache:pom:)
|
|
|
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
|
|
|
|
|
|
|
|
|
# explicitly require maven-plugin-tools-javadoc
|
|
|
|
|
Requires: mvn(org.apache.maven.plugin-tools:maven-plugin-tools-javadoc)
|
|
|
|
|
|
|
|
|
|
# this package obsoletes maven-shared and maven-plugins-pom
|
|
|
|
|
Provides: maven-shared = %{version}-%{release}
|
|
|
|
|
Obsoletes: maven-shared < 22-9
|
|
|
|
@ -48,6 +45,9 @@ Apache Maven parent POM file used by other Maven projects.
|
|
|
|
|
%doc LICENSE NOTICE
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Mar 25 2020 Severin Gehwolf <sgehwolf@redhat.com> - 34-2
|
|
|
|
|
- Remove explicit requirement on maven-plugin-tools-javadoc
|
|
|
|
|
|
|
|
|
|
* Mon Mar 02 2020 Fabio Valentini <decathorpe@gmail.com> - 34-1
|
|
|
|
|
- Update to version 34.
|
|
|
|
|
- Switch to HTTPS URL for source downloads.
|
|
|
|
|