Browse Source

jfinal 3.2 release ^_^

James 8 years ago
parent
commit
23fe6f5310
1 changed files with 3 additions and 2 deletions
  1. 3 2
      pom.xml

+ 3 - 2
pom.xml

@@ -193,8 +193,9 @@
 				<artifactId>maven-compiler-plugin</artifactId>
 				<version>3.6.1</version>
 				<configuration>
-					<source>1.6</source>
-					<target>1.6</target>
+					<!-- compilerArgument>-parameters</compilerArgument -->
+					<source>1.8</source>
+					<target>1.8</target>
 				</configuration>
 			</plugin>