Refactor the module artifactId
diff --git a/api/pom.xml b/api/pom.xml
index e8ae1c8..e9da968 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -3,14 +3,14 @@
          xmlns="http://maven.apache.org/POM/4.0.0"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <artifactId>rocketmq-x</artifactId>
+        <artifactId>rocketmqx-remoting</artifactId>
         <groupId>org.apache.rocketmq</groupId>
         <version>0.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>remoting-api</artifactId>
+    <artifactId>rocketmqx-remoting-api</artifactId>
 
     <properties>
         <maven.compiler.source>1.7</maven.compiler.source>
@@ -27,4 +27,4 @@
             <artifactId>annotations</artifactId>
         </dependency>
     </dependencies>
-</project>
\ No newline at end of file
+</project>
diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 7cdf727..6a2fee3 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -3,19 +3,19 @@
          xmlns="http://maven.apache.org/POM/4.0.0"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <artifactId>rocketmq-x</artifactId>
+        <artifactId>rocketmqx-remoting</artifactId>
         <groupId>org.apache.rocketmq</groupId>
         <version>0.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>remoting-benchmark</artifactId>
+    <artifactId>rocketmqx-remoting-benchmark</artifactId>
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>remoting-impl</artifactId>
+            <artifactId>rocketmqx-remoting-impl</artifactId>
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/impl/pom.xml b/impl/pom.xml
index bf66aaa..bdb28e2 100644
--- a/impl/pom.xml
+++ b/impl/pom.xml
@@ -3,7 +3,7 @@
          xmlns="http://maven.apache.org/POM/4.0.0"
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <artifactId>rocketmq-x</artifactId>
+        <artifactId>rocketmqx-remoting</artifactId>
         <groupId>org.apache.rocketmq</groupId>
         <version>0.1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
@@ -11,7 +11,7 @@
     <modelVersion>4.0.0</modelVersion>
 
 
-    <artifactId>remoting-impl</artifactId>
+    <artifactId>rocketmqx-remoting-impl</artifactId>
 
     <properties>
         <maven.compiler.source>1.7</maven.compiler.source>
@@ -21,7 +21,7 @@
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>
-            <artifactId>remoting-api</artifactId>
+            <artifactId>rocketmqx-remoting-api</artifactId>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
@@ -40,4 +40,4 @@
         </dependency>
     </dependencies>
 
-</project>
\ No newline at end of file
+</project>
diff --git a/pom.xml b/pom.xml
index c21846a..af62c4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.apache.rocketmq</groupId>
-    <artifactId>rocketmq-x</artifactId>
+    <artifactId>rocketmqx-remoting</artifactId>
     <version>0.1.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
@@ -69,12 +69,12 @@
         <dependencies>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>remoting-api</artifactId>
+                <artifactId>rocketmqx-remoting-api</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
-                <artifactId>remoting-impl</artifactId>
+                <artifactId>rocketmqx-remoting-impl</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
@@ -119,4 +119,4 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-</project>
\ No newline at end of file
+</project>