Skip to content

Commit

Permalink
Make client extension as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
killme2008 committed Mar 14, 2012
1 parent dd2972d commit fd246bd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions metamorphosis-client-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@
<parent>
<artifactId>metamorphosis-all</artifactId>
<groupId>com.taobao.metamorphosis</groupId>
<version>1.4.0.2</version>
<version>1.4.0.3-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<version>1.4.0.2-SNAPSHOT</version>
<artifactId>metamorphosis-client-extension</artifactId>
<name>metamorphosis-client-extension v${project.version}</name>
<packaging>jar</packaging>
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

<modules>
<module>metamorphosis-client</module>
<module>metamorphosis-client-extension</module>
<module>metamorphosis-server</module>
<module>metamorphosis-commons</module>
<module>metamorphosis-server-wrapper</module>
Expand Down Expand Up @@ -115,6 +116,11 @@
<artifactId>metamorphosis-client</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>metamorphosis-client-extension</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>metamorphosis-server</artifactId>
Expand Down

0 comments on commit fd246bd

Please sign in to comment.