From 1922b629eb2826b385692edab05c6dad6c98e1c8 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Wed, 11 May 2022 14:19:04 +0800 Subject: [PATCH] License compliance rectification --- dom4j.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dom4j.spec b/dom4j.spec index cc07ae6..3df94e2 100644 --- a/dom4j.spec +++ b/dom4j.spec @@ -1,8 +1,8 @@ Name: dom4j Version: 2.0.0 -Release: 8 +Release: 9 Summary: Flexible XML framework for Java -License: BSD +License: Plexus URL: https://dom4j.github.io/ Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz Source1: https://repo1.maven.org/maven2/org/%{name}/%{name}/%{version}/%{name}-%{version}.pom @@ -52,6 +52,9 @@ rm -rf src/test/java/org/dom4j/util/PerThreadSingletonTest.java %{_javadocdir}/%{name}/* %changelog +* Wed May 11 2022 Ge Wang - 2.0.0-9 +- License compliance rectification + * Fri Jun 19 2020 lingsheng - 2.0.0-8 - Fix CVE-2020-10683