Skip to content

build: bump version from 2.0.1-incubating to 2.1.0-incubating#864

Closed
GOODBOY008 wants to merge 1 commit intomainfrom
hotfix/bump-next-version
Closed

build: bump version from 2.0.1-incubating to 2.1.0-incubating#864
GOODBOY008 wants to merge 1 commit intomainfrom
hotfix/bump-next-version

Conversation

@GOODBOY008
Copy link
Member

Summary

This PR bumps the project version from 2.0.1-incubating to 2.1.0-incubating.

Changes

  • Updated all pom.xml files to the next feature version (2.1.0-incubating)

Checklist

  • Version bumped in all modules
  • Commit follows project conventions

Copilot AI review requested due to automatic review settings February 25, 2026 05:28
Copy link
Contributor

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 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-parent version to 2.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: completenessaw should be completeness. 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 to 2.1.0-incubating. Either update revision to 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.

@github-actions
Copy link

github-actions bot commented Feb 25, 2026

Test Results

 73 files   -  36   73 suites   - 36   2m 18s ⏱️ - 2h 33m 0s
546 tests  - 189  546 ✅  - 189  0 💤 ±0  0 ❌ ±0 
546 runs   - 174  546 ✅  - 174  0 💤 ±0  0 ❌ ±0 

Results for commit 36508d9. ± Comparison against base commit c35b92b.

This pull request removes 189 tests.
org.apache.fesod.sheet.demo.fill.FillTest ‑ complexFill
org.apache.fesod.sheet.demo.fill.FillTest ‑ complexFillWithTable
org.apache.fesod.sheet.demo.fill.FillTest ‑ compositeFill
org.apache.fesod.sheet.demo.fill.FillTest ‑ dateFormatFill
org.apache.fesod.sheet.demo.fill.FillTest ‑ horizontalFill
org.apache.fesod.sheet.demo.fill.FillTest ‑ listFill
org.apache.fesod.sheet.demo.fill.FillTest ‑ simpleFill
org.apache.fesod.sheet.demo.fill.FillTest ‑ testFillSheetDispose
org.apache.fesod.sheet.demo.rare.WriteTest ‑ compressedTemporaryFile
org.apache.fesod.sheet.demo.rare.WriteTest ‑ specifiedCellWrite
…

♻️ This comment has been updated with latest results.

Copy link
Member

@delei delei left a comment

Choose a reason for hiding this comment

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

LGTM

@GOODBOY008 GOODBOY008 closed this Feb 26, 2026
@GOODBOY008 GOODBOY008 deleted the hotfix/bump-next-version branch February 26, 2026 02:49
@GOODBOY008
Copy link
Member Author

@delei The new pr is :#868

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.

3 participants