Skip to content

Commit baf1f11

Browse files
chore: merge main into release [skip ci]
2 parents f8f1740 + 225828a commit baf1f11

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ frameworks like Spring, making it a versatile addition to any Java developer's t
5757

5858
The framework is organized into several focused modules:
5959

60-
| Module | Artifact ID | Purpose |
61-
|----------------------------------|------------------------------------|------------------------------------------------------------------------------------------------------|
62-
| microsphere-java-annotations | `microsphere-java-annotations` | Common annotations (`@Nullable`, `@Nonnull`, `@Immutable`, `@Experimental`, `@Since`, …) |
60+
| Module | Artifact ID | Purpose |
61+
|----------------------------------|------------------------------------|-------------------------------------------------------------------------------------------------------|
62+
| microsphere-java-annotations | `microsphere-java-annotations` | Common annotations (`@Nullable`, `@Nonnull`, `@Immutable`, `@Experimental`, `@Since`, …) |
6363
| microsphere-java-core | `microsphere-java-core` | Core utilities: strings, collections, reflection, I/O, concurrency, events, type conversion, and more |
64-
| microsphere-lang-model | `microsphere-lang-model` | Components and utilities for the Java Language Model API |
65-
| microsphere-jdk-tools | `microsphere-jdk-tools` | Helpers for Java compiler and JDK tool APIs |
66-
| microsphere-annotation-processor | `microsphere-annotation-processor` | Compile-time annotation processor for `@ConfigurationProperty` metadata generation |
67-
| microsphere-java-test | `microsphere-java-test` | Models and utilities for JUnit 5-based testing |
68-
| microsphere-java-dependencies | `microsphere-java-dependencies` | BOM (Bill of Materials) managing dependency versions across the project |
69-
| microsphere-java-parent | `microsphere-java-parent` | Parent POM with shared build configuration |
64+
| microsphere-lang-model | `microsphere-lang-model` | Components and utilities for the Java Language Model API |
65+
| microsphere-jdk-tools | `microsphere-jdk-tools` | Helpers for Java compiler and JDK tool APIs |
66+
| microsphere-annotation-processor | `microsphere-annotation-processor` | Compile-time annotation processor for `@ConfigurationProperty` metadata generation |
67+
| microsphere-java-test | `microsphere-java-test` | Models and utilities for JUnit 5-based testing |
68+
| microsphere-java-dependencies | `microsphere-java-dependencies` | BOM (Bill of Materials) managing dependency versions across the project |
69+
| microsphere-java-parent | `microsphere-java-parent` | Parent POM with shared build configuration |
7070

7171
## Prerequisites
7272

microsphere-java-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<description>Microsphere Java Parent</description>
2020

2121
<properties>
22-
<microsphere-bom.version>0.2.6</microsphere-bom.version>
22+
<microsphere-bom.version>0.2.7</microsphere-bom.version>
2323
<spring-framework.version>7.0.8</spring-framework.version>
2424
</properties>
2525

0 commit comments

Comments
 (0)