Up japicmp baseline (#1338)

From 3.8.7 to 3.8.8, but these two minors have binary incompatibilities (in ctor), so ignores updated as well.

---

https://issues.apache.org/jira/browse/MNG-7961
This commit is contained in:
Tamas Cservenak 2023-12-13 16:20:22 +01:00 committed by GitHub
parent bdafe22f01
commit 9cd232fc78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -310,7 +310,7 @@ under the License.
<!-- was only a workaround for Plexus Container, hopefully never used by anyone else --> <!-- was only a workaround for Plexus Container, hopefully never used by anyone else -->
<exclude>org.apache.maven.plugin.DefaultBuildPluginManager#setMojoExecutionListeners(java.util.List)</exclude> <exclude>org.apache.maven.plugin.DefaultBuildPluginManager#setMojoExecutionListeners(java.util.List)</exclude>
<!-- could have never been used due to usage of non-export class (CoreExportsProvider) --> <!-- could have never been used due to usage of non-export class (CoreExportsProvider) -->
<exclude>org.apache.maven.classrealm.DefaultClassRealmManager#DefaultClassRealmManager(org.codehaus.plexus.logging.Logger,org.codehaus.plexus.PlexusContainer,java.util.List,org.apache.maven.extension.internal.CoreExportsProvider)</exclude> <exclude>org.apache.maven.classrealm.DefaultClassRealmManager#DefaultClassRealmManager(org.codehaus.plexus.logging.Logger,org.codehaus.plexus.PlexusContainer,java.util.List,org.apache.maven.extension.internal.CoreExports)</exclude>
<!-- internal field removed --> <!-- internal field removed -->
<exclude>org.apache.maven.graph.DefaultGraphBuilder#projectBuilder</exclude> <exclude>org.apache.maven.graph.DefaultGraphBuilder#projectBuilder</exclude>
<!-- MavenPluginValidator has been transformed into an interface --> <!-- MavenPluginValidator has been transformed into an interface -->

View File

@ -148,7 +148,7 @@ under the License.
<properties> <properties>
<javaVersion>8</javaVersion> <javaVersion>8</javaVersion>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<maven.baseline>3.8.7</maven.baseline> <maven.baseline>3.8.8</maven.baseline>
<!-- Control the name of the distribution and information output by mvn --> <!-- Control the name of the distribution and information output by mvn -->
<distributionId>apache-maven</distributionId> <distributionId>apache-maven</distributionId>
<distributionShortName>Maven</distributionShortName> <distributionShortName>Maven</distributionShortName>