diff --git a/SPECS/modulemaker-maven-plugin.spec b/SPECS/modulemaker-maven-plugin.spec index 08a4c66..a5258c2 100644 --- a/SPECS/modulemaker-maven-plugin.spec +++ b/SPECS/modulemaker-maven-plugin.spec @@ -2,7 +2,7 @@ Name: modulemaker-maven-plugin Version: 1.9 -Release: 7%{?dist} +Release: 8%{?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,10 @@ cp -p %{SOURCE1} . %license LICENSE-2.0.txt %changelog +* Tue Oct 29 2024 Troy Dawson - 1.9-8 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Mon Aug 05 2024 Mikolaj Izdebski - 1.9-7 - Switch Java compiler source/target to 1.8 - Resolves: RHEL-52701