Browse Source

JFinal 1.6 release :)

James 11 years ago
parent
commit
d801a65742
1 changed files with 4 additions and 1 deletions
  1. 4 1
      pom.xml

+ 4 - 1
pom.xml

@@ -4,7 +4,7 @@
 	<artifactId>jfinal</artifactId>
 	<packaging>jar</packaging>
 	<name>JFinal</name>
-	<version>1.6</version>
+	<version>1.6-SNAPSHOT</version>
 	<url>http://jfinal.googlecode.com</url>
 	<description>JFinal is a simple, light, rapid,independent, extensible Java WEB + ORM framework. The feature of JFinal looks like ruby on rails especially ActiveRecord.</description>
 	
@@ -167,6 +167,9 @@
 					</goals>
 				  </execution>
 				</executions>
+				<configuration>
+					<skip>false</skip>
+				</configuration>
 			</plugin>
 
 		</plugins>