From 3f7adbeb3c6ec9414c258ed9cd19e8fb7935c481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A6=82=E6=A2=A6=E6=8A=80=E6=9C=AF?= <596392912@qq.com> Date: Fri, 10 Dec 2021 23:44:47 +0800 Subject: [PATCH] :bookmark: 2.2.1 --- README.md | 6 +++--- README_EN.md | 6 +++--- build.gradle | 2 +- gradle.properties | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 59e1638..5208481 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,19 @@ mica auto 采用 Annotation Processor,她不是什么新技术,在 jdk 1.6 net.dreamlu mica-auto - 2.2.0 + 2.2.1 provided ``` ### gradle >= 5.x ```groovy -annotationProcessor("net.dreamlu:mica-auto:2.2.0") +annotationProcessor("net.dreamlu:mica-auto:2.2.1") ``` ### gradle < 5.x ```groovy -compileOnly "net.dreamlu:mica-auto:2.2.0" +compileOnly "net.dreamlu:mica-auto:2.2.1" ``` ## 原理 diff --git a/README_EN.md b/README_EN.md index 04ca7d5..fb7ef5f 100644 --- a/README_EN.md +++ b/README_EN.md @@ -49,19 +49,19 @@ It is mainly used to avoid the inconsistency between the Spring Boot main projec net.dreamlu mica-auto - 2.2.0 + 2.2.1 provided ``` ### gradle >= 5.x ```gradle -annotationProcessor("net.dreamlu:mica-auto:2.2.0") +annotationProcessor("net.dreamlu:mica-auto:2.2.1") ``` ### gradle < 5.x ```gradle -compileOnly "net.dreamlu:mica-auto:2.2.0" +compileOnly "net.dreamlu:mica-auto:2.2.1" ``` ## Principle diff --git a/build.gradle b/build.gradle index 46fe358..7045d6c 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply from: "${rootProject.projectDir}/gradle/publish-maven.gradle" ext { javaVersion = JavaVersion.VERSION_1_8 - springBootVersion = "2.6.0" + springBootVersion = "2.6.1" lombokVersion = "1.18.22" googleAutoVersion = "1.0.1" compileTestingVersion = "0.19" diff --git a/gradle.properties b/gradle.properties index 614bfc5..fed275b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION=2.2.0 +VERSION=2.2.1 GROUPID=net.dreamlu NEXUS_OSS_USER_NAME=*** -- GitLab