From 95f7b0372595806b989c075c06d2939a8068fb93 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jun 2026 03:58:23 +0000 Subject: [PATCH 1/3] chore: bump version to next patch after publishing 0.3.10 --- pom.xml | 2 +- release-notes.md | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d7ac46942..4946054c1 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ - 0.3.10-SNAPSHOT + 0.3.11-SNAPSHOT diff --git a/release-notes.md b/release-notes.md index cd8092bed..e7f903266 100644 --- a/release-notes.md +++ b/release-notes.md @@ -277,4 +277,17 @@ No new features, bug fixes, or documentation updates in this release. **Note:** This release primarily includes dependency updates and build process improvements. -**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.8...0.3.9 \ No newline at end of file +**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.8...0.3.9## v0.3.10 + +# Release Notes - Version 0.3.10 + +## Dependency Updates +- **Bumped** `io.github.microsphere-projects:microsphere-all-bom` to `0.2.9`. ([#289](https://github.com/microsphere-projects/microsphere/issues/289)) + +## Build and Workflow Enhancements +- Merged `main` into `release` branch. [skip ci] +- Merged `release` into `main` branch. [skip ci] + +--- + +**Full Changelog**: https://github.com/microsphere-projects/microsphere-java/compare/0.3.9...0.3.10 \ No newline at end of file From 48fc5fb225f7170f892838f56ea2bab47c359359 Mon Sep 17 00:00:00 2001 From: Mercy Ma Date: Mon, 29 Jun 2026 21:39:52 +0800 Subject: [PATCH 2/3] Bump microsphere-build parent version Update the Maven parent POM from `0.3.4` to `0.3.5` so the project inherits the latest shared build configuration and dependency management from `microsphere-build`. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4946054c1..82b8d1310 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.github.microsphere-projects microsphere-build - 0.3.4 + 0.3.5 io.github.microsphere-projects From 0edf969db19496b5d5fde1f411b89d774ade2bf2 Mon Sep 17 00:00:00 2001 From: Mercy Ma Date: Mon, 29 Jun 2026 21:41:19 +0800 Subject: [PATCH 3/3] Bump microsphere BOM to 0.3.0 Update the parent POM to use microsphere-bom version 0.3.0 so downstream modules inherit the latest managed dependency set. --- microsphere-java-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsphere-java-parent/pom.xml b/microsphere-java-parent/pom.xml index f19ef28ee..349951402 100644 --- a/microsphere-java-parent/pom.xml +++ b/microsphere-java-parent/pom.xml @@ -19,7 +19,7 @@ Microsphere Java Parent - 0.2.9 + 0.3.0 7.0.8