This is an automated email from the ASF dual-hosted git repository. yukon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-remoting.git
commit 55f544f5b306d567ebd66db39645e7bbcc2fdc0c Author: yukon <[email protected]> AuthorDate: Thu Jun 13 16:20:55 2019 +0800 Refactor the module artifactId --- api/pom.xml | 6 +++--- benchmark/pom.xml | 8 ++++---- impl/pom.xml | 8 ++++---- pom.xml | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) 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>
