Skip to content

Commit c0abcf9

Browse files
committed
🔥 适配minbox-parent v1.0.4
1 parent 93d2757 commit c0abcf9

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

api-boot-project/api-boot-autoconfigure/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
<dependency>
5050
<groupId>org.springframework.cloud</groupId>
5151
<artifactId>spring-cloud-starter-openfeign</artifactId>
52+
<version>${spring-cloud.version}</version>
5253
<optional>true</optional>
5354
</dependency>
5455

api-boot-project/api-boot-dependencies/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
<artifactId>api-boot-dependencies</artifactId>
1515
<properties>
1616
<main.basedir>${basedir}/../..</main.basedir>
17+
<minbox-bom.version>1.0.4</minbox-bom.version>
1718
<spring.boot.version>2.3.6.RELEASE</spring.boot.version>
19+
<spring-cloud.version>2.2.6.RELEASE</spring-cloud.version>
1820
<maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version>
1921
<build-helper-maven-plugin.version>3.0.0</build-helper-maven-plugin.version>
2022
</properties>
@@ -27,6 +29,13 @@
2729
<type>pom</type>
2830
<scope>import</scope>
2931
</dependency>
32+
<dependency>
33+
<groupId>org.minbox.framework</groupId>
34+
<artifactId>minbox-bom</artifactId>
35+
<version>${minbox-bom.version}</version>
36+
<scope>import</scope>
37+
<type>pom</type>
38+
</dependency>
3039
<dependency>
3140
<groupId>org.minbox.framework</groupId>
3241
<artifactId>api-boot</artifactId>

api-boot-samples/api-boot-sample-datasource-switch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.minbox.framework</groupId>
3333
<artifactId>minbox-datasource-switch</artifactId>
34-
<version>1.0.2-SNAPSHOT</version>
34+
<version>1.0.2</version>
3535
</dependency>
3636
<!--SpringBoot Test-->
3737
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.minbox.framework</groupId>
77
<artifactId>minbox-parent</artifactId>
8-
<version>1.0.4-SNAPSHOT</version>
8+
<version>1.0.4</version>
99
<relativePath/>
1010
</parent>
1111
<packaging>pom</packaging>
@@ -18,7 +18,7 @@
1818
<version>${revision}</version>
1919
<name>ApiBoot Build</name>
2020
<properties>
21-
<revision>2.3.3-SNAPSHOT</revision>
21+
<revision>2.3.3.RELEASE</revision>
2222
<jdk.version>1.8</jdk.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>

0 commit comments

Comments
 (0)