1
0
Fridrich Strba 2024-06-13 09:37:10 +00:00 committed by Git OBS Bridge
parent 3dad6f922e
commit 16ce5ec5fb
4 changed files with 9 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,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