Skip to content

Commit 3df2e2b

Browse files
committed
Bump BOM versions and mark core dep optional
Updates the project to microsphere-spring-cloud 0.2.24 in parent references and refreshes README latest release numbers to 0.2.19/0.1.19. Also marks `microsphere-java-core` as an optional dependency in `microsphere-i18n-core` to avoid forcing it transitively.
1 parent f97babd commit 3df2e2b

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ Choose the version that matches your Spring Cloud generation:
9494

9595
| **Branch** | **Compatible Spring Cloud** | **Latest Version** |
9696
|------------|-----------------------------|--------------------|
97-
| **main** | 2022.0.x – 2025.0.x | `0.2.18` |
98-
| **1.x** | Hoxton – 2021.0.x | `0.1.18` |
97+
| **main** | 2022.0.x – 2025.0.x | `0.2.19` |
98+
| **1.x** | Hoxton – 2021.0.x | `0.1.19` |
9999

100100
### Spring Applications
101101

microsphere-i18n-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<dependency>
3232
<groupId>io.github.microsphere-projects</groupId>
3333
<artifactId>microsphere-java-core</artifactId>
34+
<optional>true</optional>
3435
</dependency>
3536

3637
<!-- Jakarta Servlet API -->

microsphere-i18n-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<properties>
2222
<!-- BOM versions -->
23-
<microsphere-spring-cloud.version>0.2.23</microsphere-spring-cloud.version>
23+
<microsphere-spring-cloud.version>0.2.24</microsphere-spring-cloud.version>
2424
</properties>
2525

2626
<dependencyManagement>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.microsphere-projects</groupId>
88
<artifactId>microsphere-spring-cloud-parent</artifactId>
9-
<version>0.2.23</version>
9+
<version>0.2.24</version>
1010
</parent>
1111

1212
<groupId>io.github.microsphere-projects</groupId>

0 commit comments

Comments
 (0)