Skip to content

Commit 1a442d6

Browse files
authored
Merge pull request #18 from mercyblitz/dev-1.x
Upgrade parent dependency to 0.1.14 and update README versions
2 parents 3cb62a6 + 02f26cb commit 1a442d6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ pom.xml:
4444

4545
| **Branches** | **Purpose** | **Latest Version** |
4646
|--------------|--------------------------------------------------|--------------------|
47-
| **main** | Compatible with Spring Cloud 2022.0.x - 2025.0.x | 0.2.2 |
48-
| **1.x** | Compatible with Spring Cloud Hoxton - 2021.0.x | 0.1.2 |
47+
| **main** | Compatible with Spring Cloud 2022.0.x - 2025.0.x | `0.2.3` |
48+
| **1.x** | Compatible with Spring Cloud Hoxton - 2021.0.x | `0.1.3` |
4949

5050
### Compatibility
5151

microsphere-hibernate-parent/pom.xml

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

2121
<properties>
22-
<microsphere-spring-cloud.version>0.1.12</microsphere-spring-cloud.version>
22+
<microsphere-spring-cloud.version>0.1.14</microsphere-spring-cloud.version>
2323
</properties>
2424

2525
<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.1.12</version>
9+
<version>0.1.14</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)