You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2016/12/30 07:09:38 UTC

incubator-rocketmq git commit: Assembly package rename to apache-rocketmq.

Repository: incubator-rocketmq
Updated Branches:
  refs/heads/master ccbc1be88 -> c4f124972


Assembly package rename to apache-rocketmq.


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/c4f12497
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/c4f12497
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/c4f12497

Branch: refs/heads/master
Commit: c4f124972c7213443b85cd760339a1d1bda313b9
Parents: ccbc1be
Author: yukon <yu...@apache.org>
Authored: Fri Dec 30 15:03:47 2016 +0800
Committer: yukon <yu...@apache.org>
Committed: Fri Dec 30 15:05:21 2016 +0800

----------------------------------------------------------------------
 pom.xml            | 4 ++--
 release-client.xml | 2 +-
 release.xml        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/c4f12497/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3a4f77a..6bdf8ff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -239,7 +239,7 @@
                 <artifactId>maven-assembly-plugin</artifactId>
                 <version>2.6</version>
                 <configuration>
-                    <finalName>alibaba-rocketmq</finalName>
+                    <finalName>apache-rocketmq</finalName>
                     <descriptors>
                         <descriptor>release.xml</descriptor>
                     </descriptors>
@@ -250,7 +250,7 @@
                         <plugin>
                             <artifactId>maven-assembly-plugin</artifactId>
                             <configuration>
-                                <finalName>alibaba-rocketmq-client-java-${project.version}</finalName>
+                                <finalName>apache-rocketmq-client-java-${project.version}</finalName>
                                 <descriptors>
                                     <descriptor>release-client.xml</descriptor>
                                 </descriptors>

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/c4f12497/release-client.xml
----------------------------------------------------------------------
diff --git a/release-client.xml b/release-client.xml
index 07daa4a..b9f4073 100644
--- a/release-client.xml
+++ b/release-client.xml
@@ -18,7 +18,7 @@
 
 <assembly>
     <id>client</id>
-    <baseDirectory>alibaba-rocketmq-client-java</baseDirectory>
+    <baseDirectory>apache-rocketmq-client-java</baseDirectory>
     <formats>
         <format>dir</format>
         <format>tar.gz</format>

http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/c4f12497/release.xml
----------------------------------------------------------------------
diff --git a/release.xml b/release.xml
index b779363..dcef3ab 100644
--- a/release.xml
+++ b/release.xml
@@ -18,7 +18,7 @@
 
 <assembly>
     <id>broker</id>
-    <baseDirectory>alibaba-rocketmq</baseDirectory>
+    <baseDirectory>apache-rocketmq</baseDirectory>
     <formats>
         <format>dir</format>
         <format>tar.gz</format>