diff --git a/osgi-annotation.spec b/osgi-annotation.spec index 25f51c5..4d15cf0 100644 --- a/osgi-annotation.spec +++ b/osgi-annotation.spec @@ -63,7 +63,7 @@ cp -p %{SOURCE1} pom.xml %mvn_alias org.osgi:osgi.annotation org.osgi:org.osgi.annotation %build -%mvn_build -- -Dmaven.compiler.source=1.7 -Dmaven.compiler.target=1.7 +%mvn_build -- -Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8 %install %mvn_install @@ -75,6 +75,10 @@ cp -p %{SOURCE1} pom.xml %license META-INF/LICENSE META-INF/NOTICE %changelog +* Mon Aug 05 2024 Mikolaj Izdebski - 8.1.0-6 +- Switch Java compiler source/target to 1.8 +- Resolves: RHEL-52702 + * Thu Aug 01 2024 Troy Dawson - 8.1.0-6 - Bump release for Aug 2024 java mass rebuild