We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34907f3 + 0b609b1 commit c4c7365Copy full SHA for c4c7365
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>cn.jpush.api</groupId>
5
<artifactId>jiguang-common</artifactId>
6
- <version>1.1.12</version>
+ <version>1.2.0</version>
7
<packaging>jar</packaging>
8
<url>https://github.com/jpush/jiguang-java-client-common</url>
9
<name>Jiguang Client Common Dependencies</name>
@@ -20,8 +20,8 @@
20
<properties>
21
<github.global.server>github</github.global.server>
22
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23
- <jdkVersion>1.7</jdkVersion>
24
- <jdkVersion.test>1.7</jdkVersion.test>
+ <jdkVersion>1.6</jdkVersion>
+ <jdkVersion.test>1.6</jdkVersion.test>
25
</properties>
26
27
<parent>
0 commit comments