This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-statistics.git
The following commit(s) were added to refs/heads/master by this push: new 0afdf87 Remove obsolete clirr plugin 0afdf87 is described below commit 0afdf878365fc4c11478368e02148b30fca308ce Author: aherbert <aherb...@apache.org> AuthorDate: Tue Sep 20 13:30:40 2022 +0100 Remove obsolete clirr plugin --- pom.xml | 10 ---------- src/main/resources/clirr/clirr-ignored.xml | 21 --------------------- 2 files changed, 31 deletions(-) diff --git a/pom.xml b/pom.xml index 3e231d3..aeca595 100644 --- a/pom.xml +++ b/pom.xml @@ -97,7 +97,6 @@ <statistics.spotbugs.version>4.4.2</statistics.spotbugs.version> <statistics.checkstyle.version>3.1.2</statistics.checkstyle.version> <statistics.checkstyle.dep.version>8.45</statistics.checkstyle.dep.version> - <statistics.clirr.version>2.8</statistics.clirr.version> <statistics.junit.bom.version>5.8.0</statistics.junit.bom.version> <statistics.antrun.version>1.8</statistics.antrun.version> <!-- Workaround to avoid duplicating config files. --> @@ -462,15 +461,6 @@ </reportSet> </reportSets> </plugin> - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>clirr-maven-plugin</artifactId> - <version>${statistics.clirr.version}</version> - <configuration> - <minSeverity>${minSeverity}</minSeverity> - <ignoredDifferencesFile>${statistics.parent.dir}/src/main/resources/clirr/clirr-ignored.xml</ignoredDifferencesFile> - </configuration> - </plugin> <!-- MathJax --> <plugin> <groupId>org.apache.maven.plugins</groupId> diff --git a/src/main/resources/clirr/clirr-ignored.xml b/src/main/resources/clirr/clirr-ignored.xml deleted file mode 100644 index ed97259..0000000 --- a/src/main/resources/clirr/clirr-ignored.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. ---> - -<differences> - -</differences>