From 9c01cd0ed537d5010f8dfca455c1502f55c0b7ae Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Fri, 26 Jun 2020 09:21:28 +0300 Subject: [PATCH] Rebuild to verify xmvn/maven switch to jakarta-annotations. --- apache-commons-collections.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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.