Skip to content

Commit 6830462

Browse files
author
KenChoi1992
committed
modify jdk version
1 parent c48e643 commit 6830462

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<attribute name="maven.pomderived" value="true"/>
3030
</attributes>
3131
</classpathentry>
32-
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
32+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
3333
<attributes>
3434
<attribute name="maven.pomderived" value="true"/>
3535
</attributes>

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.8</jdkVersion.test>
2525
<!--<additionalparam>-Xdoclint:none</additionalparam>-->
2626
</properties>
2727

0 commit comments

Comments
 (0)