Skip to content
Closed
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 @@ -16,7 +16,7 @@
<modelVersion>4.0.0</modelVersion>
<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.
<packaging>jar</packaging>

<name>Cover Annotations</name>
Expand Down