Skip to content

Commit

Permalink
!13 v0.7.1
Browse files Browse the repository at this point in the history
Merge pull request !13 from 码匠君/develop
  • Loading branch information
herodotus-ecosystem authored and gitee-org committed Jun 22, 2023
2 parents 9c1e65e + a74b8db commit 123bec8
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<p align="center">
<a href="https://spring.io/projects/spring-boot" target="_blank"><img src="https://shields.io/badge/Spring%20Boot-3.1.0-blue.svg?logo=spring" alt="Spring Boot 3.1.0"></a>
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-0.7.0-red.svg?logo=spring" alt="Version 0.7.0"></a>
<a href="#" target="_blank"><img src="https://shields.io/badge/Version-0.7.1-red.svg?logo=spring" alt="Version 0.7.1"></a>
<a href="https://bell-sw.com/pages/downloads/#downloads" target="_blank"><img src="https://img.shields.io/badge/JDK-17%2B-green.svg?logo=openjdk" alt="Java 17"></a>
<a href="./LICENSE"><img src="https://shields.io/badge/License-Apache--2.0-blue.svg?logo=apache" alt="License Apache 2.0"></a>
<a href="https://www.herodotus.cn"><img src="https://visitor-badge.laobi.icu/badge?page_id=dante-cloud&title=Total%20Visits" alt="Total Visits"></a>
Expand Down
4 changes: 2 additions & 2 deletions oss-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-bom</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<packaging>pom</packaging>

<description>Dante Cloud 生态产品 Dante OSS Bom</description>
Expand Down Expand Up @@ -89,7 +89,7 @@
<mapstruct-processor.version>1.5.5.Final</mapstruct-processor.version>

<spring-boot-dependencies.version>3.1.0</spring-boot-dependencies.version>
<dante-bom.version>3.1.0.8</dante-bom.version>
<dante-bom.version>3.1.1.0</dante-bom.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions oss-minio/minio-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-minio</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<artifactId>minio-core</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions oss-minio/minio-sdk-logic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-minio</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<artifactId>minio-sdk-logic</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions oss-minio/minio-sdk-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-minio</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<artifactId>minio-sdk-rest</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions oss-minio/minio-sdk-scenario/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-minio</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<artifactId>minio-sdk-scenario</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions oss-minio/minio-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-minio</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<artifactId>minio-spring-boot-starter</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions oss-minio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>dante-oss</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<artifactId>oss-minio</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<packaging>pom</packaging>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions oss-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>dante-oss</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>

<artifactId>oss-spring-boot-starter</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<parent>
<groupId>cn.herodotus.oss</groupId>
<artifactId>oss-bom</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<relativePath>oss-bom/pom.xml</relativePath>
</parent>

<artifactId>dante-oss</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
<packaging>pom</packaging>

<url>https://github.com/herodotus/dante-oss</url>
Expand Down

0 comments on commit 123bec8

Please sign in to comment.