浏览代码

jfinal 4.9 release ^_^

James 5 年之前
父节点
当前提交
f8e6710016

+ 0 - 2
.gitignore

@@ -54,5 +54,3 @@ dev_plan.txt
 
 
 
-
-

+ 2 - 0
LICENSE

@@ -192,3 +192,5 @@ third-party archives.
 
 
 
+
+

+ 1 - 1
README.md

@@ -25,7 +25,7 @@ JFinal 是基于 Java 语言的极速 WEB + ORM 框架,其核心设计目标
 <dependency>
     <groupId>com.jfinal</groupId>
     <artifactId>jfinal</artifactId>
-    <version>4.8</version>
+    <version>4.9</version>
 </dependency>
 ```
 

+ 1 - 0
pom.xml

@@ -329,3 +329,4 @@
 </project>
 
 
+

+ 1 - 1
src/main/java/com/jfinal/json/JFinalJson.java

@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2011-2020, James Zhan 詹波 (jfinal@126.com).
+ * Copyright (c) 2011-2021, James Zhan 詹波 (jfinal@126.com).
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/com/jfinal/json/JFinalJsonKit.java

@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2011-2020, James Zhan 詹波 (jfinal@126.com).
+ * Copyright (c) 2011-2021, James Zhan 詹波 (jfinal@126.com).
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/com/jfinal/json/MixedJson.java

@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2011-2020, James Zhan 詹波 (jfinal@126.com).
+ * Copyright (c) 2011-2021, James Zhan 詹波 (jfinal@126.com).
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/com/jfinal/json/MixedJsonFactory.java

@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2011-2020, James Zhan 詹波 (jfinal@126.com).
+ * Copyright (c) 2011-2021, James Zhan 詹波 (jfinal@126.com).
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/com/jfinal/kit/Func.java

@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2011-now, James Zhan 詹波 (jfinal@126.com).
+ * Copyright (c) 2011-2021, James Zhan 詹波 (jfinal@126.com).
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.

+ 1 - 1
src/main/java/com/jfinal/template/stat/Compressor.java

@@ -1,5 +1,5 @@
 /**
- * Copyright (c) 2011-2020, James Zhan 詹波 (jfinal@126.com).
+ * Copyright (c) 2011-2021, James Zhan 詹波 (jfinal@126.com).
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.