You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by hu...@apache.org on 2018/05/13 01:49:44 UTC

[incubator-dubbo-spring-boot-project] branch 0.1.x updated: Sync pom.xml with ASF info.

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

huxing pushed a commit to branch 0.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/0.1.x by this push:
     new 2993cbd  Sync pom.xml with ASF info.
2993cbd is described below

commit 2993cbd7ea1d533ec5d7731d204ae54cf76c22c2
Author: Huxing Zhang <hu...@gmail.com>
AuthorDate: Sun May 13 09:40:24 2018 +0800

    Sync pom.xml with ASF info.
---
 pom.xml | 49 +++++++++++++++++++++++++------------------------
 1 file changed, 25 insertions(+), 24 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8e867dc..47e37c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
 
     <name>Dubbo Spring Boot Project</name>
     <description>Dubbo Spring Boot Project</description>
-    <url>https://github.com/dubbo/dubbo-spring-boot-project</url>
+    <url>https://github.com/apache/incubator-dubbo-spring-boot-project</url>
 
     <modules>
         <module>dubbo-spring-boot-parent</module>
@@ -26,47 +26,48 @@
         <module>dubbo-spring-boot-actuator</module>
     </modules>
 
-
     <organization>
-        <name>Alibaba Group.</name>
-        <url>http://www.alibabagroup.com/en/global/home</url>
+        <name>The Apache Software Foundation</name>
+        <url>http://www.apache.org/</url>
     </organization>
 
     <scm>
-        <url>https://github.com/dubbo/dubbo-spring-boot-project</url>
-        <connection>scm:git:git:////github.com/dubbo/dubbo-spring-boot-project.git</connection>
-        <developerConnection>scm:git:ssh://git@//github.com/dubbo/dubbo-spring-boot-project.git</developerConnection>
+        <url>https://github.com/apache/incubator-dubbo-spring-boot-project</url>
+        <connection>scm:git:git:////github.com/apache/incubator-dubbo-spring-boot-project.git</connection>
+        <developerConnection>scm:git:ssh://git@//github.com/apache/incubator-dubbo-spring-boot-project.git</developerConnection>
     </scm>
 
     <issueManagement>
         <system>Github</system>
-        <url>https://github.com/dubbo/dubbo-spring-boot-project/issues</url>
+        <url>https://github.com/apache/incubator-dubbo-spring-boot-project/issues</url>
     </issueManagement>
 
     <mailingLists>
         <mailingList>
-            <name>Dubbo User Mailling List</name>
-            <subscribe>dubbo+subscribe@googlegroups.com</subscribe>
-            <unsubscribe>dubbo+unsubscribe@googlegroups.com</unsubscribe>
-            <post>dubbo@googlegroups.com</post>
-            <archive>http://groups.google.com/group/dubbo</archive>
+            <name>Development List</name>
+            <subscribe>dev-subscribe@dubbo.apache.org</subscribe>
+            <unsubscribe>dev-unsubscribe@dubbo.apache.org</unsubscribe>
+            <post>dev@dubbo.apache.org</post>
+        </mailingList>
+        <mailingList>
+            <name>Commits List</name>
+            <subscribe>commits-subscribe@dubbo.apache.org</subscribe>
+            <unsubscribe>commits-unsubscribe@dubbo.apache.org</unsubscribe>
+            <post>commits@dubbo.apache.org</post>
         </mailingList>
         <mailingList>
-            <name>Dubbo Developer Mailling List</name>
-            <subscribe>dubbo-developers+subscribe@googlegroups.com</subscribe>
-            <unsubscribe>dubbo-developers+unsubscribe@googlegroups.com</unsubscribe>
-            <post>dubbo-developers@googlegroups.com</post>
-            <archive>http://groups.google.com/group/dubbo-developers</archive>
+            <name>Issues List</name>
+            <subscribe>issues-subscribe@dubbo.apache.org</subscribe>
+            <unsubscribe>issues-unsubscribe@dubbo.apache.org</unsubscribe>
+            <post>issues@dubbo.apache.org</post>
         </mailingList>
     </mailingLists>
     <developers>
         <developer>
-            <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>
+            <id>Apache Dubbo (incubating)</id>
+            <name>The Apache Dubbo (incubating) Project Contributors</name>
+            <email>dev@dubbo.apache.org</email>
+            <url>http://dubbo.apache.org</url>
         </developer>
     </developers>
 

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