From 40175e467028a33487b373171268fc1d75265c3e Mon Sep 17 00:00:00 2001 From: KenChoi Date: Wed, 5 Jul 2017 16:35:27 +0800 Subject: [PATCH 01/16] [maven-release-plugin] prepare release v3.3.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 818cce8a..045a0e54 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.0-SNAPSHOT + 3.3.0 jar https://github.com/jpush/jpush-api-java-client JPush API Java Client From e5900ef1c6860b532bde15cceeef6f8af7bd3b34 Mon Sep 17 00:00:00 2001 From: KenChoi Date: Wed, 5 Jul 2017 16:35:28 +0800 Subject: [PATCH 02/16] [maven-release-plugin] prepare for next development iteration --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 045a0e54..755b5ab1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.0 + 3.3.1-SNAPSHOT jar https://github.com/jpush/jpush-api-java-client JPush API Java Client From d555d223071b3f35c389fff2066d4bbd5afac3ee Mon Sep 17 00:00:00 2001 From: KenChoi1992 <992649726@qq.com> Date: Mon, 25 Sep 2017 11:28:10 +0800 Subject: [PATCH 03/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc0150cf..851e270e 100644 --- a/README.md +++ b/README.md @@ -394,7 +394,7 @@ Weblogic在使用jpush-api-java-client时需要注意的一些事项。 + 执行 keytool -list -keystore mykey.jks 命令列出信任库里的所有公钥,观察对应证书的指纹 + 检查官网证书,观察对应证书的指纹 + 比较两个指纹是否一致,如下图所示 -![jpush_weblogic](https://github.com/jpush/jpush-docs/blob/renew/zh/JPush/docs/server/3rd/image/weblogic.png) +![jpush_weblogic](https://raw.githubusercontent.com/jpush/jpush-docs/master/zh/jpush/server/3rd/image/weblogic.png) #### 异常记录 **证书错误异常** From 0cf5390a2d4cfa42a58c787534d48462219a90c9 Mon Sep 17 00:00:00 2001 From: KenChoi Date: Tue, 21 Nov 2017 17:23:48 +0800 Subject: [PATCH 04/16] [maven-release-plugin] prepare release v3.3.3 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3efab121..4593b512 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.3-SNAPSHOT + 3.3.3 jar https://github.com/jpush/jpush-api-java-client JPush API Java Client From b19a9486f5cb835e13784697ce660d139bb35dd7 Mon Sep 17 00:00:00 2001 From: KenChoi Date: Tue, 21 Nov 2017 17:23:48 +0800 Subject: [PATCH 05/16] [maven-release-plugin] prepare for next development iteration --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4593b512..15b8fe95 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.3 + 3.3.4-SNAPSHOT jar https://github.com/jpush/jpush-api-java-client JPush API Java Client From 0556730ad55dc8988cf31df24d2dfb6168f4cbb8 Mon Sep 17 00:00:00 2001 From: KenChoi Date: Mon, 29 Jan 2018 18:03:40 +0800 Subject: [PATCH 06/16] [maven-release-plugin] prepare release v3.3.4 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 292dcb48..ab763ce4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.4-SNAPSHOT + 3.3.4 jar https://github.com/jpush/jpush-api-java-client JPush API Java Client @@ -35,7 +35,7 @@ https://github.com/jpush/jpush-api-java-client scm:git:git@github.com:jpush/jpush-api-java-client.git scm:git:git@github.com:jpush/jpush-api-java-client.git - v3.3.3 + v3.3.4 From 37a872733816c8614831894d265a7cf8be66dd8a Mon Sep 17 00:00:00 2001 From: KenChoi Date: Mon, 29 Jan 2018 18:03:40 +0800 Subject: [PATCH 07/16] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ab763ce4..cb6b183b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.4 + 3.3.5-SNAPSHOT jar https://github.com/jpush/jpush-api-java-client JPush API Java Client @@ -35,7 +35,7 @@ https://github.com/jpush/jpush-api-java-client scm:git:git@github.com:jpush/jpush-api-java-client.git scm:git:git@github.com:jpush/jpush-api-java-client.git - v3.3.4 + v3.3.3 From fd50e9094e6a8f619f698caefcc5f583b7b58408 Mon Sep 17 00:00:00 2001 From: JoshLi <542938192@qq.com> Date: Tue, 12 Jun 2018 20:34:09 +0800 Subject: [PATCH 08/16] Change limit JDK Verison to 1.7 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index abaafb39..172f717b 100644 --- a/pom.xml +++ b/pom.xml @@ -20,8 +20,8 @@ github UTF-8 - 1.6 - 1.6 + 1.7 + 1.7 From 0fc50e590208603f650200ad9cc709a54ea750f6 Mon Sep 17 00:00:00 2001 From: JoshLi <542938192@qq.com> Date: Tue, 12 Jun 2018 20:37:16 +0800 Subject: [PATCH 09/16] [maven-release-plugin] prepare for next development iteration --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 172f717b..ca0e2efd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.7-SNAPSHOT + 3.3.8-SNAPSHOT jar https://github.com/jpush/jpush-api-java-client JPush API Java Client From ebc76560e25811fd17f66e776abe63aed0b0846c Mon Sep 17 00:00:00 2001 From: JoshLi <542938192@qq.com> Date: Tue, 12 Jun 2018 20:38:04 +0800 Subject: [PATCH 10/16] prpare release 3.3.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca0e2efd..172f717b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.8-SNAPSHOT + 3.3.7-SNAPSHOT jar https://github.com/jpush/jpush-api-java-client JPush API Java Client From d91425aabc5ab9e43fba55b1dfd8274ab44052cf Mon Sep 17 00:00:00 2001 From: JoshLi <542938192@qq.com> Date: Tue, 12 Jun 2018 20:42:39 +0800 Subject: [PATCH 11/16] [maven-release-plugin] prepare release v3.3.7 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 172f717b..2038a311 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.7-SNAPSHOT + 3.3.7 jar https://github.com/jpush/jpush-api-java-client JPush API Java Client @@ -35,7 +35,7 @@ https://github.com/jpush/jpush-api-java-client scm:git:git@github.com:jpush/jpush-api-java-client.git scm:git:git@github.com:jpush/jpush-api-java-client.git - v3.3.5 + v3.3.7 From bf6f95f859480a0386a1e2febff3a286ac816221 Mon Sep 17 00:00:00 2001 From: JoshLi <542938192@qq.com> Date: Tue, 12 Jun 2018 20:44:02 +0800 Subject: [PATCH 12/16] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2038a311..ca0e2efd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.7 + 3.3.8-SNAPSHOT jar https://github.com/jpush/jpush-api-java-client JPush API Java Client @@ -35,7 +35,7 @@ https://github.com/jpush/jpush-api-java-client scm:git:git@github.com:jpush/jpush-api-java-client.git scm:git:git@github.com:jpush/jpush-api-java-client.git - v3.3.7 + v3.3.5 From 365e6fd2e64939f21932e1295b3c30dff01fdd8d Mon Sep 17 00:00:00 2001 From: JoshLi <542938192@qq.com> Date: Tue, 12 Jun 2018 20:51:39 +0800 Subject: [PATCH 13/16] Prepare for 3.3.7 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ca0e2efd..172f717b 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.8-SNAPSHOT + 3.3.7-SNAPSHOT jar https://github.com/jpush/jpush-api-java-client JPush API Java Client From 1096a988b7d9c9fa5ad751eefc763a858ad5bed3 Mon Sep 17 00:00:00 2001 From: JoshLi <542938192@qq.com> Date: Tue, 12 Jun 2018 20:55:15 +0800 Subject: [PATCH 14/16] [maven-release-plugin] prepare release v3.3.7 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 172f717b..2038a311 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.7-SNAPSHOT + 3.3.7 jar https://github.com/jpush/jpush-api-java-client JPush API Java Client @@ -35,7 +35,7 @@ https://github.com/jpush/jpush-api-java-client scm:git:git@github.com:jpush/jpush-api-java-client.git scm:git:git@github.com:jpush/jpush-api-java-client.git - v3.3.5 + v3.3.7 From a4ba3807cb58e6505383df7dc31a3c670644e53a Mon Sep 17 00:00:00 2001 From: JoshLi <542938192@qq.com> Date: Tue, 12 Jun 2018 20:55:15 +0800 Subject: [PATCH 15/16] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 2038a311..ca0e2efd 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ cn.jpush.api jpush-client - 3.3.7 + 3.3.8-SNAPSHOT jar https://github.com/jpush/jpush-api-java-client JPush API Java Client @@ -35,7 +35,7 @@ https://github.com/jpush/jpush-api-java-client scm:git:git@github.com:jpush/jpush-api-java-client.git scm:git:git@github.com:jpush/jpush-api-java-client.git - v3.3.7 + v3.3.5 From 5f2eb6f631581773ea839d4cc77ef6209d15c505 Mon Sep 17 00:00:00 2001 From: JoshLi <542938192@qq.com> Date: Wed, 13 Jun 2018 16:14:42 +0800 Subject: [PATCH 16/16] 3.3.7 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2447094e..7ef3ecdb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ cn.jpush.api jpush-client - 3.3.6 + 3.3.7 ``` ### jar 包方式 @@ -652,3 +652,5 @@ Caused by: javax.net.ssl.SSLKeyException: Hostname verification failed: Hostname at cn.jpush.api.common.connection.NativeHttpClient._doRequest(NativeHttpClient.java:153) ... 21 more ``` + +