Skip to content

Commit 2274f05

Browse files
committed
更新整合项目使用ApiBoot版本号
1 parent b997a98 commit 2274f05

File tree

1 file changed

+3
-3
lines changed
  • api-boot-samples/api-boot-sample-integration

1 file changed

+3
-3
lines changed

api-boot-samples/api-boot-sample-integration/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<parent>
2323
<artifactId>api-boot-samples</artifactId>
2424
<groupId>org.minbox.framework</groupId>
25-
<version>2.0.7.RELEASE</version>
25+
<version>2.0.8.RELEASE</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<properties>
2929
<java.version>1.8</java.version>
30-
<api.boot.version>2.0.7.RELEASE</api.boot.version>
30+
<api.boot.version>2.0.8.RELEASE</api.boot.version>
3131
</properties>
3232
<artifactId>api-boot-sample-integration</artifactId>
3333
<description>
@@ -148,7 +148,7 @@
148148
<plugin>
149149
<groupId>org.minbox.framework</groupId>
150150
<artifactId>api-boot-mybatis-enhance-maven-codegen</artifactId>
151-
<version>2.0.7.RELEASE</version>
151+
<version>2.0.8.RELEASE</version>
152152
<dependencies>
153153
<!--数据驱动依赖-->
154154
<dependency>

0 commit comments

Comments
 (0)