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