FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps-dev): bump io.github.git-commit-id:git-commit-id-maven-plugin from 9.1.0 to 10.0.0 by dependabot[bot] · Pull Request #3270 · operator-framework/java-operator-sdk · GitHub

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .xml  (1) All 1 file type selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
2 changes: 1 addition & 1 deletion pom.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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>

Copilot AI Apr 8, 2026

Copy link

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

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

Back | FazBrowse Home | New Git URL