Skip to content

Commit

Permalink
DUBBO-366 修改工程结构,折叠子模块
Browse files Browse the repository at this point in the history
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1669 1a56cb94-b969-4eaa-88fa-be21384802f2
  • Loading branch information
william.liangf committed May 7, 2012
1 parent 5e399d4 commit c84adc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dubbo-cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<artifactId>dubbo-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
</parent>
<artifactId>dubbo-cluster-api</artifactId>
<artifactId>dubbo-cluster</artifactId>
<packaging>jar</packaging>
<name>${project.artifactId}</name>
<description>The cluster module of dubbo project</description>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-registry/dubbo-registry-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependencies>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>dubbo-cluster-api</artifactId>
<artifactId>dubbo-cluster</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit c84adc6

Please sign in to comment.