ralf0131 closed pull request #2214: uniform module directory names
URL: https://github.com/apache/incubator-dubbo/pull/2214
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

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 37d1f5e279..edfa07f251 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>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to