提交 cb041981 编写于 作者: C Calvin

version升级到4.0.1-SNAPSHOT, 循例encore返场一样的4.0.1开始了,

spymemcached 2.8.1->2.8.7, 清理README
上级 d914e274
......@@ -5,7 +5,7 @@
It has 2 major examples:
1. Quickstart -- a minimal CRUD Todo-List web application.
3. Showcase -- demonstrate many other interesting technologies.
2. Showcase -- demonstrate many other interesting technologies.
-------------------------------
Offical Site: http://www.springside.org.cn
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.0.0.GA</version>
<version>4.0.1.GA-SNAPSHOT</version>
<relativePath>../modules/parent/</relativePath>
</parent>
<groupId>org.springside.examples</groupId>
......
......@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springside.examples</groupId>
<artifactId>quickstart</artifactId>
<version>4.0.0.GA</version>
<version>4.0.1.GA-SNAPSHOT</version>
<packaging>war</packaging>
<name>Springside :: Example :: QuickStart</name>
<properties>
<!-- 主要依赖库的版本定义 -->
<springside.version>4.0.0.GA</springside.version>
<springside.version>4.0.1.GA-SNAPSHOT</springside.version>
<spring.version>3.1.2.RELEASE</spring.version>
<hibernate.version>4.1.7.Final</hibernate.version>
<spring-data-jpa.version>1.2.0.RC1</spring-data-jpa.version>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.0.0.GA</version>
<version>4.0.1.GA-SNAPSHOT</version>
<relativePath>../../modules/parent/</relativePath>
</parent>
<groupId>org.springside.examples</groupId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.0.0.GA</version>
<version>4.0.1.GA-SNAPSHOT</version>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>springside-core</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.0.0.GA</version>
<version>4.0.1.GA-SNAPSHOT</version>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>springside-extension</artifactId>
......
......@@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.0.0.GA</version>
<version>4.0.1.GA-SNAPSHOT</version>
<name>Springside :: Module :: Parent</name>
<packaging>pom</packaging>
<properties>
<!-- 主要依赖库的版本定义 -->
<springside.version>4.0.0.GA</springside.version>
<springside.version>4.0.1.GA-SNAPSHOT</springside.version>
<spring.version>3.1.2.RELEASE</spring.version>
<hibernate.version>4.1.7.Final</hibernate.version>
<mybatis.version>3.1.1</mybatis.version>
......@@ -22,7 +22,7 @@
<activemq.version>5.5.1</activemq.version>
<quartz.version>2.1.6</quartz.version>
<ehcache.version>2.6.0</ehcache.version>
<spymemcached.version>2.8.1</spymemcached.version>
<spymemcached.version>2.8.7</spymemcached.version>
<hibernate-validator.version>4.3.0.Final</hibernate-validator.version>
<jolokia.version>1.0.5</jolokia.version>
<jackson.version>2.0.6</jackson.version>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.0.0.GA</version>
<version>4.0.1.GA-SNAPSHOT</version>
<relativePath>../modules/parent/</relativePath>
</parent>
<artifactId>springside-modules</artifactId>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.0.0.GA</version>
<version>4.0.1.GA-SNAPSHOT</version>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>springside-test</artifactId>
......
......@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springside</groupId>
<artifactId>springside-project</artifactId>
<version>4.0.0.GA</version>
<version>4.0.1.GA-SNAPSHOT</version>
<name>Springside :: Project</name>
<packaging>pom</packaging>
......
......@@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.0.0.GA</version>
<version>4.0.1.GA-SNAPSHOT</version>
<relativePath>../../modules/parent/</relativePath>
</parent>
<groupId>org.springside</groupId>
......
1.How to create archetype?
a. create a archetype.properties, the content is
package=org.springside.examples.quickstart
projectName=QuickStart
tablePrefix=ss_
b. create archetype
mvn archetype:create-from-project -Darchetype.properties=./archetype.properties -Darchetype.filteredExtentions=java,xml,jsp,properties,sql
c. modify files
1.archetype-metadata.xml,remove the default value of the require properties,change functional to package=true
2.pom.xml, the <name> node change to ${projectName}
c.move functional packages
\ No newline at end of file
......@@ -4,7 +4,7 @@
<groupId>org.springside.examples</groupId>
<artifactId>quickstart-archetype</artifactId>
<version>4.0.0.GA</version>
<version>4.0.1.GA-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
<name>SpringSide :: Archetype :: QuickStart</name>
......
......@@ -9,7 +9,7 @@
<properties>
<!-- 主要依赖库的版本定义 -->
<springside.version>4.0.0.GA</springside.version>
<springside.version>4.0.1.GA-SNAPSHOT</springside.version>
<spring.version>3.1.2.RELEASE</spring.version>
<hibernate.version>4.1.7.Final</hibernate.version>
<spring-data-jpa.version>1.2.0.RC1</spring-data-jpa.version>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册