1d22028
Name:           jackson-bom
Packit 6c62307
Version:        2.17.0
d1672f7
Release:        2%{?dist}
1d22028
Summary:        Bill of materials POM for Jackson projects
4497adf
License:        Apache-2.0
48d1131
1d22028
URL:            https://github.com/FasterXML/jackson-bom
1d22028
Source0:        %{url}/archive/%{name}-%{version}.tar.gz
2c0ffc2
2c0ffc2
BuildRequires:  maven-local
d1672f7
BuildRequires:  mvn(com.fasterxml.jackson:jackson-parent:pom:) >= 2.17
4d3a0fc
BuildRequires:  mvn(junit:junit)
2c0ffc2
2c0ffc2
BuildArch:      noarch
fe67263
%if 0%{?fedora} || 0%{?rhel} >= 10
16e7b70
ExclusiveArch:  %{java_arches} noarch
928a193
%endif
2c0ffc2
2c0ffc2
%description
2c0ffc2
A "bill of materials" POM for Jackson dependencies.
2c0ffc2
2c0ffc2
%prep
2c0ffc2
%setup -q -n %{name}-%{name}-%{version}
2c0ffc2
2c0ffc2
# Disable plugins not needed during RPM builds
2c0ffc2
%pom_remove_plugin ":maven-enforcer-plugin" base
7f4ff80
%pom_remove_plugin ":nexus-staging-maven-plugin" base
2c0ffc2
db39232
# New EE coords
db39232
%pom_change_dep "javax.activation:javax.activation-api" "jakarta.activation:jakarta.activation-api" base
db39232
d1672f7
# Remove dep on junit-bom
d1672f7
%pom_remove_dep "org.junit:junit-bom" base
d1672f7
2c0ffc2
%build
2c0ffc2
%mvn_build -j
2c0ffc2
2c0ffc2
%install
2c0ffc2
%mvn_install
2c0ffc2
2c0ffc2
%files -f .mfiles
2c0ffc2
%doc README.md
2c0ffc2
%license LICENSE
2c0ffc2
2c0ffc2
%changelog
d1672f7
* Fri Mar 15 2024 Chris Kelley <ckelley@redhat.com> - 2.17.0-2
d1672f7
- Fix build issue with introduction of JUnit5
d1672f7
Packit 6c62307
* Tue Mar 12 2024 Packit <hello@packit.dev> - 2.17.0-1
Packit 6c62307
- [maven-release-plugin] prepare release jackson-bom-2.17.0 (Tatu Saloranta)
Packit 6c62307
- Prepare for 2.17.0 release (Tatu Saloranta)
Packit 6c62307
- Update to 2.17 jackson-parent (Tatu Saloranta)
Packit 6c62307
- Back to snapshot deps (Tatu Saloranta)
Packit 6c62307
- [maven-release-plugin] prepare for next development iteration (Tatu Saloranta)
Packit 6c62307
- Back to snapshot deps (Tatu Saloranta)
Packit 6c62307
- [maven-release-plugin] prepare for next development iteration (Tatu Saloranta)
Packit 6c62307
- [maven-release-plugin] prepare release jackson-bom-2.17.0-rc1 (Tatu Saloranta)
Packit 6c62307
- Prepare for 2.17.0-rc1 (Tatu Saloranta)
Packit 6c62307
- Add `jackson-jr-extension-javatime` (to be included in 2.17) (Tatu Saloranta)
Packit 6c62307
- Add JDK 21 on ci (Tatu Saloranta)
Packit 6c62307
- Add managed version dependency to JUnit 5 (Tatu Saloranta)
Packit 6c62307
- Prepare for 2.17.0-rc1 release cycle (Tatu Saloranta)
Packit 6c62307
- Update maven properies version (Tatu Saloranta)
Packit 6c62307
- Further update to refer to the very latest released version, 2.16.1 (Tatu Saloranta)
Packit 6c62307
- latest release version in readme (SanviT)
Packit 6c62307
- Start 2.17 branch (Tatu Saloranta)
Packit 6c62307
- Resolves rhbz#2269275
Packit 6c62307
Packit 9b2e813
* Sat Mar 09 2024 Packit <hello@packit.dev> - 2.16.2-1
Packit 9b2e813
- [maven-release-plugin] prepare release jackson-bom-2.16.2 (Tatu Saloranta)
Packit 9b2e813
- Prepare for 2.16.2 release (Tatu Saloranta)
Packit 9b2e813
- Resolves rhbz#2268705
Packit 9b2e813
81d5eb4
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 2.16.1-3
81d5eb4
- Rebuilt for java-21-openjdk as system jdk
81d5eb4
b0a9356
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.16.1-2
b0a9356
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
b0a9356
27f08f3
* Mon Jan 22 2024 Marco Fargetta <mfargett@redhat.com> - 2.16.1-1
ca55e50
- [maven-release-plugin] prepare release jackson-bom-2.16.1 (Tatu Saloranta)
ca55e50
- Prepare for 2.16.1 release (Tatu Saloranta)
ca55e50
- back to snapshot deps (Tatu Saloranta)
ca55e50
- [maven-release-plugin] prepare for next development iteration (Tatu Saloranta)
ca55e50
b189345
* Sat Jan 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.16.0-2
b189345
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
b189345
Packit eb259a4
* Wed Nov 15 2023 Packit <hello@packit.dev> - 2.16.0-1
Packit eb259a4
- [maven-release-plugin] prepare release jackson-bom-2.16.0 (Tatu Saloranta)
Packit eb259a4
- Prepare for 2.16.0 release (Tatu Saloranta)
Packit eb259a4
- Add version of `jackson-module-android-record` (Tatu Saloranta)
Packit eb259a4
- Back to snapshot deps (Tatu Saloranta)
Packit eb259a4
- [maven-release-plugin] prepare for next development iteration (Tatu Saloranta)
Packit eb259a4
- Resolves rhbz#2249891
Packit eb259a4
b7e25a4
* Mon Nov 06 2023 Chris Kelley <ckelley@redhat.com> - 2.15.3-1
b7e25a4
- [maven-release-plugin] prepare release jackson-bom-2.15.3 (Tatu Saloranta)
b7e25a4
- Prepare for 2.15.3 release (Tatu Saloranta)
b7e25a4
- Update `nexus-staging-maven-plugin` dep to 1.6.13 (from 1.6.8) (Tatu Saloranta)
b7e25a4
- To 2.15.3-SNAPSHOT (Tatu Saloranta)
b7e25a4
- [maven-release-plugin] prepare for next development iteration (Tatu Saloranta)
b7e25a4
3fdb247
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.15.2-2
3fdb247
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
3fdb247
4d3a0fc
* Mon Jun 19 2023 Chris Kelley <ckelley@redhat.com> - 2.15.2-1
4d3a0fc
- Update to version 2.15.2
4d3a0fc
66f228a
* Tue Apr 25 2023 Chris Kelley <ckelley@redhat.com> - 2.15.0-1
66f228a
- Update to version 2.15.0
66f228a
ad51282
* Tue Jan 31 2023 Chris Kelley <ckelley@redhat.com> - 2.14.2-1
ad51282
- Update to version 2.14.2
ad51282
11c2118
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.1-2
11c2118
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
11c2118
497afe8
* Wed Nov 23 2022 Chris Kelley <ckelley@redhat.com> - 2.14.1-1
497afe8
- Update to version 2.14.1
497afe8
59bb8e7
* Tue Nov 08 2022 Chris Kelley <ckelley@redhat.com> - 2.14.0-1
59bb8e7
- Update to version 2.14
4497adf
- Uptade to use SPDX licence
59bb8e7
94798bd
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.4-7
94798bd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
94798bd
16e7b70
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 2.11.4-6
16e7b70
- Rebuilt for Drop i686 JDKs
16e7b70
8a5863d
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 2.11.4-5
8a5863d
- Rebuilt for java-17-openjdk as system jdk
8a5863d
6136c58
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.4-4
6136c58
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
6136c58
30b3b6b
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.4-3
30b3b6b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
30b3b6b
c599dec
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.4-2
c599dec
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c599dec
1d22028
* Mon Jan 18 2021 Fabio Valentini <decathorpe@gmail.com> - 2.11.4-1
1d22028
- Update to version 2.11.4.
1d22028
032c2d4
* Wed Oct 14 2020 Fabio Valentini <decathorpe@gmail.com> - 2.11.3-1
032c2d4
- Update to version 2.11.3.
032c2d4
9baf102
* Sat Aug 08 2020 Fabio Valentini <decathorpe@gmail.com> - 2.11.2-1
9baf102
- Update to version 2.11.2.
9baf102
e18d1c8
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-3
e18d1c8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
e18d1c8
82293fe
* Fri Jul 10 2020 Jiri Vanek <jvanek@redhat.com> - 2.11.1-2
82293fe
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
82293fe
2e66324
* Mon Jul 06 2020 Fabio Valentini <decathorpe@gmail.com> - 2.11.1-1
2e66324
- Update to version 2.11.1.
2e66324
e94fe4e
* Mon May 25 2020 Fabio Valentini <decathorpe@gmail.com> - 2.11.0-1
e94fe4e
- Update to version 2.11.0.
e94fe4e
48d1131
* Fri May 08 2020 Fabio Valentini <decathorpe@gmail.com> - 2.10.4-1
48d1131
- Update to version 2.10.4.
48d1131
3e18102
* Tue Mar 03 2020 Fabio Valentini <decathorpe@gmail.com> - 2.10.3-1
3e18102
- Update to version 2.10.3.
3e18102
c42cddb
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.2-2
c42cddb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c42cddb
5cf744b
* Fri Jan 17 2020 Fabio Valentini <decathorpe@gmail.com> - 2.10.2-1
5cf744b
- Update to version 2.10.2.
5cf744b
7f4ff80
* Wed Nov 13 2019 Fabio Valentini <decathorpe@gmail.com> - 2.10.1-1
7f4ff80
- Update to version 2.10.1.
7f4ff80
Alexander Scheel 093b5b4
* Thu Oct 3 2019 Alexander Scheel <ascheel@redhat.com> - 2.10.0-1
Alexander Scheel 093b5b4
- Update to latest upstream release
Alexander Scheel 093b5b4
Alexander Scheel 7a10125
* Thu Sep 12 2019 Alexander Scheel <ascheel@redhat.com> - 2.9.9-1
Alexander Scheel 7a10125
- Update to latest upstream release
Alexander Scheel 7a10125
69c7ec7
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.8-2
69c7ec7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
69c7ec7
db39232
* Wed Feb 06 2019 Mat Booth <mat.booth@redhat.com> - 2.9.8-1
db39232
- Update to latest upstream release
db39232
0c19296
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-4
0c19296
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0c19296
592016d
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-3
592016d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
592016d
6fa8bc2
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.4-2
6fa8bc2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6fa8bc2
86553a4
* Wed Jan 24 2018 Mat Booth <mat.booth@redhat.com> - 2.9.4-1
86553a4
- Update to latest upstream release
86553a4
2c0ffc2
* Thu Jan 18 2018 Mat Booth <mat.booth@redhat.com> - 2.9.3-1
2c0ffc2
- Initial packaging
2c0ffc2