File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed
api-boot-samples/api-boot-sample-datasource-switch Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
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>
You can’t perform that action at this time.
0 commit comments