From 9ceabf9c6afa7dd428ab382c7445009ebb54d4e2 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Wed, 11 May 2022 16:51:30 +0800 Subject: [PATCH] License compliance rectification (cherry picked from commit 9444bd4b5f5b21525ad62ef28550f17c3cc639a9) --- takari-lifecycle.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/takari-lifecycle.spec b/takari-lifecycle.spec index bd539f8..eeebe7d 100644 --- a/takari-lifecycle.spec +++ b/takari-lifecycle.spec @@ -2,9 +2,9 @@ Name: takari-lifecycle Version: 1.13.6 -Release: 2 +Release: 3 Summary: Optimized replacement for the Maven default lifecycle -License: EPL and ASL 2.0 +License: EPL-1.0 and ASL 2.0 URL: http://takari.io BuildArch: noarch Source0: https://github.com/takari/takari-lifecycle/archive/takari-lifecycle-%{version}.tar.gz @@ -128,6 +128,9 @@ rm takari-lifecycle-plugin/src/test/java/io/takari/maven/plugins/configurator/Mo %license LICENSE.txt LICENSE-2.0.txt %changelog +* Mon May 9 2022 baizhonggui - 1.13.6-3 +- modify license identifier + * Feb Mar 01 2022 Ge Wang - 1.13.6-2 - disable testcase due to assertXpathEvaluatesTo became a restricted API