Skip to content

Commit

Permalink
release 0.8.20 with spring boot version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WhaleFalls0807 committed Jul 26, 2022
1 parent b128246 commit 5070e4a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mars-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mars</artifactId>
<groupId>com.whaleal.mars</groupId>
<version>0.8.12</version>
<version>0.8.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mars-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.whaleal.mars</groupId>
<artifactId>mars</artifactId>
<version>0.8.12</version>
<version>0.8.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion mars-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.whaleal.mars</groupId>
<artifactId>mars</artifactId>
<version>0.8.12</version>
<version>0.8.20</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.whaleal.mars</groupId>
<artifactId>mars</artifactId>
<packaging>pom</packaging>
<version>0.8.12</version>
<version>0.8.20</version>
<name>Mars</name>
<description>MongoDB driver framework</description>
<!--我们项目的git地址-->
Expand All @@ -25,7 +25,7 @@
<maven.compiler.target>8</maven.compiler.target>
<!-- spring boot 版本 当前以次新版本为主 , spring boot 3 也将要求最低 java 版本为 17-->
<!-- 需要考虑到 spring 6 以后的兼容性版本,最低java版本要求改为17-->
<spring.version>2.3.12.RELEASE</spring.version>
<spring.version>2.4.0</spring.version>
<icefrog.version>1.1.8</icefrog.version>
</properties>

Expand Down

0 comments on commit 5070e4a

Please sign in to comment.