Skip to content

chore: update parent version to 2.1.0-incubating in pom.xml#868

Merged
delei merged 1 commit intoapache:mainfrom
GOODBOY008:hotfix/bump-next-version
Feb 26, 2026
Merged

chore: update parent version to 2.1.0-incubating in pom.xml#868
delei merged 1 commit intoapache:mainfrom
GOODBOY008: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 26, 2026 02:49
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

Bumps the Apache Fesod project’s Maven artifact versions from 2.0.1-incubating to 2.1.0-incubating across the parent POM and all modules to prepare for the next feature release.

Changes:

  • Updated root pom.xml project version to 2.1.0-incubating.
  • Updated all module pom.xml parent version references to 2.1.0-incubating.

Reviewed changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pom.xml Bumps the parent/project version to 2.1.0-incubating.
fesod-sheet/pom.xml Updates module parent reference to 2.1.0-incubating.
fesod-shaded/pom.xml Updates module parent reference to 2.1.0-incubating.
fesod-examples/pom.xml Updates module parent reference to 2.1.0-incubating.
fesod-examples/fesod-sheet-examples/pom.xml Updates module parent reference to 2.1.0-incubating.
fesod-common/pom.xml Updates module parent reference to 2.1.0-incubating.
fesod-bom/pom.xml Updates module parent reference to 2.1.0-incubating.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 36 to 39
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>

Copy link

Copilot AI Feb 26, 2026

Choose a reason for hiding this comment

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

Root POM version was bumped to 2.1.0-incubating, but the property still reads 2.0.1-incubating. Even though it’s currently unused in the build, keeping it out of sync is misleading and may break external tooling or future refactors that adopt CI-friendly versions. Please update to 2.1.0-incubating or remove the property if it’s not needed.

Copilot uses AI. Check for mistakes.
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

@delei delei merged commit 136048a into apache:main Feb 26, 2026
9 checks passed
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