build: bump version from 2.0.1-incubating to 2.1.0-incubating#864
Closed
GOODBOY008 wants to merge 1 commit intomainfrom
Closed
build: bump version from 2.0.1-incubating to 2.1.0-incubating#864GOODBOY008 wants to merge 1 commit intomainfrom
GOODBOY008 wants to merge 1 commit intomainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR bumps the Maven project/module versions from 2.0.1-incubating to 2.1.0-incubating across the multi-module build.
Changes:
- Updated the root
fesod-parentversion to2.1.0-incubating - Updated child modules to reference the new parent version
- Updated example and BOM module parent references to the new version
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pom.xml | Bumps root parent version; version metadata still contains an older revision property. |
| fesod-sheet/pom.xml | Updates parent version reference to 2.1.0-incubating. |
| fesod-shaded/pom.xml | Updates parent version reference; also modifies the module description text (introduces a typo). |
| fesod-examples/pom.xml | Updates parent version reference to 2.1.0-incubating. |
| fesod-examples/fesod-sheet-examples/pom.xml | Updates parent version reference to 2.1.0-incubating. |
| fesod-common/pom.xml | Updates parent version reference to 2.1.0-incubating. |
| fesod-bom/pom.xml | Updates parent version reference to 2.1.0-incubating. |
Comments suppressed due to low confidence (2)
fesod-shaded/pom.xml:47
- Typo in the description text:
completenessawshould becompleteness. This reads like an accidental edit and will ship in the published POM description.
While incubation status is not necessarily a reflection of the completenessaw
or stability of the code, it does indicate that the project has yet to be
pom.xml:39
- The root POM still has
<revision>2.0.1-incubating</revision>in<properties>, even though the project version was bumped to2.1.0-incubating. Either updaterevisionto match the new version or remove the property if it’s no longer used, to avoid confusion and inconsistent version metadata.
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.1.0-incubating</version>
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Test Results 73 files - 36 73 suites - 36 2m 18s ⏱️ - 2h 33m 0s Results for commit 36508d9. ± Comparison against base commit c35b92b. This pull request removes 189 tests.♻️ This comment has been updated with latest results. |
Member
Author
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.
Summary
This PR bumps the project version from 2.0.1-incubating to 2.1.0-incubating.
Changes
Checklist