Fridrich Strba 2022-03-20 19:33:56 +00:00 committed by Git OBS Bridge
parent 8b53ed9dfc
commit d9bf0eceba
3 changed files with 7 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<property name="project.name" value="Apache Maven Invoker"/> <property name="project.name" value="Apache Maven Invoker"/>
<property name="project.organization.name" value="The Apache Software Foundation"/> <property name="project.organization.name" value="The Apache Software Foundation"/>
<property name="compiler.source" value="1.6"/> <property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="${compiler.source}"/> <property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName" value="${project.artifactId}-${project.version}"/> <property name="build.finalName" value="${project.artifactId}-${project.version}"/>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 20 19:33:22 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with java source and target levels 8
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Nov 21 14:17:41 UTC 2019 - Fridrich Strba <fstrba@suse.com> Thu Nov 21 14:17:41 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package maven-invoker # spec file for package maven-invoker
# #
# Copyright (c) 2019 SUSE LLC # 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