Skip to content

Commit

Permalink
update version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin committed Oct 7, 2014
1 parent 1418b7b commit 4cf86e3
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 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.2.3-SNAPSHOT</version>
<version>4.2.3-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.2.3-SNAPSHOT</version>
<version>4.2.3-GA</version>
<packaging>war</packaging>
<name>Springside :: Example :: QuickStart</name>

<properties>
<!-- 主要依赖库的版本定义 -->
<springside.version>4.2.3-SNAPSHOT</springside.version>
<springside.version>4.2.3-GA</springside.version>
<spring.version>4.0.5.RELEASE</spring.version>
<hibernate.version>4.3.5.Final</hibernate.version>
<spring-data-jpa.version>1.6.0.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.2.3-SNAPSHOT</version>
<version>4.2.3-GA</version>
<relativePath>../../modules/parent/</relativePath>
</parent>
<groupId>org.springside.examples</groupId>
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.2.3-SNAPSHOT</version>
<version>4.2.3-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.2.3-SNAPSHOT</version>
<version>4.2.3-GA</version>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>springside-extension</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/metrics/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.2.3-SNAPSHOT</version>
<version>4.2.3-GA</version>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>springside-metrics</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.2.3-SNAPSHOT</version>
<version>4.2.3-GA</version>
<name>Springside :: Module :: Parent</name>
<packaging>pom</packaging>

<properties>
<!-- 主要依赖库的版本定义 -->
<springside.version>4.2.3-SNAPSHOT</springside.version>
<springside.version>4.2.3-GA</springside.version>
<spring.version>4.0.5.RELEASE</spring.version>
<hibernate.version>4.3.5.Final</hibernate.version>
<mybatis.version>3.2.7</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.2.3-SNAPSHOT</version>
<version>4.2.3-GA</version>
<relativePath>../modules/parent/</relativePath>
</parent>
<artifactId>springside-modules</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/redis/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.2.3-SNAPSHOT</version>
<version>4.2.3-GA</version>
<relativePath>../parent/</relativePath>
</parent>
<artifactId>springside-redis</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.2.3-SNAPSHOT</version>
<version>4.2.3-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.2.3-SNAPSHOT</version>
<version>4.2.3-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.2.3-SNAPSHOT</version>
<version>4.2.3-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.2.3-SNAPSHOT</springside.version>
<springside.version>4.2.3-GA</springside.version>
<spring.version>4.0.2.RELEASE</spring.version>
<hibernate.version>4.3.1.Final</hibernate.version>
<spring-data-jpa.version>1.4.4.RELEASE</spring-data-jpa.version>
Expand Down

0 comments on commit 4cf86e3

Please sign in to comment.