Skip to content

Commit c4c7365

Browse files
authored
Merge pull request #43 from jpush/feature/20211231_TS-7021
jdk支持版本修改为1.6以上
2 parents 34907f3 + 0b609b1 commit c4c7365

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>cn.jpush.api</groupId>
55
<artifactId>jiguang-common</artifactId>
6-
<version>1.1.12</version>
6+
<version>1.2.0</version>
77
<packaging>jar</packaging>
88
<url>https://github.com/jpush/jiguang-java-client-common</url>
99
<name>Jiguang Client Common Dependencies</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.7</jdkVersion>
24-
<jdkVersion.test>1.7</jdkVersion.test>
23+
<jdkVersion>1.6</jdkVersion>
24+
<jdkVersion.test>1.6</jdkVersion.test>
2525
</properties>
2626

2727
<parent>

0 commit comments

Comments
 (0)