Skip to content

Commit 41a4c78

Browse files
committed
Merge pull request #64 from Liuchy1/master
update to next version
2 parents b32306a + c7af6f7 commit 41a4c78

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>cn.jpush.api</groupId>
2828
<artifactId>jpush-client</artifactId>
29-
<version>3.2.8</version>
29+
<version>3.2.9</version>
3030
</dependency>
3131
```
3232
### jar 包方式

pom.xml

Lines changed: 2 additions & 2 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.2.9-SNAPSHOT</version>
6+
<version>3.2.10-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<url>https://github.com/jpush/jpush-api-java-client</url>
99
<name>JPush API Java Client</name>
@@ -35,7 +35,7 @@
3535
<url>https://github.com/jpush/jpush-api-java-client</url>
3636
<connection>scm:git:[email protected]:jpush/jpush-api-java-client.git</connection>
3737
<developerConnection>scm:git:[email protected]:jpush/jpush-api-java-client.git</developerConnection>
38-
<tag>v3.2.8</tag>
38+
<tag>v3.2.9</tag>
3939
</scm>
4040

4141
<dependencies>

src/test/java/cn/jpush/api/push/mock/ConnectionExceptionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
import com.squareup.okhttp.mockwebserver.SocketPolicy;
2222

2323
/**
24-
* Record: MockResponse->throttleBody will delay response body, but sometimes has no effect.
25-
* MockResponse->setBodyDelayTimeMs has no effect for delay test.
24+
* Record: MockResponse.throttleBody will delay response body, but sometimes has no effect.
25+
* MockResponse.setBodyDelayTimeMs has no effect for delay test.
2626
*
2727
*/
2828
public class ConnectionExceptionTest implements IMockTest {

0 commit comments

Comments
 (0)