调整包结构,以springboot3为主干版本,发布正式版1.0.0

This commit is contained in:
刘小平 2024-08-02 11:39:17 +08:00
parent 2d58a56ad2
commit f478abbd8d
19 changed files with 16 additions and 16 deletions

View File

@ -15,7 +15,7 @@
<dependencies>
<dependency>
<groupId>me.liuxp</groupId>
<artifactId>minio-plus-core-spring-boot-starter</artifactId>
<artifactId>minio-plus-core-springboot2-starter</artifactId>
</dependency>
<dependency>
<groupId>me.liuxp</groupId>

View File

@ -15,7 +15,7 @@
<dependencies>
<dependency>
<groupId>me.liuxp</groupId>
<artifactId>minio-plus-all-spring-boot-starter</artifactId>
<artifactId>minio-plus-all-springboot2-starter</artifactId>
</dependency>
<dependency>
<groupId>me.liuxp</groupId>

View File

@ -21,7 +21,7 @@
<dependencies>
<dependency>
<groupId>me.liuxp</groupId>
<artifactId>minio-plus-all-springboot3-starter</artifactId>
<artifactId>minio-plus-all-springboot-starter</artifactId>
</dependency>
<dependency>
<groupId>me.liuxp</groupId>

View File

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>minio-plus-all-springboot3-starter</artifactId>
<artifactId>minio-plus-all-springboot-starter</artifactId>
<packaging>jar</packaging>
<properties>

View File

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>minio-plus-all-spring-boot-starter</artifactId>
<artifactId>minio-plus-all-springboot2-starter</artifactId>
<packaging>jar</packaging>
<properties>

View File

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>minio-plus-core-springboot3-starter</artifactId>
<artifactId>minio-plus-core-springboot-starter</artifactId>
<packaging>jar</packaging>
<properties>

View File

@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>minio-plus-core-spring-boot-starter</artifactId>
<artifactId>minio-plus-core-springboot2-starter</artifactId>
<packaging>jar</packaging>
<properties>

View File

@ -13,10 +13,10 @@
<packaging>pom</packaging>
<modules>
<module>minio-plus-all-spring-boot-starter</module>
<module>minio-plus-core-spring-boot-starter</module>
<module>minio-plus-all-springboot3-starter</module>
<module>minio-plus-core-springboot3-starter</module>
<module>minio-plus-all-springboot2-starter</module>
<module>minio-plus-core-springboot2-starter</module>
<module>minio-plus-all-springboot-starter</module>
<module>minio-plus-core-springboot-starter</module>
</modules>
</project>

10
pom.xml
View File

@ -49,7 +49,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<revision>0.1.5</revision>
<revision>1.0.0</revision>
<spring-boot2.version>2.7.18</spring-boot2.version>
<spring-boot3.version>3.3.2</spring-boot3.version>
<spring-boot.version>${spring-boot2.version}</spring-boot.version>
@ -162,22 +162,22 @@
</dependency>
<dependency>
<groupId>me.liuxp</groupId>
<artifactId>minio-plus-all-spring-boot-starter</artifactId>
<artifactId>minio-plus-all-springboot2-starter</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>me.liuxp</groupId>
<artifactId>minio-plus-core-spring-boot-starter</artifactId>
<artifactId>minio-plus-core-springboot2-starter</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>me.liuxp</groupId>
<artifactId>minio-plus-all-springboot3-starter</artifactId>
<artifactId>minio-plus-all-springboot-starter</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>me.liuxp</groupId>
<artifactId>minio-plus-core-springboot3-starter</artifactId>
<artifactId>minio-plus-core-springboot-starter</artifactId>
<version>${revision}</version>
</dependency>
<dependency>