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

[incubator-servicecomb-java-chassis] branch master updated: Change the prefix to release from bin

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 255d95d  Change the prefix to release from bin
255d95d is described below

commit 255d95dffc8afe906a5ecf03ece7369ce395be97
Author: maheshrajus <ma...@huawei.com>
AuthorDate: Wed Mar 14 18:35:16 2018 +0530

    Change the prefix to release from bin
---
 java-chassis-distribution/pom.xml              | 2 +-
 java-chassis-distribution/src/assembly/bin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java-chassis-distribution/pom.xml b/java-chassis-distribution/pom.xml
index b29e8b4..6ef149a 100644
--- a/java-chassis-distribution/pom.xml
+++ b/java-chassis-distribution/pom.xml
@@ -187,7 +187,7 @@
                         <artifactId>maven-assembly-plugin</artifactId>
                         <executions>
                             <execution>
-                                <id>bin</id>
+                                <id>release</id>
                                 <phase>package</phase>
                                 <goals>
                                     <goal>single</goal>
diff --git a/java-chassis-distribution/src/assembly/bin.xml b/java-chassis-distribution/src/assembly/bin.xml
index 9cd89e2..e97f68f 100644
--- a/java-chassis-distribution/src/assembly/bin.xml
+++ b/java-chassis-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>bin</id>
+    <id>release</id>
     <formats>
         <format>zip</format>
     </formats>

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