From ddcc5eaa857ad63e335bb8ee83ef8b6bea871a8c Mon Sep 17 00:00:00 2001 From: Jiri Date: Fri, 10 Jul 2020 13:45:51 +0200 Subject: [PATCH] Rebuilt for JDK-11 --- maven-plugin-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/maven-plugin-tools.spec b/maven-plugin-tools.spec index dbe2ada..1adbeee 100644 --- a/maven-plugin-tools.spec +++ b/maven-plugin-tools.spec @@ -3,7 +3,7 @@ Name: maven-plugin-tools Version: 3.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 0 Summary: Maven Plugin Tools License: ASL 2.0 @@ -237,6 +237,9 @@ API documentation for %{name}. %changelog +* Fri Jul 10 2020 Jiri Vanek - 0:3.6.0-5 +- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11 + * Thu May 14 2020 Fabio Valentini - 0:3.6.0-4 - Ignore jTidy crashes when generating maven plugin descriptors.