1
0

Replace Clirr with JApiCmp in default build

This commit is contained in:
Gary Gregory
2022-10-25 07:19:06 -04:00
parent e4728b91b0
commit 6e80d7e108

View File

@@ -182,7 +182,7 @@ under the License.
<build> <build>
<!-- TODO spotbugs:check --> <!-- TODO spotbugs:check -->
<!-- TODO replace clirr:check with japicmp:cmp --> <!-- TODO replace clirr:check with japicmp:cmp -->
<defaultGoal>clean apache-rat:check clirr:check javadoc:javadoc checkstyle:check package</defaultGoal> <defaultGoal>clean package apache-rat:check japicmp:cmp javadoc:javadoc checkstyle:check</defaultGoal>
<plugins> <plugins>
<!-- <!--
@@ -569,6 +569,9 @@ under the License.
<commons.componentid>logging</commons.componentid> <commons.componentid>logging</commons.componentid>
<commons.module.name>org.apache.commons.logging</commons.module.name> <commons.module.name>org.apache.commons.logging</commons.module.name>
<commons.release.version>1.2</commons.release.version> <commons.release.version>1.2</commons.release.version>
<commons.bc.version>1.1.3</commons.bc.version>
<commons.rc.version>RC1</commons.rc.version>
<commons.release.isDistModule>true</commons.release.isDistModule>
<commons.jira.id>LOGGING</commons.jira.id> <commons.jira.id>LOGGING</commons.jira.id>
<commons.jira.pid>12310484</commons.jira.pid> <commons.jira.pid>12310484</commons.jira.pid>
<!-- The RC version used in the staging repository URL. --> <!-- The RC version used in the staging repository URL. -->