Browse Source

jfinal 2.1 release ^_^

James 10 years ago
parent
commit
7c1c45de72
7 changed files with 8 additions and 6 deletions
  1. 0 2
      .classpath
  2. 0 1
      .gitignore
  3. 2 0
      .project
  4. 1 0
      .settings/.jsdtscope
  5. 1 0
      README.rst
  6. 3 3
      pom.xml
  7. 1 0
      webapp/WEB-INF/.gitignore

+ 0 - 2
.classpath

@@ -16,5 +16,3 @@
 </classpath>
 
 
-
-

+ 0 - 1
.gitignore

@@ -24,4 +24,3 @@ out
 /webapp/WEB-INF/target/
 
 
-

+ 2 - 0
.project

@@ -40,3 +40,5 @@
 		<nature>org.eclipse.wst.jsdt.core.jsNature</nature>
 	</natures>
 </projectDescription>
+
+

+ 1 - 0
.settings/.jsdtscope

@@ -11,3 +11,4 @@
 	<classpathentry kind="con" path="org.eclipse.wst.jsdt.launching.baseBrowserLibrary"/>
 	<classpathentry kind="output" path=""/>
 </classpath>
+

+ 1 - 0
README.rst

@@ -91,3 +91,4 @@ Blog()这行代码也不是必须)**
 
 
 **JFinal 官方网站:http://www.jfinal.com**
+

+ 3 - 3
pom.xml

@@ -4,7 +4,7 @@
 	<artifactId>jfinal</artifactId>
 	<packaging>jar</packaging>
 	<name>JFinal</name>
-	<version>2.1-SNAPSHOT</version>
+	<version>2.2-SNAPSHOT</version>
 	<url>http://www.jfinal.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>
 	
@@ -196,7 +196,7 @@
 				</configuration>
 			</plugin>
 
-			<!-- plugin>
+			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-gpg-plugin</artifactId>
 				<version>1.1</version>
@@ -212,7 +212,7 @@
 				<configuration>
 					<skip>false</skip>
 				</configuration>
-			</plugin -->
+			</plugin>
 
 		</plugins>
 	</build>

+ 1 - 0
webapp/WEB-INF/.gitignore

@@ -1,3 +1,4 @@
 classes
 target
 
+