|
15 | 15 |
|
16 | 16 | <name>dubbo-dependencies-bom</name>
|
17 | 17 | <description>Dubbo dependencies BOM</description>
|
18 |
| - <url>http://dubbo.io</url> |
19 |
| - |
| 18 | + <url>https://github.com/apache/incubator-dubbo</url> |
20 | 19 | <inceptionYear>2011</inceptionYear>
|
21 | 20 | <licenses>
|
22 | 21 | <license>
|
23 |
| - <name>Apache 2</name> |
24 |
| - <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> |
| 22 | + <name>Apache License, Version 2.0</name> |
| 23 | + <url>http://www.apache.org/licenses/LICENSE-2.0</url> |
| 24 | + <distribution>repo</distribution> |
25 | 25 | </license>
|
26 | 26 | </licenses>
|
27 | 27 |
|
28 |
| - <organization> |
29 |
| - <name>The Dubbo Project</name> |
30 |
| - <url>http://dubbo.io</url> |
31 |
| - </organization> |
32 |
| - |
33 |
| - <issueManagement> |
34 |
| - <system>Github Issues</system> |
35 |
| - <url>https://github.com/alibaba/dubbo/issues</url> |
36 |
| - </issueManagement> |
37 | 28 | <scm>
|
38 |
| - <url>https://github.com/alibaba/dubbo/tree/master</url> |
39 |
| - <connection>scm:git:git://github.com/alibaba/dubbo.git</connection> |
40 |
| - <developerConnection>scm:git:git@github.com:alibaba/dubbo.git</developerConnection> |
41 |
| - </scm> |
| 29 | + <url>https://github.com/apache/incubator-dubbo</url> |
| 30 | + <connection>scm:git:https://github.com/apache/incubator-dubbo.git</connection> |
| 31 | + <developerConnection>scm:git:https://github.com/apache/incubator-dubbo.git</developerConnection> |
| 32 | + </scm> |
42 | 33 | <mailingLists>
|
43 | 34 | <mailingList>
|
44 |
| - <name>Dubbo User Mailling List</name> |
45 |
| - < subscribe> [email protected]</ subscribe> |
46 |
| - < unsubscribe> [email protected]</ unsubscribe> |
47 |
| - |
48 |
| - <archive>http://groups.google.com/group/dubbo</archive> |
| 35 | + <name>Development List</name> |
| 36 | + < subscribe> [email protected]</ subscribe> |
| 37 | + < unsubscribe> [email protected]</ unsubscribe> |
| 38 | + |
| 39 | + </mailingList> |
| 40 | + <mailingList> |
| 41 | + <name>Commits List</name> |
| 42 | + < subscribe> [email protected]</ subscribe> |
| 43 | + < unsubscribe> [email protected]</ unsubscribe> |
| 44 | + |
49 | 45 | </mailingList>
|
50 | 46 | <mailingList>
|
51 |
| - <name>Dubbo Developer Mailling List</name> |
52 |
| - < subscribe> [email protected]</ subscribe> |
53 |
| - < unsubscribe> [email protected]</ unsubscribe> |
54 |
| - |
55 |
| - <archive>http://groups.google.com/group/dubbo-developers</archive> |
| 47 | + <name>Issues List</name> |
| 48 | + < subscribe> [email protected]</ subscribe> |
| 49 | + < unsubscribe> [email protected]</ unsubscribe> |
| 50 | + |
56 | 51 | </mailingList>
|
57 | 52 | </mailingLists>
|
58 | 53 | <developers>
|
59 | 54 | <developer>
|
60 | 55 | <id>dubbo.io</id>
|
61 | 56 | <name>The Dubbo Project Contributors</name>
|
62 |
| - |
63 |
| - <url>http://dubbo.io</url> |
64 |
| - <organization>The Dubbo Project</organization> |
65 |
| - <organizationUrl>http://dubbo.io</organizationUrl> |
| 57 | + |
| 58 | + <url>http://dubbo.apache.org/</url> |
66 | 59 | </developer>
|
67 | 60 | </developers>
|
68 | 61 |
|
| 62 | + <organization> |
| 63 | + <name>The Apache Software Foundation</name> |
| 64 | + <url>http://www.apache.org/</url> |
| 65 | + </organization> |
| 66 | + |
| 67 | + <issueManagement> |
| 68 | + <system>Github Issues</system> |
| 69 | + <url>https://github.com/apache/incubator-dubbo/issues</url> |
| 70 | + </issueManagement> |
| 71 | + |
69 | 72 | <properties>
|
70 | 73 | <!-- Common libs -->
|
71 | 74 | <spring_version>4.3.16.RELEASE</spring_version>
|
|
0 commit comments