From fb6a868a7897c95ef021f3dc90c6e65add3b48fa Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Thu, 1 Aug 2024 10:34:05 -0700 Subject: [PATCH] Bump release for Aug 2024 java mass rebuild Signed-off-by: Troy Dawson --- modulemaker-maven-plugin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/modulemaker-maven-plugin.spec b/modulemaker-maven-plugin.spec index f8d4094..55fc6d8 100644 --- a/modulemaker-maven-plugin.spec +++ b/modulemaker-maven-plugin.spec @@ -1,8 +1,8 @@ -%bcond_with bootstrap +%bcond_without bootstrap Name: modulemaker-maven-plugin Version: 1.9 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A plugin for creating module-info.class files License: Apache-2.0 URL: https://github.com/raphw/modulemaker-maven-plugin @@ -56,6 +56,9 @@ cp -p %{SOURCE1} . %license LICENSE-2.0.txt %changelog +* Thu Aug 01 2024 Troy Dawson - 1.9-7 +- Bump release for Aug 2024 java mass rebuild + * Mon Jun 24 2024 Troy Dawson - 1.9-6 - Bump release for June 2024 mass rebuild