From 7e97fddd0491374fc16c5fdf87cdca19462bcd52 Mon Sep 17 00:00:00 2001 From: Severin Gehwolf Date: Mar 25 2020 18:52:16 +0000 Subject: Remove explicit requirement on maven-plugin-tools-javadoc This should not be needed anymore since plexus-javadoc patch got added to the -34 release which was the original problem. --- diff --git a/maven-parent.spec b/maven-parent.spec index 2f43f5e..93aaf9f 100644 --- a/maven-parent.spec +++ b/maven-parent.spec @@ -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 - 34-2 +- Remove explicit requirement on maven-plugin-tools-javadoc + * Mon Mar 02 2020 Fabio Valentini - 34-1 - Update to version 34. - Switch to HTTPS URL for source downloads.