This is an automated email from the ASF dual-hosted git repository.
delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git
The following commit(s) were added to refs/heads/main by this push:
new 3595c11a chore: update parent version to 2.0.0 in pom.xml (#737)
3595c11a is described below
commit 3595c11adb3013685a782b5323adca5421f16339
Author: Shuxin Pan <[email protected]>
AuthorDate: Tue Dec 16 16:00:48 2025 +0800
chore: update parent version to 2.0.0 in pom.xml (#737)
---
fesod-examples/pom.xml | 2 +-
fesod/pom.xml | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/fesod-examples/pom.xml b/fesod-examples/pom.xml
index b8bf6b51..4a3fdbe5 100644
--- a/fesod-examples/pom.xml
+++ b/fesod-examples/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
- <version>1.3.0</version>
+ <version>2.0.0</version>
</parent>
<artifactId>fesod-examples</artifactId>
diff --git a/fesod/pom.xml b/fesod/pom.xml
index 79c9eb89..d12f20cc 100644
--- a/fesod/pom.xml
+++ b/fesod/pom.xml
@@ -27,7 +27,7 @@
<parent>
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
- <version>1.3.0</version>
+ <version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 023d5337..fa9681e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.apache.fesod</groupId>
<artifactId>fesod-parent</artifactId>
- <version>1.3.0</version>
+ <version>2.0.0</version>
<packaging>pom</packaging>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]