feat: Prepare for 5.1.0#3087
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the repository for the upcoming 5.1.0 development/release cycle by bumping Maven parent versions across modules and rolling the changelog forward (moving the planned section to the next minor version).
Changes:
- Bump project/module parent versions from
5.0.1-SNAPSHOTto5.1.0-SNAPSHOT. - Update
CHANGELOG.mdto add a new5.2.0 - PLANNEDsection and list5.1.0as the current version entry.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
pom.xml |
Updates root project version to 5.1.0-SNAPSHOT. |
server/pom.xml |
Aligns server module parent version with 5.1.0-SNAPSHOT. |
docker/pom.xml |
Aligns docker module parent version with 5.1.0-SNAPSHOT. |
integration-tests/pom.xml |
Aligns integration-tests module parent version with 5.1.0-SNAPSHOT. |
testsupport/pom.xml |
Aligns testsupport reactor parent version with 5.1.0-SNAPSHOT. |
testsupport/common/pom.xml |
Aligns testsupport-common parent version with 5.1.0-SNAPSHOT. |
testsupport/junit5/pom.xml |
Aligns junit5 testsupport parent version with 5.1.0-SNAPSHOT. |
testsupport/testng/pom.xml |
Aligns testng testsupport parent version with 5.1.0-SNAPSHOT. |
testsupport/testcontainers/pom.xml |
Aligns testcontainers testsupport parent version with 5.1.0-SNAPSHOT. |
CHANGELOG.md |
Rolls planned version forward to 5.2.0 and lists 5.1.0 as the current entry. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: