Accepting request 964430 from Java:packages

Build with source and target levels 8

OBS-URL: https://build.opensuse.org/request/show/964430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-utils?expand=0&rev=4
This commit is contained in:
2022-03-24 21:58:05 +00:00
committed by Git OBS Bridge
3 changed files with 9 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
<property name="project.organization.name" value="Codehaus Plexus"/>
<property name="project.organization.url" value="http://codehaus-plexus.github.io"/>
<property name="compiler.source" value="1.6"/>
<property name="compiler.source" value="1.8"/>
<property name="compiler.target" value="${compiler.source}"/>
<property name="build.finalName" value="${project.artifactId}-${project.version}"/>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 23 23:53:16 UTC 2022 - Fridrich Strba <fstrba@suse.com>
- Build with java source and target levels 8
-------------------------------------------------------------------
Thu Nov 21 15:05:50 UTC 2019 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package plexus-utils
#
# 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
@@ -71,10 +71,10 @@ cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/
%fdupes -s %{buildroot}%{_javadocdir}
%files -f .mfiles
%doc NOTICE.txt LICENSE-2.0.txt
%%license NOTICE.txt LICENSE-2.0.txt
%files javadoc
%doc NOTICE.txt LICENSE-2.0.txt
%{_javadocdir}/%{name}
%license NOTICE.txt LICENSE-2.0.txt
%changelog