Skip to content

Commit f7039ce

Browse files
authored
Merge pull request #111 from JoshLipan/master
Release 3.3.7
2 parents 0360689 + 32006ce commit f7039ce

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>cn.jpush.api</groupId>
2626
<artifactId>jpush-client</artifactId>
27-
<version>3.3.6</version>
27+
<version>3.3.7</version>
2828
</dependency>
2929
```
3030
### jar 包方式
@@ -392,7 +392,7 @@ Weblogic在使用jpush-api-java-client时需要注意的一些事项。
392392
+ 执行 keytool -list -keystore mykey.jks 命令列出信任库里的所有公钥,观察对应证书的指纹
393393
+ 检查官网证书,观察对应证书的指纹
394394
+ 比较两个指纹是否一致,如下图所示
395-
![jpush_weblogic](https://github.com/jpush/jpush-docs/blob/renew/zh/JPush/docs/server/3rd/image/weblogic.png)
395+
![jpush_weblogic](https://raw.githubusercontent.com/jpush/jpush-docs/master/zh/jpush/server/3rd/image/weblogic.png)
396396

397397
#### 异常记录
398398
**证书错误异常**
@@ -652,3 +652,5 @@ Caused by: javax.net.ssl.SSLKeyException: Hostname verification failed: Hostname
652652
at cn.jpush.api.common.connection.NativeHttpClient._doRequest(NativeHttpClient.java:153)
653653
... 21 more
654654
```
655+
656+

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>cn.jpush.api</groupId>
55
<artifactId>jpush-client</artifactId>
6-
<version>3.3.7-SNAPSHOT</version>
6+
<version>3.3.8-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<url>https://github.com/jpush/jpush-api-java-client</url>
99
<name>JPush API Java Client</name>
@@ -20,8 +20,8 @@
2020
<properties>
2121
<github.global.server>github</github.global.server>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23-
<jdkVersion>1.6</jdkVersion>
24-
<jdkVersion.test>1.6</jdkVersion.test>
23+
<jdkVersion>1.7</jdkVersion>
24+
<jdkVersion.test>1.7</jdkVersion.test>
2525
<!--<additionalparam>-Xdoclint:none</additionalparam>-->
2626
</properties>
2727

0 commit comments

Comments
 (0)