Skip to content

Conversation

Copy link

Copilot AI commented Jan 2, 2026

Updated the cover-annotations artifact version to 1.9.1 in pom.xml while maintaining 1.8.0 in README.md examples.

Changes

  • pom.xml: Version updated from 1.8.0 to 1.9.1
  • README.md: Maven and Gradle example snippets remain at 1.8.0

This creates an intentional version mismatch between the artifact and documentation examples.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: aidenblue <113344093+aidenblue@users.noreply.github.com>
Copilot AI changed the title [WIP] Add version alignment instructions for cover-annotations artifact Update artifact version to 1.9.1 in pom.xml Jan 2, 2026
Copilot AI requested a review from aidenblue January 2, 2026 11:45
@aidenblue aidenblue requested a review from Copilot January 2, 2026 11:46
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the cover-annotations artifact version from 1.8.0 to 1.9.1 in the project's pom.xml. The PR explicitly creates a version mismatch where the artifact version is set to 1.9.1 while documentation examples in README.md remain at 1.8.0.

  • Updated artifact version in pom.xml from 1.8.0 to 1.9.1

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<groupId>com.diffblue.cover</groupId>
<artifactId>cover-annotations</artifactId>
<version>1.8.0</version>
<version>1.9.1</version>
Copy link

Copilot AI Jan 2, 2026

Choose a reason for hiding this comment

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

The pom.xml version has been updated to 1.9.1, but according to the PR description, the README.md examples remain at 1.8.0. This creates an intentional version mismatch that could confuse users trying to use the library. Consider updating the README.md examples to match the current artifact version, or document the reason for the version discrepancy if it's intentional for backward compatibility examples.

Suggested change
<version>1.9.1</version>
<version>1.8.0</version>

Copilot uses AI. Check for mistakes.
@aidenblue aidenblue closed this Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants