This commit is contained in:
Fridrich Štrba
2025-10-21 07:48:51 +02:00
parent f255bd1234
commit b2cd809617
4 changed files with 7 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82359f0a2e638a7cd30f46888dc892b262915a7145a57303b0256d01fac2c9d8
size 113806

BIN
plexus-xml-4.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -8,7 +8,7 @@
<property name="project.groupId" value="org.codehaus.plexus"/>
<property name="project.artifactId" value="plexus-xml"/>
<property name="project.version" value="4.0.4"/>
<property name="project.version" value="4.1.0"/>
<property name="compiler.release" value="8"/>
<property name="compiler.source" value="1.${compiler.release}"/>

View File

@@ -1,7 +1,7 @@
#
# spec file for package plexus-xml4
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global base_name plexus-xml
%global version_suffix 4
Name: %{base_name}%{version_suffix}
Version: 4.0.4
Version: 4.1.0
Release: 0
Summary: Plexus XML Utilities
License: Apache-2.0
@@ -49,8 +49,6 @@ Javadoc for %{name}.
%setup -q -n %{base_name}-%{base_name}-%{version}
cp -p %{SOURCE1} build.xml
%pom_change_dep :maven-xml-impl :maven-xml:4.0.0-rc-3
%build
mkdir -p lib
build-jar-repository -s lib \
@@ -66,7 +64,7 @@ install -pm 0644 target/%{base_name}-%{version}.jar %{buildroot}%{_javadir}/plex
# pom
install -dm 0755 %{buildroot}%{_mavenpomdir}/plexus
%{mvn_install_pom} pom.xml %{buildroot}%{_mavenpomdir}/plexus/xml.pom
%add_maven_depmap plexus/xml.pom plexus/xml.jar -v %{version_suffix}
%add_maven_depmap plexus/xml.pom plexus/xml.jar -v %{version_suffix},%{version}
# javadoc
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}
cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/