From a6b0d8fe403435437f49702e5585e69bc37f11cc Mon Sep 17 00:00:00 2001 From: mylee Date: Wed, 18 May 2022 15:12:31 +0800 Subject: [PATCH] fix spec changelog date --- gmavenplus-plugin.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gmavenplus-plugin.spec b/gmavenplus-plugin.spec index 36bdb06..7f688e1 100644 --- a/gmavenplus-plugin.spec +++ b/gmavenplus-plugin.spec @@ -1,6 +1,6 @@ Name: gmavenplus-plugin Version: 1.5 -Release: 7 +Release: 8 Summary: Integrates Groovy into Maven projects License: ASL 2.0 URL: http://groovy.github.io/GMavenPlus/ @@ -73,7 +73,10 @@ rm README.markdown.orig %files help -f .mfiles-javadoc %changelog -* Fri 11 Sep 2020 zhanghua - 1.5-7 +* Wed May 18 2022 loong_C - 1.5-8 +- fix spec changelog date + +* Fri Sep 11 2020 zhanghua - 1.5-7 - Disable tests due to incompatibility with new mockito * Thu Apr 2 2020 Jeffery.Gao - 1.5-6 -- Gitee