Bump release for Aug 2024 java mass rebuild

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson 2024-08-01 10:33:52 -07:00
parent bd0390b1b5
commit 22c4010eae

View File

@ -1,4 +1,4 @@
%bcond_with bootstrap
%bcond_without bootstrap
# Component versions, taken from gradle.properties
%global platform_version 1.%(v=%{version}; echo ${v:2})
@ -7,7 +7,7 @@
Name: junit5
Version: 5.10.2
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Java regression testing framework
License: EPL-2.0
URL: https://junit.org/junit5/
@ -131,6 +131,9 @@ ln -s ../../javadoc/junit5 documentation/src/docs/api
%doc documentation/src/docs/*
%changelog
* Thu Aug 01 2024 Troy Dawson <tdawson@redhat.com> - 5.10.2-3
- Bump release for Aug 2024 java mass rebuild
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 5.10.2-2
- Bump release for June 2024 mass rebuild