Skip to content

Commit

Permalink
release SpringSide 4.2.2.GA
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin1978 committed Feb 20, 2014
1 parent c51036c commit a11fc4c
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 35 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.3.0-SNAPSHOT</version>
<version>4.2.2.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.3.0-SNAPSHOT</version>
<version>4.2.2.GA</version>
<packaging>war</packaging>
<name>Springside :: Example :: QuickStart</name>

<properties>
<!-- 主要依赖库的版本定义 -->
<springside.version>4.3.0-SNAPSHOT</springside.version>
<springside.version>4.2.2.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
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.3.0-SNAPSHOT</version>
<version>4.2.2.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.3.0-SNAPSHOT</version>
<version>4.2.2.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.3.0-SNAPSHOT</version>
<version>4.2.2.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.3.0-SNAPSHOT</version>
<version>4.2.2.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.3.0-SNAPSHOT</version>
<version>4.2.2.GA</version>
<name>Springside :: Module :: Parent</name>
<packaging>pom</packaging>

<properties>
<!-- 主要依赖库的版本定义 -->
<springside.version>4.3.0-SNAPSHOT</springside.version>
<springside.version>4.2.2.GA</springside.version>
<spring.version>4.0.2.RELEASE</spring.version>
<hibernate.version>4.3.1.Final</hibernate.version>
<mybatis.version>3.2.5</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.3.0-SNAPSHOT</version>
<version>4.2.2.GA</version>
<relativePath>../modules/parent/</relativePath>
</parent>
<artifactId>springside-modules</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.3.0-SNAPSHOT</version>
<version>4.2.2.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.3.0-SNAPSHOT</version>
<version>4.2.2.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.3.0-SNAPSHOT</version>
<version>4.2.2.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.3.0-SNAPSHOT</springside.version>
<springside.version>4.2.2.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 Expand Up @@ -38,28 +38,28 @@
<jdbc.driver.groupId>com.h2database</jdbc.driver.groupId>
<jdbc.driver.artifactId>h2</jdbc.driver.artifactId>
<jdbc.driver.version>${h2.version}</jdbc.driver.version>
<!--
<jdbc.driver.groupId>mysql</jdbc.driver.groupId>
<jdbc.driver.artifactId>mysql-connector-java</jdbc.driver.artifactId>
<jdbc.driver.version>5.1.22</jdbc.driver.version>
<!--
<jdbc.driver.groupId>mysql</jdbc.driver.groupId>
<jdbc.driver.artifactId>mysql-connector-java</jdbc.driver.artifactId>
<jdbc.driver.version>5.1.22</jdbc.driver.version>
-->
</properties>

<prerequisites>
<maven>3.0.0</maven>
</prerequisites>

<!-- 设定插件仓库, 如有Nexus私服, 取消注释并指向正确的服务器地址.
<pluginRepositories>
<pluginRepository>
<id>nexus</id>
<name>Team Nexus Repository</name>
<url>http://localhost:8081/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
<!-- 设定插件仓库, 如有Nexus私服, 取消注释并指向正确的服务器地址.
<pluginRepositories>
<pluginRepository>
<id>nexus</id>
<name>Team Nexus Repository</name>
<url>http://localhost:8081/nexus/content/groups/public</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories>
-->

<!-- 依赖项定义 -->
Expand Down Expand Up @@ -315,12 +315,12 @@
</exclusions>
</dependency>

<!-- h2 如果生产数据库不是H2,解开下面的注释
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
<!-- h2 如果生产数据库不是H2,解开下面的注释
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>${h2.version}</version>
</dependency>
-->

<!-- jetty -->
Expand Down

0 comments on commit a11fc4c

Please sign in to comment.