From 7cb11962ca6dd67ab42144748a7c17158476220b Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Fri, 26 Jun 2020 00:27:54 +0300 Subject: [PATCH] Rebuild to pick jsr250-api switch to jakarta-annotations. --- xmvn.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xmvn.spec b/xmvn.spec index 7577303..1943157 100644 --- a/xmvn.spec +++ b/xmvn.spec @@ -10,7 +10,7 @@ Name: xmvn Version: 3.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Local Extensions for Apache Maven License: ASL 2.0 @@ -362,6 +362,9 @@ cp -P ${maven_home}/bin/m2.conf %{buildroot}%{_datadir}/%{name}/bin/ %doc LICENSE NOTICE %changelog +* Fri Jun 26 2020 Alexander Kurtakov 3.1.0-4 +- Rebuild to pick jsr250-api switch to jakarta-annotations. + * Thu Jun 25 2020 Alexander Kurtakov 3.1.0-3 - Ignore test failures as they fail when built Java 11.