1
0

Accepting request 1180750 from Java:packages

1.27.0

OBS-URL: https://build.opensuse.org/request/show/1180750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/plexus-interpolation?expand=0&rev=4
This commit is contained in:
Ana Guerrero 2024-06-14 17:02:00 +00:00 committed by Git OBS Bridge
commit 3a8bbf5f93
5 changed files with 21 additions and 8 deletions

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

Binary file not shown.

View File

@ -10,9 +10,10 @@
<property name="project.artifactId" value="plexus-interpolation"/>
<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="build.finalName" value="${project.artifactId}-${project.version}"/>

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%bcond_with tests
Name: plexus-interpolation
Version: 1.26
Version: 1.27.0
Release: 0
Summary: Plexus Interpolation API
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>"
%build
%ant \
%{ant} \
%if %{without tests}
-Dtest.skip=true \
%endif