From b18c4c891984fd98a7582c18cda7803bc9797672 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Oct 14 2019 08:04:16 +0000 Subject: remove useless maven-release-plugin to fix builds --- diff --git a/hibernate-jpa-2.0-api.spec b/hibernate-jpa-2.0-api.spec index 744688b..4d09797 100644 --- a/hibernate-jpa-2.0-api.spec +++ b/hibernate-jpa-2.0-api.spec @@ -3,7 +3,7 @@ Name: hibernate-jpa-2.0-api Version: 1.0.1 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Java Persistence 2.0 (JSR 317) API License: EPL and BSD URL: http://www.hibernate.org/ @@ -16,7 +16,6 @@ Patch1: %{name}-%{namedversion}-osgi-manifest.patch BuildArch: noarch BuildRequires: maven-local -BuildRequires: maven-release-plugin %description Hibernate definition of the Java Persistence 2.0 (JSR 317) API. @@ -34,6 +33,7 @@ This package contains the API documentation for %{name}. %pom_xpath_remove pom:build/pom:extensions +%pom_remove_plugin :maven-release-plugin %pom_remove_plugin :maven-source-plugin # Fixing wrong-file-end-of-line-encoding @@ -55,6 +55,9 @@ sed -i 's/\r//' target/site/apidocs/jdstyle.css %license license.txt %changelog +* Mon Oct 14 2019 Fabio Valentini - 1.0.1-25 +- Remove useless maven-release-plugin to fix builds. + * Thu Jul 25 2019 Fedora Release Engineering - 1.0.1-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild