From 92cf16f48dd4b8404c0d7aeacd17091641deff96 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Feb 28 2024 18:32:53 +0000 Subject: Build for JDK 8 at a minimum (rhbz#2266674) --- diff --git a/maven-reporting-impl.spec b/maven-reporting-impl.spec index 38b1fed..89c3f43 100644 --- a/maven-reporting-impl.spec +++ b/maven-reporting-impl.spec @@ -50,6 +50,9 @@ rm README.md.orig # and therefore they don't work in Koji %pom_remove_plugin :maven-invoker-plugin +# Compile for JDK 8 at a minimum +%pom_xpath_set '//pom:javaVersion' 8 + %build %mvn_build @@ -61,6 +64,9 @@ rm README.md.orig %license LICENSE NOTICE %changelog +* Wed Feb 28 2024 Jerry James - 3.2.0-6 +- Build for JDK 8 at a minimum (rhbz#2266674) + * Tue Feb 27 2024 Jiri Vanek - 3.2.0-6 - Rebuilt for java-21-openjdk as system jdk