diff --git a/plexus-xml-4.0.4.tar.gz b/plexus-xml-4.0.4.tar.gz
deleted file mode 100644
index 3772d19..0000000
--- a/plexus-xml-4.0.4.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:82359f0a2e638a7cd30f46888dc892b262915a7145a57303b0256d01fac2c9d8
-size 113806
diff --git a/plexus-xml-4.1.0.tar.gz b/plexus-xml-4.1.0.tar.gz
new file mode 100644
index 0000000..06a1062
--- /dev/null
+++ b/plexus-xml-4.1.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:2d30e1f4a50ef82850251a45ac830001f34eef84b56bfc068cb0ec0eb0f38222
+size 114543
diff --git a/plexus-xml4-build.xml b/plexus-xml4-build.xml
index 488568b..9db3ce7 100644
--- a/plexus-xml4-build.xml
+++ b/plexus-xml4-build.xml
@@ -8,7 +8,7 @@
-
+
diff --git a/plexus-xml4.spec b/plexus-xml4.spec
index 01ac2fd..3fe7d22 100644
--- a/plexus-xml4.spec
+++ b/plexus-xml4.spec
@@ -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}/