This commit is contained in:
parent
3323c21f9f
commit
3dad6f922e
@ -12,7 +12,7 @@
|
||||
<property name="project.groupId" value="org.codehaus.plexus"/>
|
||||
<property name="project.version" value="1.26"/>
|
||||
|
||||
<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}"/>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 20 15:43:05 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Build with java source and target levels 1.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 24 16:48:14 UTC 2019 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package plexus-interpolation
|
||||
#
|
||||
# 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
|
||||
@ -21,7 +21,7 @@ Name: plexus-interpolation
|
||||
Version: 1.26
|
||||
Release: 0
|
||||
Summary: Plexus Interpolation API
|
||||
License: Apache-2.0 AND Apache-1.1 AND MIT
|
||||
License: Apache-1.1 AND Apache-2.0 AND MIT
|
||||
Group: Development/Libraries/Java
|
||||
URL: https://github.com/codehaus-plexus/%{name}
|
||||
Source0: https://github.com/codehaus-plexus/%{name}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user