From 39bddc140e69ca9b0ff9c39eae010e5659e9b6ef998c70d5e9dec2cdafaf4916 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Wed, 6 Apr 2022 11:03:17 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/Java:packages/geronimo-specs-pom?expand=0&rev=7 --- geronimo-specs-pom.changes | 6 ++++++ geronimo-specs-pom.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/geronimo-specs-pom.changes b/geronimo-specs-pom.changes index ff27fe2..6cfdda1 100644 --- a/geronimo-specs-pom.changes +++ b/geronimo-specs-pom.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 6 11:02:35 UTC 2022 - Fridrich Strba + +- Set the java source and target levels to 8 for all children + artifacts + ------------------------------------------------------------------- Thu Dec 12 12:57:33 UTC 2019 - Fridrich Strba diff --git a/geronimo-specs-pom.spec b/geronimo-specs-pom.spec index b0e9cb2..e171e44 100644 --- a/geronimo-specs-pom.spec +++ b/geronimo-specs-pom.spec @@ -1,7 +1,7 @@ # # spec file for package geronimo-specs-pom # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,10 +45,10 @@ cp -p %{SOURCE1} LICENSE # not really useful for rpm build %pom_remove_plugin :maven-idea-plugin -%pom_xpath_set "pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:source" 1.6 -%pom_xpath_set "pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:target" 1.6 +%pom_xpath_set "pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:source" 1.8 +%pom_xpath_set "pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-compiler-plugin']/pom:configuration/pom:target" 1.8 -%pom_xpath_set "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-pmd-plugin']/pom:configuration/pom:targetJdk" 1.6 +%pom_xpath_set "pom:reporting/pom:plugins/pom:plugin[pom:artifactId='maven-pmd-plugin']/pom:configuration/pom:targetJdk" 1.8 %build