forked from apache/dubbo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix minor issues reported in 2.6.2 RC1
- Loading branch information
Showing
4 changed files
with
71 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]. 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 [email protected]. 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. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,57 +16,60 @@ | |
|
||
<name>dubbo-bom</name> | ||
<description>Dubbo dependencies BOM</description> | ||
<url>http://dubbo.io</url> | ||
|
||
<url>https://github.com/apache/incubator-dubbo</url> | ||
<inceptionYear>2011</inceptionYear> | ||
<licenses> | ||
<license> | ||
<name>Apache 2</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<name>Apache License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<organization> | ||
<name>The Dubbo Project</name> | ||
<url>http://dubbo.io</url> | ||
</organization> | ||
|
||
<issueManagement> | ||
<system>Github Issues</system> | ||
<url>https://github.com/alibaba/dubbo/issues</url> | ||
</issueManagement> | ||
<scm> | ||
<url>https://github.com/alibaba/dubbo/tree/master</url> | ||
<connection>scm:git:git://github.com/alibaba/dubbo.git</connection> | ||
<developerConnection>scm:git:git@github.com:alibaba/dubbo.git</developerConnection> | ||
</scm> | ||
<url>https://github.com/apache/incubator-dubbo</url> | ||
<connection>scm:git:https://github.com/apache/incubator-dubbo.git</connection> | ||
<developerConnection>scm:git:https://github.com/apache/incubator-dubbo.git</developerConnection> | ||
</scm> | ||
<mailingLists> | ||
<mailingList> | ||
<name>Dubbo User Mailling List</name> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
<archive>http://groups.google.com/group/dubbo</archive> | ||
<name>Development List</name> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
</mailingList> | ||
<mailingList> | ||
<name>Commits List</name> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
</mailingList> | ||
<mailingList> | ||
<name>Dubbo Developer Mailling List</name> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
<archive>http://groups.google.com/group/dubbo-developers</archive> | ||
<name>Issues List</name> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
</mailingList> | ||
</mailingLists> | ||
<developers> | ||
<developer> | ||
<id>dubbo.io</id> | ||
<name>The Dubbo Project Contributors</name> | ||
<email>[email protected]</email> | ||
<url>http://dubbo.io</url> | ||
<organization>The Dubbo Project</organization> | ||
<organizationUrl>http://dubbo.io</organizationUrl> | ||
<email>[email protected]</email> | ||
<url>http://dubbo.apache.org/</url> | ||
</developer> | ||
</developers> | ||
|
||
<organization> | ||
<name>The Apache Software Foundation</name> | ||
<url>http://www.apache.org/</url> | ||
</organization> | ||
|
||
<issueManagement> | ||
<system>Github Issues</system> | ||
<url>https://github.com/apache/incubator-dubbo/issues</url> | ||
</issueManagement> | ||
|
||
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,57 +15,60 @@ | |
|
||
<name>dubbo-dependencies-bom</name> | ||
<description>Dubbo dependencies BOM</description> | ||
<url>http://dubbo.io</url> | ||
|
||
<url>https://github.com/apache/incubator-dubbo</url> | ||
<inceptionYear>2011</inceptionYear> | ||
<licenses> | ||
<license> | ||
<name>Apache 2</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> | ||
<name>Apache License, Version 2.0</name> | ||
<url>http://www.apache.org/licenses/LICENSE-2.0</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<organization> | ||
<name>The Dubbo Project</name> | ||
<url>http://dubbo.io</url> | ||
</organization> | ||
|
||
<issueManagement> | ||
<system>Github Issues</system> | ||
<url>https://github.com/alibaba/dubbo/issues</url> | ||
</issueManagement> | ||
<scm> | ||
<url>https://github.com/alibaba/dubbo/tree/master</url> | ||
<connection>scm:git:git://github.com/alibaba/dubbo.git</connection> | ||
<developerConnection>scm:git:git@github.com:alibaba/dubbo.git</developerConnection> | ||
</scm> | ||
<url>https://github.com/apache/incubator-dubbo</url> | ||
<connection>scm:git:https://github.com/apache/incubator-dubbo.git</connection> | ||
<developerConnection>scm:git:https://github.com/apache/incubator-dubbo.git</developerConnection> | ||
</scm> | ||
<mailingLists> | ||
<mailingList> | ||
<name>Dubbo User Mailling List</name> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
<archive>http://groups.google.com/group/dubbo</archive> | ||
<name>Development List</name> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
</mailingList> | ||
<mailingList> | ||
<name>Commits List</name> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
</mailingList> | ||
<mailingList> | ||
<name>Dubbo Developer Mailling List</name> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
<archive>http://groups.google.com/group/dubbo-developers</archive> | ||
<name>Issues List</name> | ||
<subscribe>[email protected]</subscribe> | ||
<unsubscribe>[email protected]</unsubscribe> | ||
<post>[email protected]</post> | ||
</mailingList> | ||
</mailingLists> | ||
<developers> | ||
<developer> | ||
<id>dubbo.io</id> | ||
<name>The Dubbo Project Contributors</name> | ||
<email>[email protected]</email> | ||
<url>http://dubbo.io</url> | ||
<organization>The Dubbo Project</organization> | ||
<organizationUrl>http://dubbo.io</organizationUrl> | ||
<email>[email protected]</email> | ||
<url>http://dubbo.apache.org/</url> | ||
</developer> | ||
</developers> | ||
|
||
<organization> | ||
<name>The Apache Software Foundation</name> | ||
<url>http://www.apache.org/</url> | ||
</organization> | ||
|
||
<issueManagement> | ||
<system>Github Issues</system> | ||
<url>https://github.com/apache/incubator-dubbo/issues</url> | ||
</issueManagement> | ||
|
||
<properties> | ||
<!-- Common libs --> | ||
<spring_version>4.3.16.RELEASE</spring_version> | ||
|