Commit bcb6a0206ff366abf017bd6da00fc96a6d968e89

Authored by 徐烜
1 parent 8eec5c08

修改pom.xml,java编译版本改成1.7

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -381,8 +381,8 @@
381 381 <artifactId>maven-compiler-plugin</artifactId>
382 382 <version>2.3.2</version><!--$NO-MVN-MAN-VER$ -->
383 383 <configuration>
384   - <source>1.8</source>
385   - <target>1.8</target>
  384 + <source>1.7</source>
  385 + <target>1.7</target>
386 386 </configuration>
387 387 </plugin>
388 388 <plugin>
... ...