From 45e61886430cad6120dce813ce7c070b7d4924ad Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Aug 2024 10:34:03 -0700 Subject: [PATCH] Bump release for Aug 2024 java mass rebuild Signed-off-by: Troy Dawson --- maven-surefire.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/maven-surefire.spec b/maven-surefire.spec index 637abaa..ab6ab73 100644 --- a/maven-surefire.spec +++ b/maven-surefire.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: maven-surefire Version: 3.2.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Test framework project License: Apache-2.0 AND CPL-1.0 URL: https://maven.apache.org/surefire/ @@ -173,6 +173,9 @@ find -name *.java -exec sed -i -e s/org.apache.maven.surefire.shared.utils/org.a %license LICENSE NOTICE cpl-v10.html %changelog +* Thu Aug 01 2024 Troy Dawson - 3.2.2-5 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 3.2.2-4 - Bump release for June 2024 mass rebuild