Skip to content

Commit 0974e07

Browse files
committed
Merge pull request #9 from Liuchy1/master
modify pom.xml add SNAPSHOT
2 parents 15aaceb + ef4e8ca commit 0974e07

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.5</version>
6+
<version>3.2.5-SNAPSHOT</version>
77
<packaging>jar</packaging>
88
<url>https://github.com/jpush/jpush-api-java-client</url>
99
<name>JPush API Java Client</name>

src/main/java/cn/jpush/api/common/resp/ResponseWrapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package cn.jpush.api.common.resp;
22

3-
import com.google.gson.JsonElement;
43
import com.google.gson.JsonSyntaxException;
54
import org.slf4j.Logger;
65
import org.slf4j.LoggerFactory;

0 commit comments

Comments
 (0)