Sync from SUSE:SLFO:Main plexus-interpolation revision df9857060c520ab8710b478e5910db16
This commit is contained in:
parent
3ff68ab67e
commit
e210f8479d
BIN
plexus-interpolation-1.26.tar.gz
(Stored with Git LFS)
BIN
plexus-interpolation-1.26.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
plexus-interpolation-1.27.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
plexus-interpolation-1.27.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -10,9 +10,10 @@
|
|||||||
|
|
||||||
<property name="project.artifactId" value="plexus-interpolation"/>
|
<property name="project.artifactId" value="plexus-interpolation"/>
|
||||||
<property name="project.groupId" value="org.codehaus.plexus"/>
|
<property name="project.groupId" value="org.codehaus.plexus"/>
|
||||||
<property name="project.version" value="1.26"/>
|
<property name="project.version" value="1.27.0"/>
|
||||||
|
|
||||||
<property name="compiler.source" value="1.8"/>
|
<property name="compiler.release" value="8"/>
|
||||||
|
<property name="compiler.source" value="1.${compiler.release}"/>
|
||||||
<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}"/>
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 13 17:09:48 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
- Upgrade to version 1.27.0
|
||||||
|
* New features and improvements
|
||||||
|
+ Added support for PPC64LE
|
||||||
|
+ Add dependabot and release drafter configuration
|
||||||
|
+ Move to Junit5
|
||||||
|
* Dependency updates
|
||||||
|
+ Bump plexus from 7 to 16
|
||||||
|
+ Bump maven-bundle-plugin from 3.0.1 to 5.1.9
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 20 15:43:05 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
Sun Mar 20 15:43:05 UTC 2022 - Fridrich Strba <fstrba@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package plexus-interpolation
|
# spec file for package plexus-interpolation
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: plexus-interpolation
|
Name: plexus-interpolation
|
||||||
Version: 1.26
|
Version: 1.27.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Plexus Interpolation API
|
Summary: Plexus Interpolation API
|
||||||
License: Apache-1.1 AND Apache-2.0 AND MIT
|
License: Apache-1.1 AND Apache-2.0 AND MIT
|
||||||
@ -57,7 +57,7 @@ cp %{SOURCE1} build.xml
|
|||||||
%pom_xpath_inject "pom:project" "<groupId>org.codehaus.plexus</groupId>"
|
%pom_xpath_inject "pom:project" "<groupId>org.codehaus.plexus</groupId>"
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ant \
|
%{ant} \
|
||||||
%if %{without tests}
|
%if %{without tests}
|
||||||
-Dtest.skip=true \
|
-Dtest.skip=true \
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user