diff --git a/apache-commons-collections.spec b/apache-commons-collections.spec index a017c3f..eec8993 100644 --- a/apache-commons-collections.spec +++ b/apache-commons-collections.spec @@ -3,7 +3,7 @@ Name: apache-%{short_name} Version: 3.2.2 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Provides new interfaces, implementations and utilities for Java Collections License: ASL 2.0 URL: http://commons.apache.org/%{base_name}/ @@ -84,6 +84,9 @@ sed -i 's/\r//' LICENSE.txt PROPOSAL.html README.txt NOTICE.txt %changelog +* Fri Jun 26 2020 Alexander Kurtakov 3.2.2-18 +- Rebuild to verify xmvn/maven switch to jakarta-annotations. + * Thu Jun 25 2020 Roland Grunberg - 3.2.2-17 - Fix ambiguous reference in AbstractTestCollection to build on Java 11.