You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2018/05/22 05:45:15 UTC

[incubator-dubbo] branch 2.6.2-release updated: Exclude release temp files

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

liujun pushed a commit to branch 2.6.2-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git


The following commit(s) were added to refs/heads/2.6.2-release by this push:
     new d4d8a50  Exclude release temp files
d4d8a50 is described below

commit d4d8a508c8baf8b2c32d2833c470bcd2f9b5bf3d
Author: ken.lj <ke...@gmail.com>
AuthorDate: Tue May 22 13:07:09 2018 +0800

    Exclude release temp files
---
 distribution/src/assembly/source-release.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/distribution/src/assembly/source-release.xml b/distribution/src/assembly/source-release.xml
index 410d8b5..619e069 100644
--- a/distribution/src/assembly/source-release.xml
+++ b/distribution/src/assembly/source-release.xml
@@ -44,6 +44,8 @@
                 <exclude>**/*.iws</exclude>
                 <exclude>**/cobertura.ser</exclude>
                 <exclude>**/*.log</exclude>
+                <exclude>release.properties</exclude>
+                <exclude>**/*.releaseBackup</exclude>
             </excludes>
         </fileSet>
     </fileSets>

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