Rebuilt for JDK-11

This commit is contained in:
Jiri 2020-07-10 14:11:51 +02:00
parent 507fd506c7
commit 7c8f366490

View File

@ -2,7 +2,7 @@
Name: maven-surefire
Version: 2.22.0
Release: 7%{?dist}
Release: 8%{?dist}
Epoch: 0
Summary: Test framework project
License: ASL 2.0 and CPL
@ -204,6 +204,9 @@ sed -i /-Xdoclint:all/d pom.xml
%license LICENSE NOTICE cpl-v10.html
%changelog
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 0:2.22.0-8
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
* Wed Mar 25 2020 Severin Gehwolf <sgehwolf@redhat.com> - 0:2.22.0-7
- Add maven-compat dependency in maven-surefire-common for ArtifactResolver
class.