Update artifact version to 1.9.1 in pom.xml#53
Update artifact version to 1.9.1 in pom.xml#53Copilot wants to merge 2 commits intocopilot-instructionsfrom
Conversation
Co-authored-by: aidenblue <113344093+aidenblue@users.noreply.github.com>
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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.
| <version>1.9.1</version> | |
| <version>1.8.0</version> |
Updated the cover-annotations artifact version to 1.9.1 in pom.xml while maintaining 1.8.0 in README.md examples.
Changes
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.