#1105: I18N effort for dubbo code base - dubbo-maven

This commit is contained in:
Ian Luo 2017-12-25 14:22:34 +08:00
parent 0d1ef9b411
commit 40ed3ef86e
1 changed files with 23 additions and 90 deletions

View File

@ -1,17 +1,18 @@
<!--
- Copyright 1999-2011 Alibaba Group.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@ -26,22 +27,18 @@
<version>2.5.8</version>
<packaging>jar</packaging>
<name>Dubbo</name>
<description>Dubbo is a distributed service framework enpowers applications with service import/export capability
with high performance RPC.
</description>
<description>Dubbo is a high-performance, java based RPC framework open-sourced by Alibaba</description>
<url>http://dubbo.io</url>
<inceptionYear>2012</inceptionYear>
<licenses>
<license>
<name>Apache 2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
<comments>A business-friendly OSS license</comments>
</license>
</licenses>
<organization>
<name>Alibaba</name>
<url>http://www.alibaba.com</url>
<name>The Dubbo Project</name>
<url>http://dubbo.io</url>
</organization>
<dependencies>
<dependency>
@ -322,76 +319,12 @@
</mailingLists>
<developers>
<developer>
<name>QianXiao(Shawn)</name>
<id>shawn.qianx</id>
<email>shawn.qianx (AT) alibaba-inc.com</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+8</timezone>
</developer>
<developer>
<name>LiangFei(William)</name>
<id>william.liangf</id>
<email>william.liangf (AT) alibaba-inc.com</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+8</timezone>
</developer>
<developer>
<name>LiDing(Jerry)</name>
<id>ding.lid</id>
<email>ding.lid (AT) alibaba-inc.com</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+8</timezone>
</developer>
<developer>
<name>LiuChao(Charles)</name>
<id>chao.liuc</id>
<email>chao.liuc (AT) alibaba-inc.com</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+8</timezone>
</developer>
<developer>
<name>LiuHaoMin(Ludvik)</name>
<id>haoming.liuhm</id>
<email>haoming.liuhm (AT) alibaba-inc.com</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+8</timezone>
</developer>
<developer>
<name>ChenLei(Tony)</name>
<id>tony.chenl</id>
<email>tony.chenl (AT) alibaba-inc.com</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+8</timezone>
</developer>
<developer>
<name>LuGang(Kimi)</name>
<id>gang.lvgm</id>
<email>gang.lvgm (AT) alibaba-inc.com</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+8</timezone>
</developer>
<developer>
<name>WuXiaoFei(Teaey)</name>
<id>xiaofei.wxf</id>
<email>xiaofei.wxf (AT) alibaba-inc.com</email>
<roles>
<role>Developer</role>
</roles>
<timezone>+8</timezone>
<id>dubbo.io</id>
<name>The Dubbo Project Contributors</name>
<email>dubbo@googlegroups.com</email>
<url>http://dubbo.io</url>
<organization>The Dubbo Project</organization>
<organizationUrl>http://dubbo.io</organizationUrl>
</developer>
</developers>
</project>