Browse Source

jfinal 4.3 release ^_^

James 6 years ago
parent
commit
93f13f719a
6 changed files with 8 additions and 2 deletions
  1. 2 0
      .gitignore
  2. 2 0
      LICENSE
  3. 1 1
      README.md
  4. 1 0
      pom.xml
  5. 1 1
      src/main/webapp/WEB-INF/web.xml
  6. 1 0
      src/test/java/com/jfinal/template/EngineTest.java

+ 2 - 0
.gitignore

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

+ 2 - 0
LICENSE

@@ -190,3 +190,5 @@ third-party archives.
    See the License for the specific language governing permissions and
    limitations under the License.
 
+
+

+ 1 - 1
README.md

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

+ 1 - 0
pom.xml

@@ -299,3 +299,4 @@
 	</build>
 </project>
 
+

+ 1 - 1
src/main/webapp/WEB-INF/web.xml

@@ -1,4 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" id="WebApp_ID" version="2.5">
 	
-</web-app>
+</web-app>

+ 1 - 0
src/test/java/com/jfinal/template/EngineTest.java

@@ -27,3 +27,4 @@ public class EngineTest {
 		Assert.assertEquals("value", result);
 	}
 }
+