[incubator-dubbo] 02/02: Change pom structure of project

2018-04-27 Thread liujun
This is an automated email from the ASF dual-hosted git repository.

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

commit b43ef62afb62da107abdbfcc124b370949e9e2d4
Author: ken.lj 
AuthorDate: Fri Apr 27 16:55:49 2018 +0800

Change pom structure of project
---
 all/pom.xml|   6 +-
 bom/pom.xml|   2 +-
 dubbo-cluster/pom.xml  |   3 +-
 dubbo-common/pom.xml   |   3 +-
 dubbo-config/dubbo-config-api/pom.xml  |   2 +-
 dubbo-config/dubbo-config-spring/pom.xml   |   2 +-
 dubbo-config/pom.xml   |   3 +-
 dubbo-container/dubbo-container-api/pom.xml|   2 +-
 dubbo-container/dubbo-container-log4j/pom.xml  |   2 +-
 dubbo-container/dubbo-container-logback/pom.xml|   2 +-
 dubbo-container/dubbo-container-spring/pom.xml |   2 +-
 dubbo-container/pom.xml|   3 +-
 dubbo-demo/dubbo-demo-api/pom.xml  |   2 +-
 dubbo-demo/dubbo-demo-consumer/pom.xml |   2 +-
 dubbo-demo/dubbo-demo-provider/pom.xml |   2 +-
 dubbo-demo/pom.xml |   3 +-
 dubbo-filter/dubbo-filter-cache/pom.xml|   2 +-
 dubbo-filter/dubbo-filter-validation/pom.xml   |   2 +-
 dubbo-filter/pom.xml   |   3 +-
 dubbo-monitor/dubbo-monitor-api/pom.xml|   2 +-
 dubbo-monitor/dubbo-monitor-default/pom.xml|   2 +-
 dubbo-monitor/pom.xml  |   3 +-
 {dependencies-bom => dubbo-parent}/pom.xml | 147 +++--
 dubbo-plugin/dubbo-qos/pom.xml |   2 +-
 dubbo-plugin/pom.xml   |   3 +-
 dubbo-registry/dubbo-registry-api/pom.xml  |   2 +-
 dubbo-registry/dubbo-registry-default/pom.xml  |   2 +-
 dubbo-registry/dubbo-registry-multicast/pom.xml|   2 +-
 dubbo-registry/dubbo-registry-redis/pom.xml|   2 +-
 dubbo-registry/dubbo-registry-zookeeper/pom.xml|   2 +-
 dubbo-registry/pom.xml |   3 +-
 dubbo-remoting/dubbo-remoting-api/pom.xml  |   2 +-
 dubbo-remoting/dubbo-remoting-grizzly/pom.xml  |   2 +-
 dubbo-remoting/dubbo-remoting-http/pom.xml |   2 +-
 dubbo-remoting/dubbo-remoting-mina/pom.xml |   2 +-
 dubbo-remoting/dubbo-remoting-netty/pom.xml|   2 +-
 dubbo-remoting/dubbo-remoting-netty4/pom.xml   |   2 +-
 dubbo-remoting/dubbo-remoting-p2p/pom.xml  |   2 +-
 dubbo-remoting/dubbo-remoting-zookeeper/pom.xml|   2 +-
 dubbo-remoting/pom.xml |   3 +-
 dubbo-rpc/dubbo-rpc-api/pom.xml|   2 +-
 dubbo-rpc/dubbo-rpc-dubbo/pom.xml  |   2 +-
 dubbo-rpc/dubbo-rpc-hessian/pom.xml|   2 +-
 dubbo-rpc/dubbo-rpc-http/pom.xml   |   2 +-
 dubbo-rpc/dubbo-rpc-injvm/pom.xml  |   2 +-
 dubbo-rpc/dubbo-rpc-memcached/pom.xml  |   2 +-
 dubbo-rpc/dubbo-rpc-redis/pom.xml  |   2 +-
 dubbo-rpc/dubbo-rpc-rest/pom.xml   |   2 +-
 dubbo-rpc/dubbo-rpc-rmi/pom.xml|   2 +-
 dubbo-rpc/dubbo-rpc-thrift/pom.xml |   2 +-
 dubbo-rpc/dubbo-rpc-webservice/pom.xml |   2 +-
 dubbo-rpc/pom.xml  |   3 +-
 .../dubbo-serialization-api/pom.xml|   2 +-
 .../dubbo-serialization-fastjson/pom.xml   |   2 +-
 .../dubbo-serialization-fst/pom.xml|   2 +-
 .../dubbo-serialization-hessian2/pom.xml   |   2 +-
 .../dubbo-serialization-jdk/pom.xml|   2 +-
 .../dubbo-serialization-kryo/pom.xml   |   2 +-
 dubbo-serialization/pom.xml|   3 +-
 dubbo-test/dubbo-test-benchmark/pom.xml|   2 +-
 .../dubbo-test-spring3/pom.xml |   2 +-
 dubbo-test/dubbo-test-compatibility/pom.xml|   2 +-
 dubbo-test/dubbo-test-examples/pom.xml |   2 +-
 dubbo-test/dubbo-test-integration/pom.xml  |   2 +-
 dubbo-test/pom.xml |   3 +-
 hessian-lite/pom.xml   |   3 +-
 pom.xml|  65 ++---
 67 files changed, 141 insertions(+), 219 deletions(-)

diff --git a/all/pom.xml b/all/pom.xml
index e28108d..eb26289 100644
--- a/all/pom.xml
+++ b/all/pom.xml
@@ -20,11 +20,11 @@
 
 com.alibaba
 dubbo-parent
-2.6.1
-../pom.xml
+2.6.2-SNAPSHOT
+../dubbo-parent/pom.xml
 
 dubbo
-2.6.1
+2.6.2-SNAPSHOT
 jar
 dubbo-all
 The all in one project of dubbo
diff --git a/bom/pom.xml b/bom/pom.xml
index 98e8db8..d05a9a8 100644
--- a/bom/pom.xml

[incubator-dubbo] 01/02: Change parent pom from oss to apache

2018-04-27 Thread liujun
This is an automated email from the ASF dual-hosted git repository.

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

commit e07370e56de0ce349a1e1e57e6d298458c53ea46
Author: ken.lj 
AuthorDate: Fri Apr 27 15:51:42 2018 +0800

Change parent pom from oss to apache
---
 bom/pom.xml  | 93 ---
 dependencies-bom/pom.xml | 95 +---
 pom.xml  | 23 +---
 3 files changed, 130 insertions(+), 81 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 58eb037..98e8db8 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -1,6 +1,5 @@
 
-http://maven.apache.org/POM/4.0.0;
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 
 4.0.0
@@ -12,70 +11,74 @@
 
 
 
-org.sonatype.oss
-oss-parent
-7
+org.apache
+apache
+18
 
 
 
 com.alibaba
 dubbo-bom
-2.6.1
+2.6.2-SNAPSHOT
 pom
 
-dubbo-bom
+${project.artifactId}
 Dubbo dependencies BOM
-http://dubbo.io
-
+https://github.com/apache/incubator-dubbo
 2011
 
 
-Apache 2
-http://www.apache.org/licenses/LICENSE-2.0.txt
+Apache License, Version 2.0
+http://www.apache.org/licenses/LICENSE-2.0
+repo
 
 
 
-
-The Dubbo Project
-http://dubbo.io
-
-
-
-Github Issues
-https://github.com/alibaba/dubbo/issues
-
 
-https://github.com/alibaba/dubbo/tree/master
-scm:git:git://github.com/alibaba/dubbo.git
-
scm:git:g...@github.com:alibaba/dubbo.git
+https://github.com/apache/incubator-dubbo
+
scm:git:https://github.com/apache/incubator-dubbo.git
+
scm:git:https://github.com/apache/incubator-dubbo.git
+HEAD
 
 
 
-Dubbo User Mailling List
-dubbo+subscr...@googlegroups.com
-dubbo+unsubscr...@googlegroups.com
-du...@googlegroups.com
-http://groups.google.com/group/dubbo
+Development List
+dev-subscr...@dubbo.apache.org
+dev-unsubscr...@dubbo.apache.org
+d...@dubbo.apache.org
+
+
+Commits List
+commits-subscr...@dubbo.apache.org
+commits-unsubscr...@dubbo.apache.org
+commits@dubbo.apache.org
 
 
-Dubbo Developer Mailling List
-dubbo-developers+subscr...@googlegroups.com
-
dubbo-developers+unsubscr...@googlegroups.com
-dubbo-develop...@googlegroups.com
-http://groups.google.com/group/dubbo-developers
+Issues List
+issues-subscr...@dubbo.apache.org
+issues-unsubscr...@dubbo.apache.org
+iss...@dubbo.apache.org
 
 
 
 
 dubbo.io
 The Dubbo Project Contributors
-du...@googlegroups.com
-http://dubbo.io
-The Dubbo Project
-http://dubbo.io
+dev-subscr...@dubbo.apache.org
+http://dubbo.apache.org/
 
 
 
+
+The Apache Software Foundation
+http://www.apache.org/
+
+
+
+Github Issues
+https://github.com/apache/incubator-dubbo/issues
+
+
 
 
 
@@ -313,4 +316,20 @@
 
 
 
+
+
+
+org.apache.maven.plugins
+maven-release-plugin
+2.5.3
+
+true
+false
+release
+deploy
+
+
+
+
+
 
\ No newline at end of file
diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml
index 503182b..f857245 100644
--- a/dependencies-bom/pom.xml
+++ b/dependencies-bom/pom.xml
@@ -1,74 +1,77 @@
 
-http://maven.apache.org/POM/4.0.0;
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
 4.0.0
 
 
-org.sonatype.oss
-oss-parent
-7
+org.apache
+apache
+18
 
 
 
 com.alibaba
 dubbo-dependencies-bom
-2.6.1
+2.6.2-SNAPSHOT
 pom
 
-dubbo-dependencies-bom
-Dubbo dependencies BOM
-http://dubbo.io
-
+${project.artifactId}
+The parent project of dubbo
+