From 4e9bc5541c1945f75aa72a11551ee78ffe6587cb Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Thu, 25 Jun 2020 21:21:54 +0300 Subject: [PATCH] Switch jsr250 to jakarta-anntations. --- maven.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/maven.spec b/maven.spec index 8064465..ac35b76 100644 --- a/maven.spec +++ b/maven.spec @@ -7,7 +7,7 @@ Name: maven Epoch: 1 Version: 3.6.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Java project management and project comprehension tool # maven itself is ASL 2.0 # bundled slf4j is MIT @@ -101,7 +101,7 @@ Requires: apache-commons-lang3 Requires: apache-commons-logging Requires: atinject Requires: cdi-api -Requires: geronimo-annotation +Requires: jakarta-annotations Requires: google-guice Requires: guava Requires: hawtjni-runtime @@ -294,6 +294,9 @@ update-alternatives --install %{_bindir}/mvn mvn %{homedir}/bin/mvn %{?maven_alt %changelog +* Thu Jun 25 2020 Alexander Kurtakov 1:3.6.3-2 +- Switch jsr250 to jakarta-anntations. + * Mon May 25 2020 Fabio Valentini - 1:3.6.3-1 - Update to version 3.6.3.