1
0

The parent POM defines JApiCmp instead of CLIRR

This commit is contained in:
Gary Gregory
2023-11-19 09:15:59 -05:00
parent 531aee566f
commit 23430edbb4

View File

@@ -623,11 +623,6 @@ under the License.
<enableRulesSummary>false</enableRulesSummary> <enableRulesSummary>false</enableRulesSummary>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>clirr-maven-plugin</artifactId>
<version>2.8</version>
</plugin>
<plugin> <plugin>
<groupId>org.codehaus.mojo</groupId> <groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId> <artifactId>jdepend-maven-plugin</artifactId>
@@ -666,6 +661,7 @@ 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.3.0</commons.release.version> <commons.release.version>1.3.0</commons.release.version>
<commons.release.next>1.3.1</commons.release.next>
<commons.bc.version>1.2</commons.bc.version> <commons.bc.version>1.2</commons.bc.version>
<commons.release.isDistModule>true</commons.release.isDistModule> <commons.release.isDistModule>true</commons.release.isDistModule>
<commons.jira.id>LOGGING</commons.jira.id> <commons.jira.id>LOGGING</commons.jira.id>