From a304475ce08d0dcc9b1b5e6925f8b541719afe20 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:48:29 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- maven-plugin-testing.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/maven-plugin-testing.spec b/maven-plugin-testing.spec index f01143d..c9e5c28 100644 --- a/maven-plugin-testing.spec +++ b/maven-plugin-testing.spec @@ -2,7 +2,7 @@ Name: maven-plugin-testing Version: 3.3.0 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Maven Plugin Testing License: Apache-2.0 URL: https://maven.apache.org/plugin-testing/ @@ -76,6 +76,10 @@ The Maven Plugin Testing Harness provides mechanisms to manage tests on Mojo. %doc LICENSE NOTICE %changelog +* Tue Oct 29 2024 Troy Dawson - 3.3.0-34 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Aug 05 2024 Mikolaj Izdebski - 3.3.0-33 - Switch Java compiler source/target to 1.8 - Resolves: RHEL-52698