File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 24
24
< dependency>
25
25
< groupId> cn. jpush. api< / groupId>
26
26
< artifactId> jpush- client< / artifactId>
27
- < version> 3.3 . 6 < / version>
27
+ < version> 3.3 . 7 < / version>
28
28
< / dependency>
29
29
```
30
30
### jar 包方式
@@ -652,3 +652,5 @@ Caused by: javax.net.ssl.SSLKeyException: Hostname verification failed: Hostname
652
652
at cn.jpush.api.common.connection.NativeHttpClient._doRequest(NativeHttpClient.java:153)
653
653
... 21 more
654
654
```
655
+
656
+
Original file line number Diff line number Diff line change 3
3
4
4
<groupId >cn.jpush.api</groupId >
5
5
<artifactId >jpush-client</artifactId >
6
- <version >3.3.7 -SNAPSHOT</version >
6
+ <version >3.3.8 -SNAPSHOT</version >
7
7
<packaging >jar</packaging >
8
8
<url >https://github.com/jpush/jpush-api-java-client</url >
9
9
<name >JPush API Java Client</name >
20
20
<properties >
21
21
<github .global.server>github</github .global.server>
22
22
<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>
25
25
<!-- <additionalparam>-Xdoclint:none</additionalparam>-->
26
26
</properties >
27
27
You can’t perform that action at this time.
0 commit comments