You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2018/03/14 12:51:39 UTC

[incubator-servicecomb-saga] branch master updated: Fixed the saga binary distribution name issue

This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-servicecomb-saga.git


The following commit(s) were added to refs/heads/master by this push:
     new fc3f2ae  Fixed the saga binary distribution name issue
fc3f2ae is described below

commit fc3f2ae1752e8a46d225138d80c0e92860f45363
Author: Willem Jiang <ji...@huawei.com>
AuthorDate: Wed Mar 14 20:51:27 2018 +0800

    Fixed the saga binary distribution name issue
---
 saga-distribution/src/assembly/bin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/saga-distribution/src/assembly/bin.xml b/saga-distribution/src/assembly/bin.xml
index 3f114ec..c785815 100644
--- a/saga-distribution/src/assembly/bin.xml
+++ b/saga-distribution/src/assembly/bin.xml
@@ -18,7 +18,7 @@
 <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
     <includeBaseDirectory>false</includeBaseDirectory>
-    <id>release</id>
+    <id>bin</id>
     <formats>
         <format>zip</format>
     </formats>

-- 
To stop receiving notification emails like this one, please contact
ningjiang@apache.org.