Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fesod-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>
</parent>

<artifactId>fesod-bom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fesod-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>
</parent>

<artifactId>fesod-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fesod-examples/fesod-sheet-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-examples</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>
</parent>

<artifactId>fesod-sheet-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fesod-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>
</parent>

<artifactId>fesod-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fesod-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>
</parent>

<artifactId>fesod-shaded</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fesod-sheet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>
</parent>

<artifactId>fesod-sheet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
<version>2.0.1-incubating</version>
<version>2.1.0-incubating</version>

Comment on lines 36 to 39
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.
<packaging>pom</packaging>
<name>fesod-parent</name>
Expand Down
Loading