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 82fb2ee827b09fb11183c700143337c0e28b5402 Author: yukon <[email protected]> AuthorDate: Fri May 17 14:50:04 2019 +0800 Rename project name to rocketmq-x --- pom.xml | 2 +- remoting-core/remoting-api/pom.xml | 2 +- remoting-core/remoting-impl/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index a3f8246..4995eca 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.rocketmq</groupId> - <artifactId>rocketmq-xxx</artifactId> + <artifactId>rocketmq-x</artifactId> <version>0.1.0-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/remoting-core/remoting-api/pom.xml b/remoting-core/remoting-api/pom.xml index ad7676f..19e7abb 100644 --- a/remoting-core/remoting-api/pom.xml +++ b/remoting-core/remoting-api/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-xxx</artifactId> + <artifactId>rocketmq-x</artifactId> <groupId>org.apache.rocketmq</groupId> <version>0.1.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> diff --git a/remoting-core/remoting-impl/pom.xml b/remoting-core/remoting-impl/pom.xml index e4887cd..af463b5 100644 --- a/remoting-core/remoting-impl/pom.xml +++ b/remoting-core/remoting-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-xxx</artifactId> + <artifactId>rocketmq-x</artifactId> <groupId>org.apache.rocketmq</groupId> <version>0.1.0-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath>
