Skip to content

Commit

Permalink
合并parent的pom.xml到根目录的pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
calvin1978 committed Mar 30, 2012
1 parent e50af62 commit 144abfc
Show file tree
Hide file tree
Showing 11 changed files with 934 additions and 958 deletions.
4 changes: 2 additions & 2 deletions examples/mini-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<artifactId>springside-project</artifactId>
<version>4.0.0.RELEASE-SNAPSHOT</version>
<relativePath>../../modules/parent</relativePath>
<relativePath>../../</relativePath>
</parent>
<groupId>org.springside.examples</groupId>
<artifactId>mini-service</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions examples/mini-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<artifactId>springside-project</artifactId>
<version>4.0.0.RELEASE-SNAPSHOT</version>
<relativePath>../../modules/parent</relativePath>
<relativePath>../../</relativePath>
</parent>

<groupId>org.springside.examples</groupId>
Expand Down
4 changes: 2 additions & 2 deletions examples/showcase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<artifactId>springside-project</artifactId>
<version>4.0.0.RELEASE-SNAPSHOT</version>
<relativePath>../../modules/parent</relativePath>
<relativePath>../../</relativePath>
</parent>

<groupId>org.springside.examples</groupId>
Expand Down
4 changes: 2 additions & 2 deletions modules/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<artifactId>springside-project</artifactId>
<version>4.0.0.RELEASE-SNAPSHOT</version>
<relativePath>../parent</relativePath>
<relativePath>../../</relativePath>
</parent>
<artifactId>springside-core</artifactId>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions modules/extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springside</groupId>
<artifactId>springside-parent</artifactId>
<artifactId>springside-project</artifactId>
<version>4.0.0.RELEASE-SNAPSHOT</version>
<relativePath>../parent</relativePath>
<relativePath>../../</relativePath>
</parent>
<artifactId>springside-extension</artifactId>
<packaging>jar</packaging>
Expand Down
3 changes: 0 additions & 3 deletions modules/parent/.settings/org.eclipse.core.resources.prefs

This file was deleted.

5 changes: 0 additions & 5 deletions modules/parent/install.bat

This file was deleted.

Loading

0 comments on commit 144abfc

Please sign in to comment.