From c8f9aafe37eb52f67e433b5d84e51344f2f43171 Mon Sep 17 00:00:00 2001 From: shengzhang <2393584716@qq.com> Date: Wed, 14 Apr 2021 00:38:18 +0800 Subject: [PATCH] =?UTF-8?q?v1.16.0.RELEASE=20=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 4 ++-- sa-token-core/pom.xml | 2 +- .../cn/dev33/satoken/util/SaTokenConsts.java | 2 +- .../cn/dev33/satoken/util/SaTokenInsideUtil.java | 4 ++-- sa-token-dao-redis-jackson/pom.xml | 2 +- sa-token-dao-redis/pom.xml | 2 +- sa-token-demo-jwt/pom.xml | 2 +- .../sa-token-demo-oauth2-client/pom.xml | 2 +- .../sa-token-demo-oauth2-server/pom.xml | 2 +- sa-token-demo-springboot/pom.xml | 2 +- sa-token-demo-webflux/pom.xml | 2 +- sa-token-doc/doc/start/download.md | 16 ++++++++-------- sa-token-doc/doc/start/example.md | 2 +- sa-token-doc/doc/start/webflux-example.md | 2 +- sa-token-doc/doc/use/at-check.md | 2 +- sa-token-doc/doc/use/dao-extend.md | 4 ++-- sa-token-oauth2/pom.xml | 2 +- sa-token-reactor-spring-boot-starter/pom.xml | 2 +- sa-token-servlet/pom.xml | 2 +- sa-token-spring-aop/pom.xml | 2 +- sa-token-spring-boot-starter/pom.xml | 2 +- 21 files changed, 31 insertions(+), 31 deletions(-) diff --git a/pom.xml b/pom.xml index 0c013768..3e60c4e0 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ cn.dev33 sa-token-parent pom - 1.16.0 + 1.16.0.RELEASE sa-token @@ -40,7 +40,7 @@ - 1.16.0 + 1.16.0.RELEASE 1.8 utf-8 utf-8 diff --git a/sa-token-core/pom.xml b/sa-token-core/pom.xml index 6af486b0..f29fe37a 100644 --- a/sa-token-core/pom.xml +++ b/sa-token-core/pom.xml @@ -7,7 +7,7 @@ cn.dev33 sa-token-parent - 1.16.0 + 1.16.0.RELEASE jar diff --git a/sa-token-core/src/main/java/cn/dev33/satoken/util/SaTokenConsts.java b/sa-token-core/src/main/java/cn/dev33/satoken/util/SaTokenConsts.java index 186d55da..54ca776e 100644 --- a/sa-token-core/src/main/java/cn/dev33/satoken/util/SaTokenConsts.java +++ b/sa-token-core/src/main/java/cn/dev33/satoken/util/SaTokenConsts.java @@ -13,7 +13,7 @@ public class SaTokenConsts { /** * sa-token 当前版本号 */ - public static final String VERSION_NO = "v1.16.0"; + public static final String VERSION_NO = "v1.16.0.RELEASE"; /** * sa-token 开源地址 diff --git a/sa-token-core/src/main/java/cn/dev33/satoken/util/SaTokenInsideUtil.java b/sa-token-core/src/main/java/cn/dev33/satoken/util/SaTokenInsideUtil.java index a6d70176..a6eef6a7 100644 --- a/sa-token-core/src/main/java/cn/dev33/satoken/util/SaTokenInsideUtil.java +++ b/sa-token-core/src/main/java/cn/dev33/satoken/util/SaTokenInsideUtil.java @@ -21,9 +21,9 @@ public class SaTokenInsideUtil { String str = "____ ____ ___ ____ _ _ ____ _ _ \r\n" + "[__ |__| __ | | | |_/ |___ |\\ | \r\n" + "___] | | | |__| | \\_ |___ | \\| " // + "sa-token:" - + " \r\n" + "DevDoc:" + SaTokenConsts.DEV_DOC_URL // + "\r\n"; + + "\r\n" + "DevDoc:" + SaTokenConsts.DEV_DOC_URL // + "\r\n"; + " (" + SaTokenConsts.VERSION_NO + ")" - + " \r\n" + "GitHub:" + SaTokenConsts.GITHUB_URL // + "\r\n"; + + "\r\n" + "GitHub:" + SaTokenConsts.GITHUB_URL // + "\r\n"; ; System.out.println(str); } diff --git a/sa-token-dao-redis-jackson/pom.xml b/sa-token-dao-redis-jackson/pom.xml index bf011115..4e162d97 100644 --- a/sa-token-dao-redis-jackson/pom.xml +++ b/sa-token-dao-redis-jackson/pom.xml @@ -7,7 +7,7 @@ cn.dev33 sa-token-parent - 1.16.0 + 1.16.0.RELEASE jar diff --git a/sa-token-dao-redis/pom.xml b/sa-token-dao-redis/pom.xml index 5fb91c48..1994086a 100644 --- a/sa-token-dao-redis/pom.xml +++ b/sa-token-dao-redis/pom.xml @@ -7,7 +7,7 @@ cn.dev33 sa-token-parent - 1.16.0 + 1.16.0.RELEASE jar diff --git a/sa-token-demo-jwt/pom.xml b/sa-token-demo-jwt/pom.xml index b60b5565..6391144c 100644 --- a/sa-token-demo-jwt/pom.xml +++ b/sa-token-demo-jwt/pom.xml @@ -16,7 +16,7 @@ - 1.16.0 + 1.16.0.RELEASE diff --git a/sa-token-demo-oauth2/sa-token-demo-oauth2-client/pom.xml b/sa-token-demo-oauth2/sa-token-demo-oauth2-client/pom.xml index 4df9b92f..77963e74 100644 --- a/sa-token-demo-oauth2/sa-token-demo-oauth2-client/pom.xml +++ b/sa-token-demo-oauth2/sa-token-demo-oauth2-client/pom.xml @@ -17,7 +17,7 @@ 1.8 3.1.1 - 1.16.0 + 1.15.0.RELEASE diff --git a/sa-token-demo-oauth2/sa-token-demo-oauth2-server/pom.xml b/sa-token-demo-oauth2/sa-token-demo-oauth2-server/pom.xml index b54ee382..a8f54ab6 100644 --- a/sa-token-demo-oauth2/sa-token-demo-oauth2-server/pom.xml +++ b/sa-token-demo-oauth2/sa-token-demo-oauth2-server/pom.xml @@ -17,7 +17,7 @@ 1.8 3.1.1 - 1.16.0 + 1.15.0.RELEASE diff --git a/sa-token-demo-springboot/pom.xml b/sa-token-demo-springboot/pom.xml index f8ec6396..fd52f745 100644 --- a/sa-token-demo-springboot/pom.xml +++ b/sa-token-demo-springboot/pom.xml @@ -16,7 +16,7 @@ - 1.16.0 + 1.16.0.RELEASE diff --git a/sa-token-demo-webflux/pom.xml b/sa-token-demo-webflux/pom.xml index fb6396e6..9643cf13 100644 --- a/sa-token-demo-webflux/pom.xml +++ b/sa-token-demo-webflux/pom.xml @@ -16,7 +16,7 @@ - 1.16.0 + 1.16.0.RELEASE diff --git a/sa-token-doc/doc/start/download.md b/sa-token-doc/doc/start/download.md index f8b41743..75cecb1b 100644 --- a/sa-token-doc/doc/start/download.md +++ b/sa-token-doc/doc/start/download.md @@ -12,7 +12,7 @@ cn.dev33 sa-token-spring-boot-starter - 1.16.0 + 1.16.0.RELEASE ``` @@ -23,7 +23,7 @@ cn.dev33 sa-token-reactor-spring-boot-starter - 1.16.0 + 1.16.0.RELEASE ``` @@ -34,7 +34,7 @@ cn.dev33 sa-token-servlet - 1.16.0 + 1.16.0.RELEASE ``` @@ -45,7 +45,7 @@ cn.dev33 sa-token-core - 1.16.0 + 1.16.0.RELEASE ``` @@ -56,19 +56,19 @@ ``` xml -implementation 'cn.dev33:sa-token-spring-boot-starter:1.16.0' +implementation 'cn.dev33:sa-token-spring-boot-starter:1.16.0.RELEASE' ``` ``` xml -implementation 'cn.dev33:sa-token-reactor-spring-boot-starter:1.16.0' +implementation 'cn.dev33:sa-token-reactor-spring-boot-starter:1.16.0.RELEASE' ``` ``` xml -implementation 'cn.dev33:sa-token-servlet:1.16.0' +implementation 'cn.dev33:sa-token-servlet:1.16.0.RELEASE' ``` ``` xml -implementation 'cn.dev33:sa-token-core:1.16.0' +implementation 'cn.dev33:sa-token-core:1.16.0.RELEASE' ``` diff --git a/sa-token-doc/doc/start/example.md b/sa-token-doc/doc/start/example.md index 681f9d27..f6e99d53 100644 --- a/sa-token-doc/doc/start/example.md +++ b/sa-token-doc/doc/start/example.md @@ -17,7 +17,7 @@ cn.dev33 sa-token-spring-boot-starter - 1.16.0 + 1.16.0.RELEASE ``` diff --git a/sa-token-doc/doc/start/webflux-example.md b/sa-token-doc/doc/start/webflux-example.md index 40e1e596..377d8d4e 100644 --- a/sa-token-doc/doc/start/webflux-example.md +++ b/sa-token-doc/doc/start/webflux-example.md @@ -20,7 +20,7 @@ WebFlux基于Reactor响应式模型开发,有着与标准ServletAPI完全不 cn.dev33 sa-token-reactor-spring-boot-starter - 1.16.0 + 1.16.0.RELEASE ``` diff --git a/sa-token-doc/doc/use/at-check.md b/sa-token-doc/doc/use/at-check.md index 5ee81768..ae9e7d14 100644 --- a/sa-token-doc/doc/use/at-check.md +++ b/sa-token-doc/doc/use/at-check.md @@ -21,7 +21,7 @@ sa-token内置两种模式完成注解鉴权,分别是`AOP模式`和`拦截器 cn.dev33 sa-token-spring-aop - 1.16.0 + 1.16.0.RELEASE ``` diff --git a/sa-token-doc/doc/use/dao-extend.md b/sa-token-doc/doc/use/dao-extend.md index 4583bc15..c78f8a05 100644 --- a/sa-token-doc/doc/use/dao-extend.md +++ b/sa-token-doc/doc/use/dao-extend.md @@ -14,7 +14,7 @@ Sa-token默认将会话数据保存在内存中,此模式读写速度最快, cn.dev33 sa-token-dao-redis - 1.16.0 + 1.16.0.RELEASE ``` 优点:兼容性好,缺点:Session序列化后基本不可读,对开发者来讲等同于乱码 @@ -26,7 +26,7 @@ Sa-token默认将会话数据保存在内存中,此模式读写速度最快, cn.dev33 sa-token-dao-redis-jackson - 1.16.0 + 1.16.0.RELEASE ``` 优点:Session序列化后可读性强,可灵活手动修改,缺点:兼容性稍差 diff --git a/sa-token-oauth2/pom.xml b/sa-token-oauth2/pom.xml index 4219305c..79dfbdb6 100644 --- a/sa-token-oauth2/pom.xml +++ b/sa-token-oauth2/pom.xml @@ -7,7 +7,7 @@ cn.dev33 sa-token-parent - 1.16.0 + 1.16.0.RELEASE jar diff --git a/sa-token-reactor-spring-boot-starter/pom.xml b/sa-token-reactor-spring-boot-starter/pom.xml index 216212a2..872bc409 100644 --- a/sa-token-reactor-spring-boot-starter/pom.xml +++ b/sa-token-reactor-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ cn.dev33 sa-token-parent - 1.16.0 + 1.16.0.RELEASE jar diff --git a/sa-token-servlet/pom.xml b/sa-token-servlet/pom.xml index d83ddd36..95098ba3 100644 --- a/sa-token-servlet/pom.xml +++ b/sa-token-servlet/pom.xml @@ -7,7 +7,7 @@ cn.dev33 sa-token-parent - 1.16.0 + 1.16.0.RELEASE jar diff --git a/sa-token-spring-aop/pom.xml b/sa-token-spring-aop/pom.xml index aef0cefd..28557d32 100644 --- a/sa-token-spring-aop/pom.xml +++ b/sa-token-spring-aop/pom.xml @@ -7,7 +7,7 @@ cn.dev33 sa-token-parent - 1.16.0 + 1.16.0.RELEASE jar diff --git a/sa-token-spring-boot-starter/pom.xml b/sa-token-spring-boot-starter/pom.xml index b9e325fa..4132b930 100644 --- a/sa-token-spring-boot-starter/pom.xml +++ b/sa-token-spring-boot-starter/pom.xml @@ -7,7 +7,7 @@ cn.dev33 sa-token-parent - 1.16.0 + 1.16.0.RELEASE jar