Skip to content

Commit

Permalink
Merge pull request #43 from jpush/feature/20211231_TS-7021
Browse files Browse the repository at this point in the history
jdk支持版本修改为1.6以上
  • Loading branch information
Curacao-1 committed Dec 31, 2021
2 parents 34907f3 + 0b609b1 commit c4c7365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>cn.jpush.api</groupId>
<artifactId>jiguang-common</artifactId>
<version>1.1.12</version>
<version>1.2.0</version>
<packaging>jar</packaging>
<url>https://github.com/jpush/jiguang-java-client-common</url>
<name>Jiguang Client Common Dependencies</name>
Expand All @@ -20,8 +20,8 @@
<properties>
<github.global.server>github</github.global.server>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jdkVersion>1.7</jdkVersion>
<jdkVersion.test>1.7</jdkVersion.test>
<jdkVersion>1.6</jdkVersion>
<jdkVersion.test>1.6</jdkVersion.test>
</properties>

<parent>
Expand Down

0 comments on commit c4c7365

Please sign in to comment.