Commit ba6cc6b759cf0ca01e6de8c99cedde16d06e1a2b

Authored by 王通
1 parent ce3d0318

1.

Showing 1 changed file with 2 additions and 2 deletions
@@ -317,8 +317,8 @@ @@ -317,8 +317,8 @@
317 <artifactId>maven-compiler-plugin</artifactId> 317 <artifactId>maven-compiler-plugin</artifactId>
318 <version>2.3.2</version><!--$NO-MVN-MAN-VER$ --> 318 <version>2.3.2</version><!--$NO-MVN-MAN-VER$ -->
319 <configuration> 319 <configuration>
320 - <source>1.7</source>  
321 - <target>1.7</target> 320 + <source>1.8</source>
  321 + <target>1.8</target>
322 </configuration> 322 </configuration>
323 </plugin> 323 </plugin>
324 <plugin> 324 <plugin>