Skip to content

Commit

Permalink
release 4.1.0.GA
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin1978 committed Jul 17, 2013
1 parent de1527f commit 3574b0c
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.GA</version>
<relativePath>../modules/parent/</relativePath>
</parent>
<groupId>org.springside.examples</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springside.examples</groupId>
<artifactId>quickstart</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.GA</version>
<packaging>war</packaging>
<name>Springside :: Example :: QuickStart</name>

<properties>
<!-- 主要依赖库的版本定义 -->
<springside.version>4.1.0-SNAPSHOT</springside.version>
<springside.version>4.1.0.GA</springside.version>
<spring.version>3.2.3.RELEASE</spring.version>
<hibernate.version>4.2.3.Final</hibernate.version>
<spring-data-jpa.version>1.3.2.RELEASE</spring-data-jpa.version>
Expand Down
2 changes: 1 addition & 1 deletion examples/showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.GA</version>
<relativePath>../../modules/parent/</relativePath>
</parent>
<groupId>org.springside.examples</groupId>
Expand Down
4 changes: 2 additions & 2 deletions generate-project.bat
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
@echo off
echo [INFO] Generating project in ./generated-projects

mkdir generated-projects
if not exist generated-projects mkdir generated-projects
cd generated-projects
call mvn archetype:generate -DarchetypeCatalog=local
call mvn archetype:generate -DarchetypeGroupId=org.springside.examples -DarchetypeArtifactId=quickstart-archetype

pause

Expand Down
2 changes: 1 addition & 1 deletion modules/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.GA</version>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>springside-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.GA</version>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>springside-extension</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions modules/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.GA</version>
<name>Springside :: Module :: Parent</name>
<packaging>pom</packaging>

<properties>
<!-- 主要依赖库的版本定义 -->
<springside.version>4.1.0-SNAPSHOT</springside.version>
<springside.version>4.1.0.GA</springside.version>
<spring.version>3.2.3.RELEASE</spring.version>
<hibernate.version>4.2.3.Final</hibernate.version>
<mybatis.version>3.2.2</mybatis.version>
Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.GA</version>
<relativePath>../modules/parent/</relativePath>
</parent>
<artifactId>springside-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.GA</version>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>springside-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springside</groupId>
<artifactId>springside-project</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.GA</version>
<name>Springside :: Project</name>
<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion support/h2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.GA</version>
<relativePath>../../modules/parent/</relativePath>
</parent>
<groupId>org.springside</groupId>
Expand Down
2 changes: 1 addition & 1 deletion support/maven-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.springside.examples</groupId>
<artifactId>quickstart-archetype</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.1.0.GA</version>
<packaging>maven-archetype</packaging>

<name>SpringSide :: Archetype :: QuickStart</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<properties>
<!-- 主要依赖库的版本定义 -->
<springside.version>4.1.0-SNAPSHOT</springside.version>
<springside.version>4.1.0.GA</springside.version>
<spring.version>3.2.3.RELEASE</spring.version>
<hibernate.version>4.2.3.Final</hibernate.version>
<spring-data-jpa.version>1.3.2.RELEASE</spring-data-jpa.version>
Expand Down

0 comments on commit 3574b0c

Please sign in to comment.