Commit 2cddacb023ea4482f2c396c9c9faad9248251852
1 parent
63249653
修改编译的jdk是1.7
Showing
1 changed file
with
2 additions
and
2 deletions
pom.xml
@@ -548,8 +548,8 @@ | @@ -548,8 +548,8 @@ | ||
548 | <verbose>true</verbose> | 548 | <verbose>true</verbose> |
549 | <fork>true</fork> | 549 | <fork>true</fork> |
550 | <compilerArgument>-nowarn</compilerArgument> | 550 | <compilerArgument>-nowarn</compilerArgument> |
551 | - <source>1.6</source> | ||
552 | - <target>1.6</target> | 551 | + <source>1.7</source> |
552 | + <target>1.7</target> | ||
553 | <encoding>UTF-8</encoding> | 553 | <encoding>UTF-8</encoding> |
554 | </configuration> | 554 | </configuration> |
555 | </plugin> | 555 | </plugin> |