You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2018/08/07 09:40:31 UTC

[incubator-dubbo] branch master updated: Uniform module directory names (#2214)

This is an automated email from the ASF dual-hosted git repository.

huxing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new cee393c  Uniform module directory names (#2214)
cee393c is described below

commit cee393c4d7ccf58b2914b78866447482490d991d
Author: Jerrick Zhu <di...@gmail.com>
AuthorDate: Tue Aug 7 17:40:28 2018 +0800

    Uniform module directory names (#2214)
---
 {all => dubbo-all}/pom.xml                                     |  0
 {bom => dubbo-bom}/pom.xml                                     |  0
 {dependencies-bom => dubbo-dependencies-bom}/pom.xml           |  0
 {distribution => dubbo-distribution}/pom.xml                   |  0
 .../src/assembly/bin-release.xml                               |  0
 .../src/assembly/source-release.xml                            |  0
 pom.xml                                                        | 10 +++++-----
 7 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/all/pom.xml b/dubbo-all/pom.xml
similarity index 100%
rename from all/pom.xml
rename to dubbo-all/pom.xml
diff --git a/bom/pom.xml b/dubbo-bom/pom.xml
similarity index 100%
rename from bom/pom.xml
rename to dubbo-bom/pom.xml
diff --git a/dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
similarity index 100%
rename from dependencies-bom/pom.xml
rename to dubbo-dependencies-bom/pom.xml
diff --git a/distribution/pom.xml b/dubbo-distribution/pom.xml
similarity index 100%
rename from distribution/pom.xml
rename to dubbo-distribution/pom.xml
diff --git a/distribution/src/assembly/bin-release.xml b/dubbo-distribution/src/assembly/bin-release.xml
similarity index 100%
rename from distribution/src/assembly/bin-release.xml
rename to dubbo-distribution/src/assembly/bin-release.xml
diff --git a/distribution/src/assembly/source-release.xml b/dubbo-distribution/src/assembly/source-release.xml
similarity index 100%
rename from distribution/src/assembly/source-release.xml
rename to dubbo-distribution/src/assembly/source-release.xml
diff --git a/pom.xml b/pom.xml
index 37d1f5e..edfa07f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,6 +127,7 @@
 
     <modules>
         <module>dubbo-common</module>
+        <module>dubbo-metrics</module>
         <module>dubbo-container</module>
         <module>dubbo-remoting</module>
         <module>dubbo-rpc</module>
@@ -140,11 +141,10 @@
         <module>dubbo-serialization</module>
         <module>dubbo-bootstrap</module>
         <module>dubbo-compatible</module>
-        <module>dependencies-bom</module>
-        <module>bom</module>
-        <module>all</module>
-        <module>distribution</module>
-        <module>dubbo-metrics</module>
+        <module>dubbo-dependencies-bom</module>
+        <module>dubbo-bom</module>
+        <module>dubbo-all</module>
+        <module>dubbo-distribution</module>
     </modules>
 
     <dependencyManagement>