Accepting request 1112752 from Java:packages

fix build with java >= 20

OBS-URL: https://build.opensuse.org/request/show/1112752
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/felix-osgi-obr?expand=0&rev=2
This commit is contained in:
Ana Guerrero 2023-09-21 20:23:05 +00:00 committed by Git OBS Bridge
commit d4209abf6e
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 21 05:40:26 UTC 2023 - Fridrich Strba <fstrba@suse.com>
- Build with java source/target levels 8
-------------------------------------------------------------------
Fri Mar 18 14:03:56 UTC 2022 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package felix-osgi-obr
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -14,7 +14,7 @@
<property name="bundle.version" value="1"/>
<property name="compiler.source" value="1.7"/>
<property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>