Fridrich Strba 2022-03-18 19:04:51 +00:00 committed by Git OBS Bridge
parent 3ce7be0644
commit 5aa13c8305
3 changed files with 8 additions and 3 deletions

View File

@ -19,8 +19,8 @@
<property name="build.outputDir" value="${build.dir}/classes"/> <property name="build.outputDir" value="${build.dir}/classes"/>
<property name="build.srcDir.0" value="src/main/java"/> <property name="build.srcDir.0" value="src/main/java"/>
<property name="compiler.source" value="1.6"/> <property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="1.6"/> <property name="compiler.target" value="${compiler.source}"/>
<property name="reporting.outputDirectory" value="${build.dir}/site"/> <property name="reporting.outputDirectory" value="${build.dir}/site"/>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Mar 18 19:04:27 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with source/target levels 8
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 8 11:06:36 UTC 2019 - Fridrich Strba <fstrba@suse.com> Mon Apr 8 11:06:36 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package glassfish-annotation-api # spec file for package glassfish-annotation-api
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed