Skip to content

Commit

Permalink
jdk支持版本修改为1.6以上
Browse files Browse the repository at this point in the history
  • Loading branch information
huanglh committed Dec 31, 2021
1 parent 34907f3 commit 0b609b1
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 0b609b1

Please sign in to comment.