From fcbbc9fd845d7287be6580d9f284d2ec8fa2765f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=80=E6=BA=90=E6=B5=B7=E5=93=A5?= Date: Thu, 28 Sep 2023 18:15:51 +0800 Subject: [PATCH] build: v1.6.8 release (^.^)YYa!! --- .gitee/ISSUE_TEMPLATE/bug.yml | 2 +- .gitee/ISSUE_TEMPLATE/question.yml | 2 +- docs/zh/intro/getting-started.md | 2 +- docs/zh/intro/gradle.md | 16 ++++++++-------- docs/zh/intro/maven.md | 14 +++++++------- docs/zh/others/apt.md | 2 +- docs/zh/others/codegen.md | 2 +- pom.xml | 4 ++-- 8 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.gitee/ISSUE_TEMPLATE/bug.yml b/.gitee/ISSUE_TEMPLATE/bug.yml index eeb98be8..fd0a1063 100644 --- a/.gitee/ISSUE_TEMPLATE/bug.yml +++ b/.gitee/ISSUE_TEMPLATE/bug.yml @@ -7,7 +7,7 @@ body: attributes: label: 这个 Bug 是否已经存在: options: - - label: 我确定已经把 MyBatis-Flex 升级到最新版本 v1.6.7,并已搜索过现有的问题 (https://gitee.com/mybatis-flex/mybatis-flex/issues) + - label: 我确定已经把 MyBatis-Flex 升级到最新版本 v1.6.8,并已搜索过现有的问题 (https://gitee.com/mybatis-flex/mybatis-flex/issues) required: true - type: textarea attributes: diff --git a/.gitee/ISSUE_TEMPLATE/question.yml b/.gitee/ISSUE_TEMPLATE/question.yml index 0f5ea84d..63654a77 100644 --- a/.gitee/ISSUE_TEMPLATE/question.yml +++ b/.gitee/ISSUE_TEMPLATE/question.yml @@ -13,7 +13,7 @@ body: attributes: label: 这个问题是否已经存在: options: - - label: 我确定已经把 MyBatis-Flex 升级到最新版本 v1.6.7,并已搜索过现有的问题 (https://gitee.com/mybatis-flex/mybatis-flex/issues) + - label: 我确定已经把 MyBatis-Flex 升级到最新版本 v1.6.8,并已搜索过现有的问题 (https://gitee.com/mybatis-flex/mybatis-flex/issues) required: true - type: textarea id: question-description diff --git a/docs/zh/intro/getting-started.md b/docs/zh/intro/getting-started.md index c79ac126..46c8640a 100644 --- a/docs/zh/intro/getting-started.md +++ b/docs/zh/intro/getting-started.md @@ -62,7 +62,7 @@ VALUES (1, '张三', 18, '2020-01-11'), com.mybatis-flex mybatis-flex-spring-boot-starter - 1.6.7 + 1.6.8 com.mysql diff --git a/docs/zh/intro/gradle.md b/docs/zh/intro/gradle.md index 7ca6bb39..4e09fac2 100644 --- a/docs/zh/intro/gradle.md +++ b/docs/zh/intro/gradle.md @@ -10,7 +10,7 @@ ```kotlin dependencies { - implementation("com.mybatis-flex:mybatis-flex-core:1.6.7") + implementation("com.mybatis-flex:mybatis-flex-core:1.6.8") } ``` @@ -18,7 +18,7 @@ dependencies { ```groovy dependencies { - implementation 'com.mybatis-flex:mybatis-flex-core:1.6.7' + implementation 'com.mybatis-flex:mybatis-flex-core:1.6.8' } ``` @@ -28,7 +28,7 @@ dependencies { ```kotlin dependencies { - implementation("com.mybatis-flex:mybatis-flex-spring:1.6.7") + implementation("com.mybatis-flex:mybatis-flex-spring:1.6.8") } ``` @@ -36,7 +36,7 @@ dependencies { ```groovy dependencies { - implementation 'com.mybatis-flex:mybatis-flex-spring:1.6.7' + implementation 'com.mybatis-flex:mybatis-flex-spring:1.6.8' } ``` @@ -46,7 +46,7 @@ dependencies { ```kotlin dependencies { - implementation("com.mybatis-flex:mybatis-flex-spring-boot-starter:1.6.7") + implementation("com.mybatis-flex:mybatis-flex-spring-boot-starter:1.6.8") } ``` @@ -54,7 +54,7 @@ dependencies { ```groovy dependencies { - implementation 'com.mybatis-flex:mybatis-flex-spring-boot-starter:1.6.7' + implementation 'com.mybatis-flex:mybatis-flex-spring-boot-starter:1.6.8' } ``` @@ -70,7 +70,7 @@ dependencies { ```kotlin dependencies { - annotationProcessor("com.mybatis-flex:mybatis-flex-processor:1.6.7") + annotationProcessor("com.mybatis-flex:mybatis-flex-processor:1.6.8") } ``` @@ -78,6 +78,6 @@ dependencies { ```groovy dependencies { - annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.6.7' + annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.6.8' } ``` diff --git a/docs/zh/intro/maven.md b/docs/zh/intro/maven.md index 18dea7f0..d91cd07c 100644 --- a/docs/zh/intro/maven.md +++ b/docs/zh/intro/maven.md @@ -12,12 +12,12 @@ com.mybatis-flex mybatis-flex-core - 1.6.7 + 1.6.8 com.mybatis-flex mybatis-flex-processor - 1.6.7 + 1.6.8 provided ``` @@ -28,12 +28,12 @@ com.mybatis-flex mybatis-flex-spring - 1.6.7 + 1.6.8 com.mybatis-flex mybatis-flex-processor - 1.6.7 + 1.6.8 provided `````` @@ -44,12 +44,12 @@ com.mybatis-flex mybatis-flex-spring-boot-starter - 1.6.7 + 1.6.8 com.mybatis-flex mybatis-flex-processor - 1.6.7 + 1.6.8 provided ``` @@ -72,7 +72,7 @@ com.mybatis-flex mybatis-flex-processor - 1.6.7 + 1.6.8 diff --git a/docs/zh/others/apt.md b/docs/zh/others/apt.md index 78b39e89..6aa33a34 100644 --- a/docs/zh/others/apt.md +++ b/docs/zh/others/apt.md @@ -220,7 +220,7 @@ pom.xml 添加 `annotationProcessorPaths` 配置, ``` dependencies { ... - annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.6.7' + annotationProcessor 'com.mybatis-flex:mybatis-flex-processor:1.6.8' } ``` diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index e87a5a71..353f2ec1 100644 --- a/docs/zh/others/codegen.md +++ b/docs/zh/others/codegen.md @@ -10,7 +10,7 @@ com.mybatis-flex mybatis-flex-codegen - 1.6.7 + 1.6.8 ``` diff --git a/pom.xml b/pom.xml index 75935d13..1f185cc0 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.mybatis-flex parent pom - 1.6.7 + 1.6.8 mybatis-flex https://mybatis-flex.com @@ -55,7 +55,7 @@ 8 8 - 1.6.7 + 1.6.8 3.5.13 2.1.0