Skip to content

Commit 2e81f21

Browse files
authored
Merge pull request #112 from jpush/dev
Dev
2 parents b7ba456 + f7039ce commit 2e81f21

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 1 deletion
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 包方式
@@ -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)