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/08/20 09:13:54 UTC

[incubator-dubbo] 03/05: Include 'apache' in release package name.

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

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

commit 84f3215a4fc8fc1d8f21343ae00ab7a3901c9e14
Author: ken.lj <ke...@gmail.com>
AuthorDate: Mon Aug 20 16:09:38 2018 +0800

    Include 'apache' in release package name.
---
 CODE_OF_CONDUCT.md   | 2 +-
 distribution/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md
index b7c31c2..f1493c1 100644
--- a/CODE_OF_CONDUCT.md
+++ b/CODE_OF_CONDUCT.md
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
 
 ## Enforcement
 
-Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at dev@dubbo.apache.org. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
+Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at private@dubbo.apache.org. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
 
 Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
 
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 3c76393..d9b6a23 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -251,7 +251,7 @@
         <profile>
             <id>release</id>
             <build>
-                <finalName>dubbo-incubating-${project.version}</finalName>
+                <finalName>apache-dubbo-incubating-${project.version}</finalName>
                 <plugins>
                     <plugin>
                         <artifactId>maven-assembly-plugin</artifactId>