From 16918ea13fa252306d629ecb283f5dc67e753824 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Wed, 31 Jul 2019 09:54:09 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=831.9.5,=E8=AF=B7?= =?UTF-8?q?=E4=BD=BF=E7=94=A81.9.5=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- pom.xml | 54 ++++++++++++++++++++++++++++++++++++++++-------------- update.md | 7 +++++++ 3 files changed, 50 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index fad79e2..3595a2a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

- + @@ -15,7 +15,7 @@ - +

@@ -76,7 +76,7 @@ JustAuth,如你所见,它仅仅是一个**第三方授权登录**的**工具 me.zhyd.oauth JustAuth - 1.9.4 + 1.9.5 ``` - 调用api diff --git a/pom.xml b/pom.xml index 22ef9cb..66456c8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.zhyd.oauth JustAuth - 1.9.4 + 1.9.5 JustAuth https://gitee.com/yadong.zhang/JustAuth @@ -52,8 +52,12 @@ 1.8 1.8 2.2.1 - 3.7.0 - true + 3.8.1 + 3.1.0 + 2.7 + 2.20 + 1.6 + false 4.6.1 1.18.4 4.11 @@ -112,6 +116,7 @@ + org.apache.maven.plugins maven-source-plugin ${maven-source.version} true @@ -127,10 +132,30 @@ org.apache.maven.plugins maven-javadoc-plugin + ${maven-javadoc.version} + + + package + + jar + + + org.apache.maven.plugins - maven-gpg-plugin + maven-surefire-plugin + ${maven-surefire-version} + + + + **/*Test.java + + + + **/AuthRequestTest.java + + @@ -154,20 +179,21 @@ - org.apache.maven.plugins - maven-javadoc-plugin - - - package - - jar - - - + org.codehaus.mojo + cobertura-maven-plugin + ${cobertura-version} + + + html + xml + + + org.apache.maven.plugins maven-gpg-plugin + ${maven-gpg-version} verify diff --git a/update.md b/update.md index af8ac5c..82632ee 100644 --- a/update.md +++ b/update.md @@ -1,3 +1,10 @@ +### 2019/07/31 ([v1.9.5](https://gitee.com/yadong.zhang/JustAuth/releases/v1.9.5)) + +`v1.9.4`版本发布失败,请升级到`1.9.5`版本! + +由此给您带来的不便,敬请谅解! + + ### 2019/07/30 ([v1.9.4](https://gitee.com/yadong.zhang/JustAuth/releases/v1.9.4)) 1. 升级`hutool-http`版本到`v4.6.1` -- GitLab