From a1fff406ecfb7fbd9666fedc5490203d26244130 Mon Sep 17 00:00:00 2001 From: yukon Date: Fri, 3 Nov 2017 15:09:09 +0800 Subject: [PATCH] Change root pom artifactId --- example/pom.xml | 2 +- pom.xml | 2 +- remoting-core/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/example/pom.xml b/example/pom.xml index 0bf832ec..5c7f74b6 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.apache.rocketmq - rpc-all + rocketmq5-all 2.0.0-SNAPSHOT 4.0.0 diff --git a/pom.xml b/pom.xml index 9a24623f..f69cbe55 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 2012 org.apache.rocketmq - rpc-all + rocketmq5-all 2.0.0-SNAPSHOT pom diff --git a/remoting-core/pom.xml b/remoting-core/pom.xml index 997011b3..d85ee57b 100644 --- a/remoting-core/pom.xml +++ b/remoting-core/pom.xml @@ -21,7 +21,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> org.apache.rocketmq - rpc-all + rocketmq5-all 2.0.0-SNAPSHOT -- GitLab