Skip to content

Commit fd50e90

Browse files
committed
Change limit JDK Verison to 1.7
1 parent 0e05229 commit fd50e90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.6</jdkVersion>
24-
<jdkVersion.test>1.6</jdkVersion.test>
23+
<jdkVersion>1.7</jdkVersion>
24+
<jdkVersion.test>1.7</jdkVersion.test>
2525
<!--<additionalparam>-Xdoclint:none</additionalparam>-->
2626
</properties>
2727

0 commit comments

Comments
 (0)