Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<nexus-staging-maven-plugin.version>1.7.0</nexus-staging-maven-plugin.version>
<maven-deploy-plugin.version>3.0.0</maven-deploy-plugin.version>
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
<git-commit-id-maven-plugin.version>9.1.0</git-commit-id-maven-plugin.version>
<git-commit-id-maven-plugin.version>10.0.0</git-commit-id-maven-plugin.version>
Copy link

Copilot AI Apr 8, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The git-commit-id-maven-plugin version 10.0.0 requires Maven 3.9.0 or later according to the release notes (see https://github.com/git-commit-id/git-commit-id-maven-plugin/releases/tag/v10.0.0). However, the Maven wrapper is currently configured to use Maven 3.8.4 in .mvn/wrapper/maven-wrapper.properties. This will cause build failures when the plugin executes. The Maven wrapper distributionUrl must be updated to Maven 3.9.0 or later to support this version bump.

Suggested change
<git-commit-id-maven-plugin.version>10.0.0</git-commit-id-maven-plugin.version>
<git-commit-id-maven-plugin.version>9.0.1</git-commit-id-maven-plugin.version>

Copilot uses AI. Check for mistakes.
<jib-maven-plugin.version>3.5.1</jib-maven-plugin.version>
<spotless.version>3.4.0</spotless.version>
</properties>
Expand Down
Loading