From 1503d6deee645c8b95362bfa2e8dd6cbcf8430e7 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 26 Apr 2018 19:22:49 +0800 Subject: [PATCH 01/28] We need to change the version to SNAPSHOT to satisfy release:prepare --- all/pom.xml | 4 ++-- bom/pom.xml | 10 +++++----- dependencies-bom/pom.xml | 10 +++++----- dubbo-cluster/pom.xml | 2 +- dubbo-common/pom.xml | 2 +- dubbo-config/dubbo-config-api/pom.xml | 2 +- dubbo-config/dubbo-config-spring/pom.xml | 2 +- dubbo-config/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- dubbo-filter/dubbo-filter-cache/pom.xml | 2 +- dubbo-filter/dubbo-filter-validation/pom.xml | 2 +- dubbo-filter/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-api/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-default/pom.xml | 2 +- dubbo-monitor/pom.xml | 2 +- dubbo-plugin/dubbo-qos/pom.xml | 2 +- dubbo-plugin/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- 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 | 2 +- dubbo-serialization/dubbo-serialization-api/pom.xml | 2 +- .../dubbo-serialization-fastjson/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-fst/pom.xml | 2 +- .../dubbo-serialization-hessian2/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-jdk/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-kryo/pom.xml | 2 +- dubbo-serialization/pom.xml | 2 +- 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 | 2 +- hessian-lite/pom.xml | 2 +- pom.xml | 10 +++++----- 67 files changed, 80 insertions(+), 80 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index e28108d28aa..206f620ff89 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,11 +20,11 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT ../pom.xml dubbo - 2.6.1 + 2.6.1-SNAPSHOT jar dubbo-all The all in one project of dubbo diff --git a/bom/pom.xml b/bom/pom.xml index 58eb037ea66..5b70199d309 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -8,19 +8,19 @@ - + - org.sonatype.oss - oss-parent - 7 + org.apache + apache + 18 com.alibaba dubbo-bom - 2.6.1 + 2.6.1-SNAPSHOT pom dubbo-bom diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 503182b2804..6433e2daa6b 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -5,15 +5,15 @@ 4.0.0 - org.sonatype.oss - oss-parent - 7 - + org.apache + apache + 18 + com.alibaba dubbo-dependencies-bom - 2.6.1 + 2.6.1-SNAPSHOT pom dubbo-dependencies-bom diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 4464888a8d7..9738c1746d6 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index 682fa1c8029..b61f690f182 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT dubbo-common jar diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index ef25a876ce6..1b701a5628e 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-config - 2.6.1 + 2.6.1-SNAPSHOT dubbo-config-api jar diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index 019537c58b3..64b8e540e69 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-config - 2.6.1 + 2.6.1-SNAPSHOT dubbo-config-spring jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index 87b7e0efcf7..1c266b9ed6f 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT dubbo-config pom diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index b0d58947a91..c31a5987686 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.1 + 2.6.1-SNAPSHOT dubbo-container-api jar diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index 863ddcf4c0d..a5051dfbb8d 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.1 + 2.6.1-SNAPSHOT dubbo-container-log4j jar diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index 98fc54dd1d3..7ba839cb938 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.1 + 2.6.1-SNAPSHOT dubbo-container-logback jar diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index b8b865bd162..40389fba2f9 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.1 + 2.6.1-SNAPSHOT dubbo-container-spring jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index 3e4a20680e3..dad749f1c56 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT dubbo-container pom diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index 19c17cc2d70..d550598b418 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-demo - 2.6.1 + 2.6.1-SNAPSHOT dubbo-demo-api jar diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index 22a7ac433e9..faa5b963b24 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-demo - 2.6.1 + 2.6.1-SNAPSHOT dubbo-demo-consumer jar diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index ddfc888b2db..c2b1a195479 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-demo - 2.6.1 + 2.6.1-SNAPSHOT dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index 051fd7d930f..f176e634953 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT dubbo-demo pom diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index bd0791f325d..a1c9d4a65e9 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-filter - 2.6.1 + 2.6.1-SNAPSHOT dubbo-filter-cache jar diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index 758434779d1..024d5a299cf 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-filter - 2.6.1 + 2.6.1-SNAPSHOT dubbo-filter-validation jar diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index 427427886f3..755a7bbc1a8 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT dubbo-filter pom diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index 203de9e98f8..d1af8490c96 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-monitor - 2.6.1 + 2.6.1-SNAPSHOT dubbo-monitor-api jar diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index b9526075b07..0e74174c8f4 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-monitor - 2.6.1 + 2.6.1-SNAPSHOT dubbo-monitor-default jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index b8c39dbb435..162db8b0ad4 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT dubbo-monitor pom diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index da75cdf1d97..2b99b386df7 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-plugin - 2.6.1 + 2.6.1-SNAPSHOT 4.0.0 diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index aac6458d14b..0b915d6ef8f 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -19,7 +19,7 @@ dubbo-parent com.alibaba - 2.6.1 + 2.6.1-SNAPSHOT 4.0.0 diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index 9f432a2e0cc..d9c59e4ed2f 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.1 + 2.6.1-SNAPSHOT dubbo-registry-api jar diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index 1786647fe84..2a1ee1620ed 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-registry - 2.6.1 + 2.6.1-SNAPSHOT dubbo-registry-default jar diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index 2b64e6c1887..ce895ba60b9 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.1 + 2.6.1-SNAPSHOT dubbo-registry-multicast jar diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 9257094ab9e..caee559a8e0 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.1 + 2.6.1-SNAPSHOT dubbo-registry-redis jar diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index b1ba5546228..f7e42ad31f0 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.1 + 2.6.1-SNAPSHOT dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index cf6ab87b6e2..4b9613f81d0 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT dubbo-registry pom diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index 73cc9195bcc..a2ecf7afc06 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.1 + 2.6.1-SNAPSHOT dubbo-remoting-api jar diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index ef774e7bdfa..3b2dc9192c7 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.1 + 2.6.1-SNAPSHOT dubbo-remoting-grizzly jar diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index beb49e17b4f..2b05f17374d 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.1 + 2.6.1-SNAPSHOT dubbo-remoting-http jar diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index a9958f13660..9e02ea28bab 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.1 + 2.6.1-SNAPSHOT dubbo-remoting-mina jar diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index e281ddcea38..f0d7cc7c62a 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.1 + 2.6.1-SNAPSHOT dubbo-remoting-netty jar diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index 836c88d3c53..397ae756f59 100644 --- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml @@ -19,7 +19,7 @@ dubbo-remoting com.alibaba - 2.6.1 + 2.6.1-SNAPSHOT 4.0.0 diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index 9cec967aaa9..ffab44011cf 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.1 + 2.6.1-SNAPSHOT dubbo-remoting-p2p jar diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index 2ff33976d1d..a79e3d50846 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.1 + 2.6.1-SNAPSHOT dubbo-remoting-zookeeper jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index da07bb131ee..f822268b9dd 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT dubbo-remoting pom diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index 44ceec52dfc..0f15ef829b0 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1 + 2.6.1-SNAPSHOT dubbo-rpc-api jar diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml index ff3c4271774..fef7697fd87 100644 --- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml +++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1 + 2.6.1-SNAPSHOT dubbo-rpc-dubbo jar diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index 114c65ee4ba..5f8acbe88c8 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1 + 2.6.1-SNAPSHOT dubbo-rpc-hessian jar diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index 2e953ad6acb..aa408ed69c7 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1 + 2.6.1-SNAPSHOT dubbo-rpc-http jar diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index d3529e48880..587486aa2f8 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1 + 2.6.1-SNAPSHOT dubbo-rpc-injvm jar diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index ed50bbdbf7c..a4e6fbf3f70 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1 + 2.6.1-SNAPSHOT dubbo-rpc-memcached jar diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index c9f5a98cf5e..ddc640dc755 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1 + 2.6.1-SNAPSHOT dubbo-rpc-redis jar diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index 4a8a4b149e2..d5d76615593 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.1 + 2.6.1-SNAPSHOT dubbo-rpc-rest jar diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index 1624ea187e1..93eca1f4356 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1 + 2.6.1-SNAPSHOT dubbo-rpc-rmi jar diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index 002eb7e2a34..bd29d365fc4 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1 + 2.6.1-SNAPSHOT dubbo-rpc-thrift jar diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index aca13e223ae..e9c1d18e280 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1 + 2.6.1-SNAPSHOT dubbo-rpc-webservice jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 4be7200cebf..24eb55e4bd5 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT dubbo-rpc pom diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml index 6a22ff86b8b..54f5022113a 100644 --- a/dubbo-serialization/dubbo-serialization-api/pom.xml +++ b/dubbo-serialization/dubbo-serialization-api/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.1 + 2.6.1-SNAPSHOT dubbo-serialization-api jar diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml index c1dfe7e2050..8bd60f31207 100644 --- a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.1 + 2.6.1-SNAPSHOT dubbo-serialization-fastjson jar diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml index 6f903d4e8ef..c249709ae25 100644 --- a/dubbo-serialization/dubbo-serialization-fst/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-serialization - 2.6.1 + 2.6.1-SNAPSHOT dubbo-serialization-fst jar diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml index 927b8feb20d..cf327717037 100644 --- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml +++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.1 + 2.6.1-SNAPSHOT dubbo-serialization-hessian2 jar diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml index 1e84db6e42f..a27d7cdfccc 100644 --- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml +++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.1 + 2.6.1-SNAPSHOT dubbo-serialization-jdk jar diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml index f1757d2505a..531d6071bc0 100644 --- a/dubbo-serialization/dubbo-serialization-kryo/pom.xml +++ b/dubbo-serialization/dubbo-serialization-kryo/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.1 + 2.6.1-SNAPSHOT dubbo-serialization-kryo jar diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index d8f5912eef7..d0f1c659213 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT dubbo-serialization pom diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index 6c3fc10b118..eb397275ef4 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-test - 2.6.1 + 2.6.1-SNAPSHOT dubbo-test-benchmark jar diff --git a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml index 894de824738..32ece066fbf 100644 --- a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml @@ -21,7 +21,7 @@ dubbo-test-compatibility com.alibaba - 2.6.1 + 2.6.1-SNAPSHOT 4.0.0 diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index 3a2de9c65a7..6c82d7997d6 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -22,7 +22,7 @@ com.alibaba dubbo-test - 2.6.1 + 2.6.1-SNAPSHOT dubbo-test-compatibility pom diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index fd9cd1c6c26..2238dce22d0 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-test - 2.6.1 + 2.6.1-SNAPSHOT dubbo-test-examples jar diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index bfe38bc549d..797d1508d18 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-test - 2.6.1 + 2.6.1-SNAPSHOT dubbo-test-integration jar diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index 022ad8f91bc..68bd790fc90 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT dubbo-test pom diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index 07eec269314..be38f4421b8 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT hessian-lite jar diff --git a/pom.xml b/pom.xml index 96ba40242ea..5d033a3f67c 100644 --- a/pom.xml +++ b/pom.xml @@ -20,14 +20,14 @@ 4.0.0 - org.sonatype.oss - oss-parent - 7 + org.apache + apache + 18 com.alibaba dubbo-parent - 2.6.1 + 2.6.1-SNAPSHOT pom ${project.artifactId} @@ -142,7 +142,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.1 + 2.6.1-SNAPSHOT pom import From 7f052f18fdd1356af0731df4850ab80a6b0f5f1b Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 26 Apr 2018 19:26:34 +0800 Subject: [PATCH 02/28] upgrade to 2.6.2-SNAPSHOT --- all/pom.xml | 4 ++-- bom/pom.xml | 4 ++-- dependencies-bom/pom.xml | 2 +- dubbo-cluster/pom.xml | 2 +- dubbo-common/pom.xml | 2 +- dubbo-config/dubbo-config-api/pom.xml | 2 +- dubbo-config/dubbo-config-spring/pom.xml | 2 +- dubbo-config/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- dubbo-filter/dubbo-filter-cache/pom.xml | 2 +- dubbo-filter/dubbo-filter-validation/pom.xml | 2 +- dubbo-filter/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-api/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-default/pom.xml | 2 +- dubbo-monitor/pom.xml | 2 +- dubbo-plugin/dubbo-qos/pom.xml | 2 +- dubbo-plugin/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- 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 | 2 +- dubbo-serialization/dubbo-serialization-api/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-fastjson/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-fst/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-hessian2/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-jdk/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-kryo/pom.xml | 2 +- dubbo-serialization/pom.xml | 2 +- dubbo-test/dubbo-test-benchmark/pom.xml | 2 +- .../dubbo-test-compatibility/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 | 2 +- hessian-lite/pom.xml | 2 +- pom.xml | 4 ++-- 67 files changed, 70 insertions(+), 70 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 206f620ff89..10d626445b2 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,11 +20,11 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT ../pom.xml dubbo - 2.6.1-SNAPSHOT + 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 5b70199d309..d5abdd7db74 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -8,7 +8,7 @@ - + @@ -20,7 +20,7 @@ com.alibaba dubbo-bom - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT pom dubbo-bom diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 6433e2daa6b..c60ea16abe2 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -13,7 +13,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT pom dubbo-dependencies-bom diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 9738c1746d6..3f797038689 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index b61f690f182..63b15fbe78f 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-common jar diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index 1b701a5628e..0e7107376f5 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-config - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-config-api jar diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index 64b8e540e69..c7a666080b3 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-config - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-config-spring jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index 1c266b9ed6f..09a231930cd 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-config pom diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index c31a5987686..e399c342930 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-container-api jar diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index a5051dfbb8d..604c573321a 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-container-log4j jar diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index 7ba839cb938..f03b0a3b0fe 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-container-logback jar diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index 40389fba2f9..8221adf59af 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-container-spring jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index dad749f1c56..4e00fba5cc5 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-container pom diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index d550598b418..9316cbaec30 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-demo - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-demo-api jar diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index faa5b963b24..ca813391968 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-demo - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-demo-consumer jar diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index c2b1a195479..0409cf91607 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-demo - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index f176e634953..5895cd5fbc6 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-demo pom diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index a1c9d4a65e9..f7d2bce15ac 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-filter - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-filter-cache jar diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index 024d5a299cf..d553750537d 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-filter - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-filter-validation jar diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index 755a7bbc1a8..969938c90d8 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-filter pom diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index d1af8490c96..ad15b76c75d 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-monitor - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-monitor-api jar diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index 0e74174c8f4..a6d52c65826 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-monitor - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-monitor-default jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 162db8b0ad4..76691d9448e 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-monitor pom diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index 2b99b386df7..b84034fdf5e 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-plugin - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT 4.0.0 diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index 0b915d6ef8f..ca0e8d94a22 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -19,7 +19,7 @@ dubbo-parent com.alibaba - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT 4.0.0 diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index d9c59e4ed2f..2eed9ade209 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-registry-api jar diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index 2a1ee1620ed..22149676cf3 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-registry - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-registry-default jar diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index ce895ba60b9..3c403f6a2d0 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-registry-multicast jar diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index caee559a8e0..11eeb1b6b7d 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-registry-redis jar diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index f7e42ad31f0..4b4bbf754df 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index 4b9613f81d0..11efc5899ca 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-registry pom diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index a2ecf7afc06..83113d71944 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-api jar diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index 3b2dc9192c7..3c78111f154 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-grizzly jar diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index 2b05f17374d..e13d348b767 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-http jar diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index 9e02ea28bab..2de2654d8ed 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-mina jar diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index f0d7cc7c62a..1d88e517583 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-netty jar diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index 397ae756f59..ef74d0ceb48 100644 --- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml @@ -19,7 +19,7 @@ dubbo-remoting com.alibaba - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT 4.0.0 diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index ffab44011cf..89af9bdb6ba 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-p2p jar diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index a79e3d50846..70cfd216b49 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-zookeeper jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index f822268b9dd..7333e1b7d0b 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting pom diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index 0f15ef829b0..c04c63498f9 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-api jar diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml index fef7697fd87..b9197f9d80b 100644 --- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml +++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-dubbo jar diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index 5f8acbe88c8..00ca28cf2a3 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-hessian jar diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index aa408ed69c7..427b70ba6a3 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-http jar diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index 587486aa2f8..e8f64e36bba 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-injvm jar diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index a4e6fbf3f70..d5fcc7046b3 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-memcached jar diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index ddc640dc755..19bad83e968 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-redis jar diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index d5d76615593..026e2c293a9 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-rest jar diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index 93eca1f4356..f255bf0b12a 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-rmi jar diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index bd29d365fc4..06b544fe592 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-thrift jar diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index e9c1d18e280..a2b656de695 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-webservice jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 24eb55e4bd5..55fd13027ea 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc pom diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml index 54f5022113a..eca9eec62db 100644 --- a/dubbo-serialization/dubbo-serialization-api/pom.xml +++ b/dubbo-serialization/dubbo-serialization-api/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization-api jar diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml index 8bd60f31207..cd2dd715a5d 100644 --- a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization-fastjson jar diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml index c249709ae25..09fb25df46e 100644 --- a/dubbo-serialization/dubbo-serialization-fst/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-serialization - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization-fst jar diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml index cf327717037..13afbff7abe 100644 --- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml +++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization-hessian2 jar diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml index a27d7cdfccc..dc7c1c0ad02 100644 --- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml +++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization-jdk jar diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml index 531d6071bc0..6622a0af11a 100644 --- a/dubbo-serialization/dubbo-serialization-kryo/pom.xml +++ b/dubbo-serialization/dubbo-serialization-kryo/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization-kryo jar diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index d0f1c659213..9f6a280edfa 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization pom diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index eb397275ef4..1721940c344 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-test - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-test-benchmark jar diff --git a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml index 32ece066fbf..75460b86dc5 100644 --- a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml @@ -21,7 +21,7 @@ dubbo-test-compatibility com.alibaba - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT 4.0.0 diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index 6c82d7997d6..a0f853863d8 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -22,7 +22,7 @@ com.alibaba dubbo-test - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-test-compatibility pom diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index 2238dce22d0..d3321d30e3c 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-test - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-test-examples jar diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index 797d1508d18..0e6fb90c2b2 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-test - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-test-integration jar diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index 68bd790fc90..7bab0f58ddb 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-test pom diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index be38f4421b8..8e1de3815c4 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT hessian-lite jar diff --git a/pom.xml b/pom.xml index 5d033a3f67c..b17e705a5f3 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ com.alibaba dubbo-parent - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT pom ${project.artifactId} @@ -142,7 +142,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.1-SNAPSHOT + 2.6.2-SNAPSHOT pom import From 1973f18282088d0160b25886780e840fde5d2af7 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 10 May 2018 17:18:42 +0800 Subject: [PATCH 03/28] Change parent pom back to oss in this version --- bom/pom.xml | 7 +++---- dependencies-bom/pom.xml | 7 +++---- pom.xml | 6 +++--- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index d5abdd7db74..abfb505d793 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -12,10 +12,9 @@ - org.apache - apache - 18 - + org.sonatype.oss + oss-parent + 7 com.alibaba diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index c60ea16abe2..bf29b0a6d85 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -5,10 +5,9 @@ 4.0.0 - org.apache - apache - 18 - + org.sonatype.oss + oss-parent + 7 com.alibaba diff --git a/pom.xml b/pom.xml index b17e705a5f3..e52cc5ba55a 100644 --- a/pom.xml +++ b/pom.xml @@ -20,9 +20,9 @@ 4.0.0 - org.apache - apache - 18 + org.sonatype.oss + oss-parent + 7 com.alibaba From 625c4458547ba0058a38afd7b5c53fc3d456eb8c Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 10 May 2018 17:20:06 +0800 Subject: [PATCH 04/28] Add binary release module 'distribution' --- distribution/pom.xml | 368 ++++++++++++++++++++++ distribution/src/assembly/release-bin.xml | 63 ++++ pom.xml | 1 + 3 files changed, 432 insertions(+) create mode 100644 distribution/pom.xml create mode 100644 distribution/src/assembly/release-bin.xml diff --git a/distribution/pom.xml b/distribution/pom.xml new file mode 100644 index 00000000000..18f26f33fe2 --- /dev/null +++ b/distribution/pom.xml @@ -0,0 +1,368 @@ + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + ../pom.xml + + dubbo-distribution + 2.6.2-SNAPSHOT + pom + dubbo-distribution + The binary distribution module for dubbo temporarily + + true + + + + + com.alibaba + dubbo-cluster + ${project.version} + compile + true + + + com.alibaba + dubbo-common + ${project.version} + compile + true + + + com.alibaba + dubbo-config-api + ${project.version} + compile + true + + + com.alibaba + dubbo-config-spring + ${project.version} + compile + true + + + com.alibaba + dubbo-filter-cache + ${project.version} + compile + true + + + com.alibaba + dubbo-filter-validation + ${project.version} + compile + true + + + com.alibaba + dubbo-remoting-api + ${project.version} + compile + true + + + com.alibaba + dubbo-remoting-netty + ${project.version} + compile + true + + + com.alibaba + dubbo-remoting-netty4 + ${project.version} + compile + true + + + com.alibaba + dubbo-remoting-mina + ${project.version} + compile + true + + + com.alibaba + dubbo-remoting-grizzly + ${project.version} + compile + true + + + com.alibaba + dubbo-remoting-p2p + ${project.version} + compile + true + + + com.alibaba + dubbo-remoting-http + ${project.version} + compile + true + + + com.alibaba + dubbo-rpc-api + ${project.version} + compile + true + + + com.alibaba + dubbo-rpc-dubbo + ${project.version} + compile + true + + + com.alibaba + dubbo-rpc-injvm + ${project.version} + compile + true + + + com.alibaba + dubbo-rpc-rmi + ${project.version} + compile + true + + + com.alibaba + dubbo-rpc-hessian + ${project.version} + compile + true + + + com.alibaba + dubbo-rpc-http + ${project.version} + compile + true + + + com.alibaba + dubbo-rpc-webservice + ${project.version} + compile + true + + + com.alibaba + dubbo-rpc-thrift + ${project.version} + compile + true + + + com.alibaba + dubbo-rpc-memcached + ${project.version} + compile + true + + + com.alibaba + dubbo-rpc-redis + ${project.version} + compile + true + + + com.alibaba + dubbo-rpc-rest + ${project.version} + compile + true + + + com.alibaba + dubbo-registry-api + ${project.version} + compile + true + + + com.alibaba + dubbo-registry-default + ${project.version} + compile + true + + + com.alibaba + dubbo-registry-multicast + ${project.version} + compile + true + + + com.alibaba + dubbo-registry-zookeeper + ${project.version} + compile + true + + + com.alibaba + dubbo-registry-redis + ${project.version} + compile + true + + + com.alibaba + dubbo-monitor-api + ${project.version} + compile + true + + + com.alibaba + dubbo-monitor-default + ${project.version} + compile + true + + + com.alibaba + dubbo-container-spring + ${project.version} + compile + true + + + com.alibaba + dubbo-container-log4j + ${project.version} + compile + true + + + com.alibaba + dubbo-container-logback + ${project.version} + compile + true + + + com.alibaba + dubbo-qos + ${project.version} + compile + true + + + com.alibaba + dubbo-serialization-api + ${project.version} + compile + true + + + com.alibaba + dubbo-serialization-fastjson + ${project.version} + compile + true + + + com.alibaba + dubbo-serialization-fst + ${project.version} + compile + true + + + com.alibaba + dubbo-serialization-hessian2 + ${project.version} + compile + true + + + com.alibaba + dubbo-serialization-jdk + ${project.version} + compile + true + + + com.alibaba + dubbo-serialization-kryo + ${project.version} + compile + true + + + com.alibaba + hessian-lite + 3.2.2 + compile + true + + + + + dubbo-incubating + + + maven-assembly-plugin + 3.1.0 + + + release-bin + package + + single + + + + src/assembly/release-bin.xml + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + verify + + sign + + + + + + + \ No newline at end of file diff --git a/distribution/src/assembly/release-bin.xml b/distribution/src/assembly/release-bin.xml new file mode 100644 index 00000000000..059079dbd8a --- /dev/null +++ b/distribution/src/assembly/release-bin.xml @@ -0,0 +1,63 @@ + + + release-bin + + zip + + true + ${project.build.finalName}-${project.version}-bin-release + + + ../ + + DISCLAIMER + NOTICE + LICENSE + + + + + + true + false + /libs + runtime + + com.alibaba:* + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index e52cc5ba55a..742643eaea6 100644 --- a/pom.xml +++ b/pom.xml @@ -135,6 +135,7 @@ dependencies-bom bom all + distribution From f5de637fcc1b1cd2da222d8d4ce970cd2fa50dfe Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 10 May 2018 17:21:43 +0800 Subject: [PATCH 05/28] Bump version to 2.6.2 for release --- all/pom.xml | 4 ++-- bom/pom.xml | 4 ++-- dependencies-bom/pom.xml | 2 +- distribution/pom.xml | 4 ++-- dubbo-cluster/pom.xml | 2 +- dubbo-common/pom.xml | 2 +- dubbo-config/dubbo-config-api/pom.xml | 2 +- dubbo-config/dubbo-config-spring/pom.xml | 2 +- dubbo-config/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- dubbo-filter/dubbo-filter-cache/pom.xml | 2 +- dubbo-filter/dubbo-filter-validation/pom.xml | 2 +- dubbo-filter/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-api/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-default/pom.xml | 2 +- dubbo-monitor/pom.xml | 2 +- dubbo-plugin/dubbo-qos/pom.xml | 2 +- dubbo-plugin/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- 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 | 2 +- dubbo-serialization/dubbo-serialization-api/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-fastjson/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-fst/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-hessian2/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-jdk/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-kryo/pom.xml | 2 +- dubbo-serialization/pom.xml | 2 +- dubbo-test/dubbo-test-benchmark/pom.xml | 2 +- .../dubbo-test-compatibility/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 | 2 +- hessian-lite/pom.xml | 2 +- pom.xml | 4 ++-- 68 files changed, 72 insertions(+), 72 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 10d626445b2..0c8b56df926 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,11 +20,11 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 ../pom.xml dubbo - 2.6.2-SNAPSHOT + 2.6.2 jar dubbo-all The all in one project of dubbo diff --git a/bom/pom.xml b/bom/pom.xml index abfb505d793..1d62fca7fdd 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -8,7 +8,7 @@ - + @@ -19,7 +19,7 @@ com.alibaba dubbo-bom - 2.6.2-SNAPSHOT + 2.6.2 pom dubbo-bom diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index bf29b0a6d85..9262c1ba244 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -12,7 +12,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.2-SNAPSHOT + 2.6.2 pom dubbo-dependencies-bom diff --git a/distribution/pom.xml b/distribution/pom.xml index 18f26f33fe2..d09c7c1e7ed 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -20,11 +20,11 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 ../pom.xml dubbo-distribution - 2.6.2-SNAPSHOT + 2.6.2 pom dubbo-distribution The binary distribution module for dubbo temporarily diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 3f797038689..4a9b7d08a8d 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index 63b15fbe78f..13649bb776e 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-common jar diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index 0e7107376f5..aa811bc6759 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-config - 2.6.2-SNAPSHOT + 2.6.2 dubbo-config-api jar diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index c7a666080b3..1731a3e0596 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-config - 2.6.2-SNAPSHOT + 2.6.2 dubbo-config-spring jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index 09a231930cd..a708429af37 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-config pom diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index e399c342930..cfcfa9b385c 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container-api jar diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index 604c573321a..71bd764ce54 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container-log4j jar diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index f03b0a3b0fe..1dcbadc28d5 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container-logback jar diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index 8221adf59af..7e04a5acc56 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container-spring jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index 4e00fba5cc5..697043cca9a 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container pom diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index 9316cbaec30..6693f89605f 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-demo - 2.6.2-SNAPSHOT + 2.6.2 dubbo-demo-api jar diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index ca813391968..5c2a7f936b0 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-demo - 2.6.2-SNAPSHOT + 2.6.2 dubbo-demo-consumer jar diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index 0409cf91607..3fc4b3245e6 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-demo - 2.6.2-SNAPSHOT + 2.6.2 dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index 5895cd5fbc6..c397651b0a4 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-demo pom diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index f7d2bce15ac..e2e6a8dfd8a 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-filter - 2.6.2-SNAPSHOT + 2.6.2 dubbo-filter-cache jar diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index d553750537d..bbb094a46c8 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-filter - 2.6.2-SNAPSHOT + 2.6.2 dubbo-filter-validation jar diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index 969938c90d8..f74fcfc3ed1 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-filter pom diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index ad15b76c75d..1db4f71392a 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-monitor - 2.6.2-SNAPSHOT + 2.6.2 dubbo-monitor-api jar diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index a6d52c65826..bbebe5d6d98 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-monitor - 2.6.2-SNAPSHOT + 2.6.2 dubbo-monitor-default jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 76691d9448e..728e562cb71 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-monitor pom diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index b84034fdf5e..ad362974d3b 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-plugin - 2.6.2-SNAPSHOT + 2.6.2 4.0.0 diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index ca0e8d94a22..80a802d6432 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -19,7 +19,7 @@ dubbo-parent com.alibaba - 2.6.2-SNAPSHOT + 2.6.2 4.0.0 diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index 2eed9ade209..94c8f87b1a2 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-api jar diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index 22149676cf3..ec7ec593d80 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-default jar diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index 3c403f6a2d0..ed42ff45667 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-multicast jar diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 11eeb1b6b7d..0604baedd5b 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-redis jar diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index 4b4bbf754df..e20b0e92d0a 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index 11efc5899ca..36aa79aab3e 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry pom diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index 83113d71944..fb20836a4e5 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-api jar diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index 3c78111f154..263699c07e1 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-grizzly jar diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index e13d348b767..6958f8c85f7 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-http jar diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index 2de2654d8ed..87e70c4db24 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-mina jar diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index 1d88e517583..8b564b6eee1 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-netty jar diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index ef74d0ceb48..88b4c7ec0ae 100644 --- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml @@ -19,7 +19,7 @@ dubbo-remoting com.alibaba - 2.6.2-SNAPSHOT + 2.6.2 4.0.0 diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index 89af9bdb6ba..f5d456676ee 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-p2p jar diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index 70cfd216b49..a165b3675c1 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-zookeeper jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index 7333e1b7d0b..7f1666f40f1 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting pom diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index c04c63498f9..6dd6624d39e 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-api jar diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml index b9197f9d80b..759ba293415 100644 --- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml +++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-dubbo jar diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index 00ca28cf2a3..c24d83917e9 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-hessian jar diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index 427b70ba6a3..81f5ac07c42 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-http jar diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index e8f64e36bba..3e18e0117fd 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-injvm jar diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index d5fcc7046b3..d364a36d7d4 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-memcached jar diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index 19bad83e968..1f2f934faee 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-redis jar diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index 026e2c293a9..ec6c818b2f4 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-rest jar diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index f255bf0b12a..47a82e267d1 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-rmi jar diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index 06b544fe592..9c9c7518910 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-thrift jar diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index a2b656de695..a0a265ae238 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-webservice jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 55fd13027ea..52f92462c3f 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc pom diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml index eca9eec62db..6a2cb458b10 100644 --- a/dubbo-serialization/dubbo-serialization-api/pom.xml +++ b/dubbo-serialization/dubbo-serialization-api/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-api jar diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml index cd2dd715a5d..19bd7658da4 100644 --- a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-fastjson jar diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml index 09fb25df46e..8202024dc37 100644 --- a/dubbo-serialization/dubbo-serialization-fst/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-fst jar diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml index 13afbff7abe..3747942ca50 100644 --- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml +++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-hessian2 jar diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml index dc7c1c0ad02..f228e740e7a 100644 --- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml +++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-jdk jar diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml index 6622a0af11a..6df93e94cdc 100644 --- a/dubbo-serialization/dubbo-serialization-kryo/pom.xml +++ b/dubbo-serialization/dubbo-serialization-kryo/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-kryo jar diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index 9f6a280edfa..d607b3bb8ab 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization pom diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index 1721940c344..ea621c92ba4 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-test - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test-benchmark jar diff --git a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml index 75460b86dc5..0a5d3d0bc41 100644 --- a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml @@ -21,7 +21,7 @@ dubbo-test-compatibility com.alibaba - 2.6.2-SNAPSHOT + 2.6.2 4.0.0 diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index a0f853863d8..456dcae16ac 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -22,7 +22,7 @@ com.alibaba dubbo-test - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test-compatibility pom diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index d3321d30e3c..d84f217eae6 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-test - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test-examples jar diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index 0e6fb90c2b2..c067aff5d9e 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-test - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test-integration jar diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index 7bab0f58ddb..f1aadb51123 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test pom diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index 8e1de3815c4..89e0f212572 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 hessian-lite jar diff --git a/pom.xml b/pom.xml index 742643eaea6..743f69574a6 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 pom ${project.artifactId} @@ -143,7 +143,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.2-SNAPSHOT + 2.6.2 pom import From bb8e93ebceaaabe21806683277ca7824b81b9246 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 10 May 2018 19:06:54 +0800 Subject: [PATCH 06/28] Polish distribution pom --- distribution/pom.xml | 2 -- pom.xml | 1 - 2 files changed, 3 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index d09c7c1e7ed..555d1190a92 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -21,10 +21,8 @@ com.alibaba dubbo-parent 2.6.2 - ../pom.xml dubbo-distribution - 2.6.2 pom dubbo-distribution The binary distribution module for dubbo temporarily diff --git a/pom.xml b/pom.xml index 743f69574a6..17f85864c90 100644 --- a/pom.xml +++ b/pom.xml @@ -135,7 +135,6 @@ dependencies-bom bom all - distribution From 7c90490f3855d95e507ee9598b2caf8876208fc1 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Mon, 14 May 2018 20:20:35 +0800 Subject: [PATCH 07/28] Support package NOTICE & LICENSE into sub-module jar. --- distribution/pom.xml | 89 ++----------------- distribution/src/assembly/release-bin.xml | 21 +---- .../internal/com.alibaba.dubbo.rpc.Protocol | 2 +- pom.xml | 52 ++++++++++- 4 files changed, 58 insertions(+), 106 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 555d1190a92..a7b53bb90f9 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -35,295 +35,216 @@ com.alibaba dubbo-cluster ${project.version} - compile - true com.alibaba dubbo-common ${project.version} - compile - true com.alibaba dubbo-config-api ${project.version} - compile - true com.alibaba dubbo-config-spring ${project.version} - compile - true com.alibaba dubbo-filter-cache ${project.version} - compile - true com.alibaba dubbo-filter-validation ${project.version} - compile - true com.alibaba dubbo-remoting-api ${project.version} - compile - true com.alibaba dubbo-remoting-netty ${project.version} - compile - true com.alibaba dubbo-remoting-netty4 ${project.version} - compile - true com.alibaba dubbo-remoting-mina ${project.version} - compile - true com.alibaba dubbo-remoting-grizzly ${project.version} - compile - true com.alibaba dubbo-remoting-p2p ${project.version} - compile - true com.alibaba dubbo-remoting-http ${project.version} - compile - true com.alibaba dubbo-rpc-api ${project.version} - compile - true com.alibaba dubbo-rpc-dubbo ${project.version} - compile - true com.alibaba dubbo-rpc-injvm ${project.version} - compile - true com.alibaba dubbo-rpc-rmi ${project.version} - compile - true com.alibaba dubbo-rpc-hessian ${project.version} - compile - true com.alibaba dubbo-rpc-http ${project.version} - compile - true com.alibaba dubbo-rpc-webservice ${project.version} - compile - true com.alibaba dubbo-rpc-thrift ${project.version} - compile - true com.alibaba dubbo-rpc-memcached ${project.version} - compile - true com.alibaba dubbo-rpc-redis ${project.version} - compile - true com.alibaba dubbo-rpc-rest ${project.version} - compile - true com.alibaba dubbo-registry-api ${project.version} - compile - true com.alibaba dubbo-registry-default ${project.version} - compile - true com.alibaba dubbo-registry-multicast ${project.version} - compile - true com.alibaba dubbo-registry-zookeeper ${project.version} - compile - true com.alibaba dubbo-registry-redis ${project.version} - compile - true com.alibaba dubbo-monitor-api ${project.version} - compile - true com.alibaba dubbo-monitor-default ${project.version} - compile - true com.alibaba dubbo-container-spring ${project.version} - compile - true com.alibaba dubbo-container-log4j ${project.version} - compile - true com.alibaba dubbo-container-logback ${project.version} - compile - true com.alibaba dubbo-qos ${project.version} - compile - true com.alibaba dubbo-serialization-api ${project.version} - compile - true com.alibaba dubbo-serialization-fastjson ${project.version} - compile - true com.alibaba dubbo-serialization-fst ${project.version} - compile - true com.alibaba dubbo-serialization-hessian2 ${project.version} - compile - true com.alibaba dubbo-serialization-jdk ${project.version} - compile - true com.alibaba dubbo-serialization-kryo ${project.version} - compile - true + + + com.alibaba + dubbo + ${project.version} com.alibaba hessian-lite 3.2.2 - compile - true diff --git a/distribution/src/assembly/release-bin.xml b/distribution/src/assembly/release-bin.xml index 059079dbd8a..5e63907efcf 100644 --- a/distribution/src/assembly/release-bin.xml +++ b/distribution/src/assembly/release-bin.xml @@ -32,6 +32,7 @@ + true @@ -41,23 +42,9 @@ com.alibaba:* + + com.alibaba:fastjson + - - - - - - - - - - - - - - - - - diff --git a/dubbo-rpc/dubbo-rpc-memcached/src/main/resources/META-INF/dubbo/internal/com.alibaba.dubbo.rpc.Protocol b/dubbo-rpc/dubbo-rpc-memcached/src/main/resources/META-INF/dubbo/internal/com.alibaba.dubbo.rpc.Protocol index 6cc8119309f..e4588f21d91 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/src/main/resources/META-INF/dubbo/internal/com.alibaba.dubbo.rpc.Protocol +++ b/dubbo-rpc/dubbo-rpc-memcached/src/main/resources/META-INF/dubbo/internal/com.alibaba.dubbo.rpc.Protocol @@ -1 +1 @@ -memcached=com.alibaba.dubbo.rpc.protocol.memcached.MemcachedProtocol +memcached=com.alibaba.dubbo.rpc.protocol.memcached.MemcachedProtocol \ No newline at end of file diff --git a/pom.xml b/pom.xml index 17f85864c90..d8ef21b31a5 100644 --- a/pom.xml +++ b/pom.xml @@ -304,6 +304,31 @@ + + + + src/main/resources/ + false + + + ../ + META-INF/ + false + + NOTICE + LICENSE + + + + ../../ + META-INF/ + false + + NOTICE + LICENSE + + + maven-source-plugin @@ -494,6 +519,29 @@ + + + + + + + + + + + + + + + + + + + + + + + @@ -512,10 +560,6 @@ maven-clean-plugin 3.0.0 - - maven-resources-plugin - 3.0.1 - org.ops4j.pax.exam maven-paxexam-plugin From 944d5208b46de46a509a8c3c0242b37fdee38c8e Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Mon, 14 May 2018 20:46:53 +0800 Subject: [PATCH 08/28] Bump version to 2.6.2-SNAPSHOT --- all/pom.xml | 4 +- bom/pom.xml | 4 +- dependencies-bom/pom.xml | 2 +- distribution/pom.xml | 2 +- dubbo-cluster/pom.xml | 2 +- dubbo-common/pom.xml | 2 +- dubbo-config/dubbo-config-api/pom.xml | 2 +- dubbo-config/dubbo-config-spring/pom.xml | 2 +- dubbo-config/pom.xml | 2 +- dubbo-container/dubbo-container-api/pom.xml | 2 +- dubbo-container/dubbo-container-log4j/pom.xml | 2 +- .../dubbo-container-logback/pom.xml | 2 +- .../dubbo-container-spring/pom.xml | 2 +- dubbo-container/pom.xml | 2 +- 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 | 2 +- dubbo-filter/dubbo-filter-cache/pom.xml | 2 +- dubbo-filter/dubbo-filter-validation/pom.xml | 2 +- dubbo-filter/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-api/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-default/pom.xml | 2 +- dubbo-monitor/pom.xml | 2 +- dubbo-plugin/dubbo-qos/pom.xml | 2 +- dubbo-plugin/pom.xml | 2 +- dubbo-registry/dubbo-registry-api/pom.xml | 2 +- dubbo-registry/dubbo-registry-default/pom.xml | 2 +- .../dubbo-registry-multicast/pom.xml | 2 +- dubbo-registry/dubbo-registry-redis/pom.xml | 2 +- .../dubbo-registry-zookeeper/pom.xml | 2 +- dubbo-registry/pom.xml | 2 +- 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-zookeeper/pom.xml | 2 +- dubbo-remoting/pom.xml | 2 +- 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 | 2 +- .../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 | 2 +- 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 | 2 +- hessian-lite/pom.xml | 2 +- pom.xml | 38 +++++++------------ 68 files changed, 82 insertions(+), 94 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 0c8b56df926..10d626445b2 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,11 +20,11 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT ../pom.xml dubbo - 2.6.2 + 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 1d62fca7fdd..abfb505d793 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -8,7 +8,7 @@ - + @@ -19,7 +19,7 @@ com.alibaba dubbo-bom - 2.6.2 + 2.6.2-SNAPSHOT pom dubbo-bom diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 9262c1ba244..bf29b0a6d85 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -12,7 +12,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.2 + 2.6.2-SNAPSHOT pom dubbo-dependencies-bom diff --git a/distribution/pom.xml b/distribution/pom.xml index a7b53bb90f9..42ef107416f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-distribution pom diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 4a9b7d08a8d..3f797038689 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index 13649bb776e..63b15fbe78f 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-common jar diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index aa811bc6759..0e7107376f5 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-config - 2.6.2 + 2.6.2-SNAPSHOT dubbo-config-api jar diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index 1731a3e0596..c7a666080b3 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-config - 2.6.2 + 2.6.2-SNAPSHOT dubbo-config-spring jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index a708429af37..09a231930cd 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-config pom diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index cfcfa9b385c..e399c342930 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.2 + 2.6.2-SNAPSHOT dubbo-container-api jar diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index 71bd764ce54..604c573321a 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.2 + 2.6.2-SNAPSHOT dubbo-container-log4j jar diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index 1dcbadc28d5..f03b0a3b0fe 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.2 + 2.6.2-SNAPSHOT dubbo-container-logback jar diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index 7e04a5acc56..8221adf59af 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-container - 2.6.2 + 2.6.2-SNAPSHOT dubbo-container-spring jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index 697043cca9a..4e00fba5cc5 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-container pom diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index 6693f89605f..9316cbaec30 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-demo - 2.6.2 + 2.6.2-SNAPSHOT dubbo-demo-api jar diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index 5c2a7f936b0..ca813391968 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-demo - 2.6.2 + 2.6.2-SNAPSHOT dubbo-demo-consumer jar diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index 3fc4b3245e6..0409cf91607 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-demo - 2.6.2 + 2.6.2-SNAPSHOT dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index c397651b0a4..5895cd5fbc6 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-demo pom diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index e2e6a8dfd8a..f7d2bce15ac 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-filter - 2.6.2 + 2.6.2-SNAPSHOT dubbo-filter-cache jar diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index bbb094a46c8..d553750537d 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-filter - 2.6.2 + 2.6.2-SNAPSHOT dubbo-filter-validation jar diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index f74fcfc3ed1..969938c90d8 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-filter pom diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index 1db4f71392a..ad15b76c75d 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-monitor - 2.6.2 + 2.6.2-SNAPSHOT dubbo-monitor-api jar diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index bbebe5d6d98..a6d52c65826 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-monitor - 2.6.2 + 2.6.2-SNAPSHOT dubbo-monitor-default jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 728e562cb71..76691d9448e 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-monitor pom diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index ad362974d3b..b84034fdf5e 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-plugin - 2.6.2 + 2.6.2-SNAPSHOT 4.0.0 diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index 80a802d6432..ca0e8d94a22 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -19,7 +19,7 @@ dubbo-parent com.alibaba - 2.6.2 + 2.6.2-SNAPSHOT 4.0.0 diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index 94c8f87b1a2..2eed9ade209 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.2-SNAPSHOT dubbo-registry-api jar diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index ec7ec593d80..22149676cf3 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.2-SNAPSHOT dubbo-registry-default jar diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index ed42ff45667..3c403f6a2d0 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.2-SNAPSHOT dubbo-registry-multicast jar diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 0604baedd5b..11eeb1b6b7d 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.2-SNAPSHOT dubbo-registry-redis jar diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index e20b0e92d0a..4b4bbf754df 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.2-SNAPSHOT dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index 36aa79aab3e..11efc5899ca 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-registry pom diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index fb20836a4e5..83113d71944 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.2-SNAPSHOT dubbo-remoting-api jar diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index 263699c07e1..3c78111f154 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.2-SNAPSHOT dubbo-remoting-grizzly jar diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index 6958f8c85f7..e13d348b767 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.2-SNAPSHOT dubbo-remoting-http jar diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index 87e70c4db24..2de2654d8ed 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.2-SNAPSHOT dubbo-remoting-mina jar diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index 8b564b6eee1..1d88e517583 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.2-SNAPSHOT dubbo-remoting-netty jar diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index 88b4c7ec0ae..ef74d0ceb48 100644 --- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml @@ -19,7 +19,7 @@ dubbo-remoting com.alibaba - 2.6.2 + 2.6.2-SNAPSHOT 4.0.0 diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index f5d456676ee..89af9bdb6ba 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.2-SNAPSHOT dubbo-remoting-p2p jar diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index a165b3675c1..70cfd216b49 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.2-SNAPSHOT dubbo-remoting-zookeeper jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index 7f1666f40f1..7333e1b7d0b 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-remoting pom diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index 6dd6624d39e..c04c63498f9 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.2-SNAPSHOT dubbo-rpc-api jar diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml index 759ba293415..b9197f9d80b 100644 --- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml +++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.2-SNAPSHOT dubbo-rpc-dubbo jar diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index c24d83917e9..00ca28cf2a3 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.2-SNAPSHOT dubbo-rpc-hessian jar diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index 81f5ac07c42..427b70ba6a3 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.2-SNAPSHOT dubbo-rpc-http jar diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index 3e18e0117fd..e8f64e36bba 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.2-SNAPSHOT dubbo-rpc-injvm jar diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index d364a36d7d4..d5fcc7046b3 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.2-SNAPSHOT dubbo-rpc-memcached jar diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index 1f2f934faee..19bad83e968 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.2-SNAPSHOT dubbo-rpc-redis jar diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index ec6c818b2f4..026e2c293a9 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.2-SNAPSHOT dubbo-rpc-rest jar diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index 47a82e267d1..f255bf0b12a 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.2-SNAPSHOT dubbo-rpc-rmi jar diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index 9c9c7518910..06b544fe592 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.2-SNAPSHOT dubbo-rpc-thrift jar diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index a0a265ae238..a2b656de695 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.2-SNAPSHOT dubbo-rpc-webservice jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 52f92462c3f..55fd13027ea 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-rpc pom diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml index 6a2cb458b10..eca9eec62db 100644 --- a/dubbo-serialization/dubbo-serialization-api/pom.xml +++ b/dubbo-serialization/dubbo-serialization-api/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.2-SNAPSHOT dubbo-serialization-api jar diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml index 19bd7658da4..cd2dd715a5d 100644 --- a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.2-SNAPSHOT dubbo-serialization-fastjson jar diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml index 8202024dc37..09fb25df46e 100644 --- a/dubbo-serialization/dubbo-serialization-fst/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-serialization - 2.6.2 + 2.6.2-SNAPSHOT dubbo-serialization-fst jar diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml index 3747942ca50..13afbff7abe 100644 --- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml +++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.2-SNAPSHOT dubbo-serialization-hessian2 jar diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml index f228e740e7a..dc7c1c0ad02 100644 --- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml +++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.2-SNAPSHOT dubbo-serialization-jdk jar diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml index 6df93e94cdc..6622a0af11a 100644 --- a/dubbo-serialization/dubbo-serialization-kryo/pom.xml +++ b/dubbo-serialization/dubbo-serialization-kryo/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.2-SNAPSHOT dubbo-serialization-kryo jar diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index d607b3bb8ab..9f6a280edfa 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-serialization pom diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index ea621c92ba4..1721940c344 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-test - 2.6.2 + 2.6.2-SNAPSHOT dubbo-test-benchmark jar diff --git a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml index 0a5d3d0bc41..75460b86dc5 100644 --- a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml @@ -21,7 +21,7 @@ dubbo-test-compatibility com.alibaba - 2.6.2 + 2.6.2-SNAPSHOT 4.0.0 diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index 456dcae16ac..a0f853863d8 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -22,7 +22,7 @@ com.alibaba dubbo-test - 2.6.2 + 2.6.2-SNAPSHOT dubbo-test-compatibility pom diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index d84f217eae6..d3321d30e3c 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-test - 2.6.2 + 2.6.2-SNAPSHOT dubbo-test-examples jar diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index c067aff5d9e..0e6fb90c2b2 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-test - 2.6.2 + 2.6.2-SNAPSHOT dubbo-test-integration jar diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index f1aadb51123..7bab0f58ddb 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT dubbo-test pom diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index 89e0f212572..8e1de3815c4 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT hessian-lite jar diff --git a/pom.xml b/pom.xml index d8ef21b31a5..09d6a09cc2b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.2-SNAPSHOT pom ${project.artifactId} @@ -142,7 +142,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.2 + 2.6.2-SNAPSHOT pom import @@ -519,29 +519,17 @@ - - - - - - - - - - - - - - - - - - - - - - - + + org.apache.maven.plugins + maven-release-plugin + 2.5.3 + + true + false + release + deploy + + From a9c975c809e7b1b85335861de2bac2cb49e8a68d Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Mon, 14 May 2018 20:58:39 +0800 Subject: [PATCH 09/28] Bump version to 2.6.2-SNAPSHOT --- all/pom.xml | 98 ++--- bom/pom.xml | 11 +- dependencies-bom/pom.xml | 7 +- distribution/pom.xml | 2 +- dubbo-cluster/pom.xml | 75 ++-- dubbo-common/pom.xml | 143 ++++--- dubbo-config/dubbo-config-api/pom.xml | 251 ++++++------ dubbo-config/dubbo-config-spring/pom.xml | 285 +++++++------ dubbo-config/pom.xml | 71 ++-- dubbo-container/dubbo-container-api/pom.xml | 107 +++-- dubbo-container/dubbo-container-log4j/pom.xml | 75 ++-- .../dubbo-container-logback/pom.xml | 85 ++-- .../dubbo-container-spring/pom.xml | 83 ++-- dubbo-container/pom.xml | 75 ++-- dubbo-demo/dubbo-demo-api/pom.xml | 61 ++- dubbo-demo/dubbo-demo-consumer/pom.xml | 123 +++--- dubbo-demo/dubbo-demo-provider/pom.xml | 125 +++--- dubbo-demo/pom.xml | 99 +++-- dubbo-filter/dubbo-filter-cache/pom.xml | 83 ++-- dubbo-filter/dubbo-filter-validation/pom.xml | 83 ++-- dubbo-filter/pom.xml | 71 ++-- dubbo-monitor/dubbo-monitor-api/pom.xml | 73 ++-- dubbo-monitor/dubbo-monitor-default/pom.xml | 111 +++-- dubbo-monitor/pom.xml | 71 ++-- dubbo-plugin/dubbo-qos/pom.xml | 3 +- dubbo-plugin/pom.xml | 3 +- dubbo-registry/dubbo-registry-api/pom.xml | 97 +++-- dubbo-registry/dubbo-registry-default/pom.xml | 125 +++--- .../dubbo-registry-multicast/pom.xml | 75 ++-- dubbo-registry/dubbo-registry-redis/pom.xml | 93 +++-- .../dubbo-registry-zookeeper/pom.xml | 95 +++-- dubbo-registry/pom.xml | 77 ++-- dubbo-remoting/dubbo-remoting-api/pom.xml | 97 +++-- dubbo-remoting/dubbo-remoting-grizzly/pom.xml | 83 ++-- dubbo-remoting/dubbo-remoting-http/pom.xml | 123 +++--- dubbo-remoting/dubbo-remoting-mina/pom.xml | 103 +++-- dubbo-remoting/dubbo-remoting-netty/pom.xml | 93 +++-- dubbo-remoting/dubbo-remoting-netty4/pom.xml | 3 +- dubbo-remoting/dubbo-remoting-p2p/pom.xml | 75 ++-- .../dubbo-remoting-zookeeper/pom.xml | 107 +++-- dubbo-remoting/pom.xml | 3 +- dubbo-rpc/dubbo-rpc-api/pom.xml | 85 ++-- dubbo-rpc/dubbo-rpc-dubbo/pom.xml | 3 +- dubbo-rpc/dubbo-rpc-hessian/pom.xml | 101 +++-- dubbo-rpc/dubbo-rpc-http/pom.xml | 101 +++-- dubbo-rpc/dubbo-rpc-injvm/pom.xml | 75 ++-- dubbo-rpc/dubbo-rpc-memcached/pom.xml | 83 ++-- dubbo-rpc/dubbo-rpc-redis/pom.xml | 83 ++-- dubbo-rpc/dubbo-rpc-rest/pom.xml | 3 +- dubbo-rpc/dubbo-rpc-rmi/pom.xml | 83 ++-- dubbo-rpc/dubbo-rpc-thrift/pom.xml | 145 ++++--- dubbo-rpc/dubbo-rpc-webservice/pom.xml | 109 +++-- dubbo-rpc/pom.xml | 89 ++-- .../dubbo-serialization-api/pom.xml | 5 +- .../dubbo-serialization-fastjson/pom.xml | 3 +- .../dubbo-serialization-fst/pom.xml | 3 +- .../dubbo-serialization-hessian2/pom.xml | 5 +- .../dubbo-serialization-jdk/pom.xml | 5 +- .../dubbo-serialization-kryo/pom.xml | 3 +- dubbo-serialization/pom.xml | 3 +- dubbo-test/dubbo-test-benchmark/pom.xml | 3 +- .../dubbo-test-spring3/pom.xml | 4 +- dubbo-test/dubbo-test-compatibility/pom.xml | 109 +++-- dubbo-test/dubbo-test-examples/pom.xml | 93 +++-- dubbo-test/dubbo-test-integration/pom.xml | 91 ++-- dubbo-test/pom.xml | 387 +++++++++--------- hessian-lite/pom.xml | 6 +- pom.xml | 6 +- 68 files changed, 2555 insertions(+), 2654 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 10d626445b2..52cc14e7980 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba @@ -322,7 +321,7 @@ com.alibaba hessian-lite - 3.2.2 + 2.6.2-SNAPSHOT compile true @@ -435,148 +434,117 @@ - + META-INF/dubbo/internal/com.alibaba.dubbo.common.compiler.Compiler - + META-INF/dubbo/internal/com.alibaba.dubbo.common.extension.ExtensionFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.common.serialize.Serialization - + META-INF/dubbo/internal/com.alibaba.dubbo.common.status.StatusChecker - + META-INF/dubbo/internal/com.alibaba.dubbo.common.threadpool.ThreadPool - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.Dispatcher - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.Codec2 - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.Transporter - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.exchange.Exchanger - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.http.HttpBinder - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.p2p.Networker - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.telnet.TelnetHandler - + META-INF/dubbo/internal/com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.Protocol - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.Filter - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.InvokerListener - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.ExporterListener - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.ProxyFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.cluster.Cluster - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.cluster.LoadBalance - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.cluster.Merger - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.cluster.RouterFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.container.Container - + META-INF/dubbo/internal/com.alibaba.dubbo.monitor.MonitorFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.registry.RegistryFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.validation.Validation - + META-INF/dubbo/internal/com.alibaba.dubbo.cache.CacheFactory - + META-INF/dubbo/internal/com.alibaba.dubbo.common.store.DataStore - + META-INF/dubbo/internal/com.alibaba.dubbo.common.logger.LoggerAdapter - + META-INF/dubbo/internal/com.alibaba.dubbo.qos.command.BaseCommand diff --git a/bom/pom.xml b/bom/pom.xml index abfb505d793..11a83553261 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -1,14 +1,12 @@ - + 4.0.0 - + @@ -47,7 +45,8 @@ https://github.com/alibaba/dubbo/tree/master scm:git:git://github.com/alibaba/dubbo.git scm:git:git@github.com:alibaba/dubbo.git - + dubbo-2.6.2-SNAPSHOT + Dubbo User Mailling List @@ -285,7 +284,7 @@ com.alibaba hessian-lite - 3.2.2 + 2.6.2-SNAPSHOT diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index bf29b0a6d85..08b2faee899 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -1,7 +1,5 @@ - + 4.0.0 @@ -40,7 +38,8 @@ https://github.com/alibaba/dubbo/tree/master scm:git:git://github.com/alibaba/dubbo.git scm:git:git@github.com:alibaba/dubbo.git - + dubbo-2.6.2-SNAPSHOT + Dubbo User Mailling List diff --git a/distribution/pom.xml b/distribution/pom.xml index 42ef107416f..6f0e407e8ae 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2-SNAPSHOT-SNAPSHOT dubbo-distribution pom diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 3f797038689..18b484c8555 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -1,39 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-cluster - jar - ${project.artifactId} - The cluster module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-cluster + jar + ${project.artifactId} + The cluster module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index 63b15fbe78f..0105932f8b3 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -1,73 +1,72 @@ - - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-common - jar - ${project.artifactId} - The common module of dubbo project - - false - - - - org.slf4j - slf4j-api - provided - - - commons-logging - commons-logging - - - log4j - log4j - - - org.javassist - javassist - - - com.alibaba - hessian-lite - 3.2.2 - - - com.alibaba - fastjson - - - com.esotericsoftware - kryo - - - de.javakaffee - kryo-serializers - - - de.ruedigermoeller - fst - - + + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-common + jar + ${project.artifactId} + The common module of dubbo project + + false + + + + org.slf4j + slf4j-api + provided + + + commons-logging + commons-logging + + + log4j + log4j + + + org.javassist + javassist + + + com.alibaba + hessian-lite + 2.6.2-SNAPSHOT + + + com.alibaba + fastjson + + + com.esotericsoftware + kryo + + + de.javakaffee + kryo-serializers + + + de.ruedigermoeller + fst + + \ No newline at end of file diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index 0e7107376f5..a753a9ca6cd 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -1,127 +1,126 @@ - - - 4.0.0 - - com.alibaba - dubbo-config - 2.6.2-SNAPSHOT - - dubbo-config-api - jar - ${project.artifactId} - The config api module of dubbo project - - false - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - - com.alibaba - dubbo-monitor-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - com.alibaba - dubbo-rpc-injvm - ${project.parent.version} - - - com.alibaba - dubbo-filter-validation - ${project.parent.version} - - - com.alibaba - dubbo-filter-cache - ${project.parent.version} - - - com.alibaba - dubbo-registry-default - ${project.parent.version} - test - - - com.alibaba - dubbo-monitor-default - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-dubbo - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-rmi - ${project.parent.version} - test - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - test - - - javax.validation - validation-api - test - - - org.hibernate - hibernate-validator - test - - - org.glassfish - javax.el - test - - - com.alibaba - dubbo-registry-multicast - ${project.parent.version} - test - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - - com.alibaba - dubbo-serialization-jdk - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-config + 2.6.2-SNAPSHOT + + dubbo-config-api + jar + ${project.artifactId} + The config api module of dubbo project + + false + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + + com.alibaba + dubbo-monitor-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + com.alibaba + dubbo-rpc-injvm + ${project.parent.version} + + + com.alibaba + dubbo-filter-validation + ${project.parent.version} + + + com.alibaba + dubbo-filter-cache + ${project.parent.version} + + + com.alibaba + dubbo-registry-default + ${project.parent.version} + test + + + com.alibaba + dubbo-monitor-default + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-dubbo + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-rmi + ${project.parent.version} + test + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + test + + + javax.validation + validation-api + test + + + org.hibernate + hibernate-validator + test + + + org.glassfish + javax.el + test + + + com.alibaba + dubbo-registry-multicast + ${project.parent.version} + test + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + + com.alibaba + dubbo-serialization-jdk + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index c7a666080b3..419071bb3fd 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -1,144 +1,143 @@ - - - 4.0.0 - - com.alibaba - dubbo-config - 2.6.2-SNAPSHOT - - dubbo-config-spring - jar - ${project.artifactId} - The spring config module of dubbo project - - false - - - - com.alibaba - dubbo-config-api - ${project.parent.version} - - - org.springframework - spring-beans - - - org.springframework - spring-context - - - com.alibaba - dubbo-registry-default - ${project.parent.version} - test - - - com.alibaba - dubbo-monitor-default - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-dubbo - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-rmi - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-injvm - ${project.parent.version} - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - test - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - - javax.validation - validation-api - test - - - org.hibernate - hibernate-validator - test - - - org.glassfish - javax.el - test - - - - org.springframework - spring-tx - test - - - - org.springframework - spring-test - test - - - - - - - - - + + + 4.0.0 + + com.alibaba + dubbo-config + 2.6.2-SNAPSHOT + + dubbo-config-spring + jar + ${project.artifactId} + The spring config module of dubbo project + + false + + + + com.alibaba + dubbo-config-api + ${project.parent.version} + + + org.springframework + spring-beans + + + org.springframework + spring-context + + + com.alibaba + dubbo-registry-default + ${project.parent.version} + test + + + com.alibaba + dubbo-monitor-default + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-dubbo + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-rmi + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-injvm + ${project.parent.version} + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + test + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + + javax.validation + validation-api + test + + + org.hibernate + hibernate-validator + test + + + org.glassfish + javax.el + test + + + + org.springframework + spring-tx + test + + + + org.springframework + spring-test + test + + + + + + + + + \ No newline at end of file diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index 09a231930cd..cdbe055830c 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -1,36 +1,35 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-config - pom - ${project.artifactId} - The config module of dubbo project - - false - - - dubbo-config-api - dubbo-config-spring - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-config + pom + ${project.artifactId} + The config module of dubbo project + + false + + + dubbo-config-api + dubbo-config-spring + + diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index e399c342930..21fd4887833 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -1,55 +1,54 @@ - - - 4.0.0 - - com.alibaba - dubbo-container - 2.6.2-SNAPSHOT - - dubbo-container-api - jar - ${project.artifactId} - The container module of dubbo project - - false - - - - com.alibaba - dubbo-common - ${project.parent.version} - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - true - - com.alibaba.dubbo.container.Main - - - - - - + + + 4.0.0 + + com.alibaba + dubbo-container + 2.6.2-SNAPSHOT + + dubbo-container-api + jar + ${project.artifactId} + The container module of dubbo project + + false + + + + com.alibaba + dubbo-common + ${project.parent.version} + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + true + + com.alibaba.dubbo.container.Main + + + + + + \ No newline at end of file diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index 604c573321a..af8c3317278 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -1,39 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-container - 2.6.2-SNAPSHOT - - dubbo-container-log4j - jar - ${project.artifactId} - The log4j container module of dubbo project - - false - - - - com.alibaba - dubbo-container-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-container + 2.6.2-SNAPSHOT + + dubbo-container-log4j + jar + ${project.artifactId} + The log4j container module of dubbo project + + false + + + + com.alibaba + dubbo-container-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index f03b0a3b0fe..a68bc18eaff 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-container - 2.6.2-SNAPSHOT - - dubbo-container-logback - jar - ${project.artifactId} - The logback container module of dubbo project - - false - - - - com.alibaba - dubbo-container-api - ${project.parent.version} - - - ch.qos.logback - logback-classic - - - + + + 4.0.0 + + com.alibaba + dubbo-container + 2.6.2-SNAPSHOT + + dubbo-container-logback + jar + ${project.artifactId} + The logback container module of dubbo project + + false + + + + com.alibaba + dubbo-container-api + ${project.parent.version} + + + ch.qos.logback + logback-classic + + + diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index 8221adf59af..f38fd18f0bb 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-container - 2.6.2-SNAPSHOT - - dubbo-container-spring - jar - ${project.artifactId} - The spring container module of dubbo project - - false - - - - com.alibaba - dubbo-container-api - ${project.parent.version} - - - org.springframework - spring-context - - + + + 4.0.0 + + com.alibaba + dubbo-container + 2.6.2-SNAPSHOT + + dubbo-container-spring + jar + ${project.artifactId} + The spring container module of dubbo project + + false + + + + com.alibaba + dubbo-container-api + ${project.parent.version} + + + org.springframework + spring-context + + \ No newline at end of file diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index 4e00fba5cc5..0b81298b0ce 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -1,38 +1,37 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-container - pom - ${project.artifactId} - The container module of dubbo project - - false - - - dubbo-container-api - dubbo-container-spring - dubbo-container-log4j - dubbo-container-logback - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-container + pom + ${project.artifactId} + The container module of dubbo project + + false + + + dubbo-container-api + dubbo-container-spring + dubbo-container-log4j + dubbo-container-logback + + diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index 9316cbaec30..6464523b181 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -1,32 +1,31 @@ - - - 4.0.0 - - com.alibaba - dubbo-demo - 2.6.2-SNAPSHOT - - dubbo-demo-api - jar - ${project.artifactId} - The demo module of dubbo project - - true - + + + 4.0.0 + + com.alibaba + dubbo-demo + 2.6.2-SNAPSHOT + + dubbo-demo-api + jar + ${project.artifactId} + The demo module of dubbo project + + true + \ No newline at end of file diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index ca813391968..37d70fa253a 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -1,63 +1,62 @@ - - - 4.0.0 - - com.alibaba - dubbo-demo - 2.6.2-SNAPSHOT - - dubbo-demo-consumer - jar - ${project.artifactId} - The demo consumer module of dubbo project - - true - - - - com.alibaba - dubbo-demo-api - ${project.parent.version} - - - com.alibaba - dubbo-config-spring - - - com.alibaba - dubbo-registry-zookeeper - - - com.alibaba - dubbo-registry-multicast - - - com.alibaba - dubbo-rpc-dubbo - - - com.alibaba - dubbo-remoting-netty - - - com.alibaba - dubbo-serialization-hessian2 - - + + + 4.0.0 + + com.alibaba + dubbo-demo + 2.6.2-SNAPSHOT + + dubbo-demo-consumer + jar + ${project.artifactId} + The demo consumer module of dubbo project + + true + + + + com.alibaba + dubbo-demo-api + ${project.parent.version} + + + com.alibaba + dubbo-config-spring + + + com.alibaba + dubbo-registry-zookeeper + + + com.alibaba + dubbo-registry-multicast + + + com.alibaba + dubbo-rpc-dubbo + + + com.alibaba + dubbo-remoting-netty + + + com.alibaba + dubbo-serialization-hessian2 + + \ No newline at end of file diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index 0409cf91607..e3cd6778bf1 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -1,64 +1,63 @@ - - - 4.0.0 - - com.alibaba - dubbo-demo - 2.6.2-SNAPSHOT - - dubbo-demo-provider - jar - ${project.artifactId} - The demo provider module of dubbo project - - true - - - - - com.alibaba - dubbo-demo-api - ${project.parent.version} - - - com.alibaba - dubbo-config-spring - - - com.alibaba - dubbo-registry-zookeeper - - - com.alibaba - dubbo-registry-multicast - - - com.alibaba - dubbo-rpc-dubbo - - - com.alibaba - dubbo-remoting-netty - - - com.alibaba - dubbo-serialization-hessian2 - - + + + 4.0.0 + + com.alibaba + dubbo-demo + 2.6.2-SNAPSHOT + + dubbo-demo-provider + jar + ${project.artifactId} + The demo provider module of dubbo project + + true + + + + + com.alibaba + dubbo-demo-api + ${project.parent.version} + + + com.alibaba + dubbo-config-spring + + + com.alibaba + dubbo-registry-zookeeper + + + com.alibaba + dubbo-registry-multicast + + + com.alibaba + dubbo-rpc-dubbo + + + com.alibaba + dubbo-remoting-netty + + + com.alibaba + dubbo-serialization-hessian2 + + \ No newline at end of file diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index 5895cd5fbc6..1ff1a25cdde 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -1,50 +1,49 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-demo - pom - ${project.artifactId} - The demo module of dubbo project - - true - - - dubbo-demo-api - dubbo-demo-provider - dubbo-demo-consumer - - - - - - com.alibaba - dubbo-bom - ${project.parent.version} - pom - import - - - - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-demo + pom + ${project.artifactId} + The demo module of dubbo project + + true + + + dubbo-demo-api + dubbo-demo-provider + dubbo-demo-consumer + + + + + + com.alibaba + dubbo-bom + ${project.parent.version} + pom + import + + + + + diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index f7d2bce15ac..13d8c29b885 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-filter - 2.6.2-SNAPSHOT - - dubbo-filter-cache - jar - ${project.artifactId} - The cache module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - javax.cache - cache-api - - + + + 4.0.0 + + com.alibaba + dubbo-filter + 2.6.2-SNAPSHOT + + dubbo-filter-cache + jar + ${project.artifactId} + The cache module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + javax.cache + cache-api + + \ No newline at end of file diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index d553750537d..d6de86f9dfb 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-filter - 2.6.2-SNAPSHOT - - dubbo-filter-validation - jar - ${project.artifactId} - The validation module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - javax.validation - validation-api - - + + + 4.0.0 + + com.alibaba + dubbo-filter + 2.6.2-SNAPSHOT + + dubbo-filter-validation + jar + ${project.artifactId} + The validation module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + javax.validation + validation-api + + \ No newline at end of file diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index 969938c90d8..49c826dcd64 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -1,36 +1,35 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-filter - pom - ${project.artifactId} - The filter module of dubbo project - - false - - - dubbo-filter-cache - dubbo-filter-validation - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-filter + pom + ${project.artifactId} + The filter module of dubbo project + + false + + + dubbo-filter-cache + dubbo-filter-validation + + diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index ad15b76c75d..d08533824d8 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -1,38 +1,37 @@ - - - 4.0.0 - - com.alibaba - dubbo-monitor - 2.6.2-SNAPSHOT - - dubbo-monitor-api - jar - ${project.artifactId} - The monitor module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-monitor + 2.6.2-SNAPSHOT + + dubbo-monitor-api + jar + ${project.artifactId} + The monitor module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index a6d52c65826..ddf2c944631 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -1,57 +1,56 @@ - - - 4.0.0 - - com.alibaba - dubbo-monitor - 2.6.2-SNAPSHOT - - dubbo-monitor-default - jar - ${project.artifactId} - The default monitor module of dubbo project - - false - - - - com.alibaba - dubbo-monitor-api - ${project.parent.version} - - - com.alibaba - dubbo-rpc-dubbo - ${project.parent.version} - test - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - test - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-monitor + 2.6.2-SNAPSHOT + + dubbo-monitor-default + jar + ${project.artifactId} + The default monitor module of dubbo project + + false + + + + com.alibaba + dubbo-monitor-api + ${project.parent.version} + + + com.alibaba + dubbo-rpc-dubbo + ${project.parent.version} + test + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + test + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 76691d9448e..36d7d5c3f0c 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -1,36 +1,35 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-monitor - pom - ${project.artifactId} - The monitor module of dubbo project - - false - - - dubbo-monitor-api - dubbo-monitor-default - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-monitor + pom + ${project.artifactId} + The monitor module of dubbo project + + false + + + dubbo-monitor-api + dubbo-monitor-default + + diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index b84034fdf5e..3c6a9a4d8dc 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + com.alibaba dubbo-plugin diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index ca0e8d94a22..d57174464a7 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + dubbo-parent com.alibaba diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index 2eed9ade209..e4a0b1547f0 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -1,50 +1,49 @@ - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.6.2-SNAPSHOT - - dubbo-registry-api - jar - ${project.artifactId} - The registry module of dubbo project - - false - - - - com.alibaba - dubbo-cluster - ${project.parent.version} - - - com.alibaba - dubbo-container-api - ${project.parent.version} - - - org.mortbay.jetty - jetty - - - - + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.6.2-SNAPSHOT + + dubbo-registry-api + jar + ${project.artifactId} + The registry module of dubbo project + + false + + + + com.alibaba + dubbo-cluster + ${project.parent.version} + + + com.alibaba + dubbo-container-api + ${project.parent.version} + + + org.mortbay.jetty + jetty + + + + \ No newline at end of file diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index 22149676cf3..b9bc907d739 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -1,64 +1,63 @@ - - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.6.2-SNAPSHOT - - dubbo-registry-default - jar - ${project.artifactId} - The default registry module of dubbo project - - false - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - - com.alibaba - dubbo-rpc-dubbo - ${project.parent.version} - test - - - com.alibaba - dubbo-rpc-injvm - ${project.parent.version} - test - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - test - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - + + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.6.2-SNAPSHOT + + dubbo-registry-default + jar + ${project.artifactId} + The default registry module of dubbo project + + false + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + + com.alibaba + dubbo-rpc-dubbo + ${project.parent.version} + test + + + com.alibaba + dubbo-rpc-injvm + ${project.parent.version} + test + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + test + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index 3c403f6a2d0..3a5766db6d3 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -1,39 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.6.2-SNAPSHOT - - dubbo-registry-multicast - jar - ${project.artifactId} - The multicast registry module of dubbo project - - false - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.6.2-SNAPSHOT + + dubbo-registry-multicast + jar + ${project.artifactId} + The multicast registry module of dubbo project + + false + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 11eeb1b6b7d..604daf83cb4 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -1,48 +1,47 @@ - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.6.2-SNAPSHOT - - dubbo-registry-redis - jar - ${project.artifactId} - The redis registry module of dubbo project - - false - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - - redis.clients - jedis - - - com.github.kstyrc - embedded-redis - test - - + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.6.2-SNAPSHOT + + dubbo-registry-redis + jar + ${project.artifactId} + The redis registry module of dubbo project + + false + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + + redis.clients + jedis + + + com.github.kstyrc + embedded-redis + test + + \ No newline at end of file diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index 4b4bbf754df..5c96119f2ba 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -1,49 +1,48 @@ - - - 4.0.0 - - com.alibaba - dubbo-registry - 2.6.2-SNAPSHOT - - dubbo-registry-zookeeper - jar - ${project.artifactId} - The zookeeper registry module of dubbo project - - false - - - - com.alibaba - dubbo-registry-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-zookeeper - ${project.parent.version} - - - org.apache.curator - curator-test - test - - + + + 4.0.0 + + com.alibaba + dubbo-registry + 2.6.2-SNAPSHOT + + dubbo-registry-zookeeper + jar + ${project.artifactId} + The zookeeper registry module of dubbo project + + false + + + + com.alibaba + dubbo-registry-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-zookeeper + ${project.parent.version} + + + org.apache.curator + curator-test + test + + \ No newline at end of file diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index 11efc5899ca..b44714d3e0a 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -1,39 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-registry - pom - ${project.artifactId} - The registry module of dubbo project - - false - - - dubbo-registry-api - dubbo-registry-default - dubbo-registry-multicast - dubbo-registry-zookeeper - dubbo-registry-redis - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-registry + pom + ${project.artifactId} + The registry module of dubbo project + + false + + + dubbo-registry-api + dubbo-registry-default + dubbo-registry-multicast + dubbo-registry-zookeeper + dubbo-registry-redis + + diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index 83113d71944..41c5c8c7f10 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -1,50 +1,49 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-api - jar - ${project.artifactId} - The remoting module of dubbo project - - false - - - - com.alibaba - dubbo-common - ${project.parent.version} - - - com.alibaba - dubbo-serialization-api - ${project.parent.version} - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-api + jar + ${project.artifactId} + The remoting module of dubbo project + + false + + + + com.alibaba + dubbo-common + ${project.parent.version} + + + com.alibaba + dubbo-serialization-api + ${project.parent.version} + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index 3c78111f154..aa29fb2b829 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-grizzly - jar - ${project.artifactId} - The grizzly remoting module of dubbo project - - false - - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - org.glassfish.grizzly - grizzly-core - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-grizzly + jar + ${project.artifactId} + The grizzly remoting module of dubbo project + + false + + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + org.glassfish.grizzly + grizzly-core + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index e13d348b767..88e84bfffab 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -1,63 +1,62 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-http - jar - ${project.artifactId} - The http remoting module of dubbo project - - false - - - - com.alibaba - dubbo-common - ${project.parent.version} - - - org.mortbay.jetty - jetty - - - org.mortbay.jetty - servlet-api - - - - - org.apache.tomcat.embed - tomcat-embed-core - - - org.apache.tomcat.embed - tomcat-embed-logging-juli - - - org.apache.httpcomponents - fluent-hc - 4.5.5 - test - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-http + jar + ${project.artifactId} + The http remoting module of dubbo project + + false + + + + com.alibaba + dubbo-common + ${project.parent.version} + + + org.mortbay.jetty + jetty + + + org.mortbay.jetty + servlet-api + + + + + org.apache.tomcat.embed + tomcat-embed-core + + + org.apache.tomcat.embed + tomcat-embed-logging-juli + + + org.apache.httpcomponents + fluent-hc + 4.5.5 + test + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index 2de2654d8ed..c46c045bb01 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -1,53 +1,52 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-mina - jar - ${project.artifactId} - The mina remoting module of dubbo project - - false - - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - org.apache.mina - mina-core - - - org.slf4j - slf4j-api - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-mina + jar + ${project.artifactId} + The mina remoting module of dubbo project + + false + + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + org.apache.mina + mina-core + + + org.slf4j + slf4j-api + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index 1d88e517583..3894fe7fa4c 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -1,48 +1,47 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-netty - jar - ${project.artifactId} - The netty remoting module of dubbo project - - false - - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - org.jboss.netty - netty - - - com.alibaba - dubbo-serialization-hessian2 - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-netty + jar + ${project.artifactId} + The netty remoting module of dubbo project + + false + + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + org.jboss.netty + netty + + + com.alibaba + dubbo-serialization-hessian2 + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index ef74d0ceb48..170dd3bace6 100644 --- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + dubbo-remoting com.alibaba diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index 89af9bdb6ba..76fad550061 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -1,39 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-p2p - jar - ${project.artifactId} - The p2p remoting module of dubbo project - - false - - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-p2p + jar + ${project.artifactId} + The p2p remoting module of dubbo project + + false + + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index 70cfd216b49..395b44eee8c 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -1,55 +1,54 @@ - - - 4.0.0 - - com.alibaba - dubbo-remoting - 2.6.2-SNAPSHOT - - dubbo-remoting-zookeeper - jar - ${project.artifactId} - The zookeeper remoting module of dubbo project - - false - - - - com.alibaba - dubbo-common - ${project.parent.version} - - - org.apache.zookeeper - zookeeper - - - com.101tec - zkclient - - - org.apache.curator - curator-framework - - - org.apache.curator - curator-test - test - - + + + 4.0.0 + + com.alibaba + dubbo-remoting + 2.6.2-SNAPSHOT + + dubbo-remoting-zookeeper + jar + ${project.artifactId} + The zookeeper remoting module of dubbo project + + false + + + + com.alibaba + dubbo-common + ${project.parent.version} + + + org.apache.zookeeper + zookeeper + + + com.101tec + zkclient + + + org.apache.curator + curator-framework + + + org.apache.curator + curator-test + test + + \ No newline at end of file diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index 7333e1b7d0b..c9bdb6f83d4 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index c04c63498f9..b713a36e84e 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -1,44 +1,43 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-api - jar - ${project.artifactId} - The rpc module of dubbo project - - false - - - - com.alibaba - dubbo-common - ${project.parent.version} - - - com.alibaba - dubbo-serialization-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-api + jar + ${project.artifactId} + The rpc module of dubbo project + + false + + + + com.alibaba + dubbo-common + ${project.parent.version} + + + com.alibaba + dubbo-serialization-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml index b9197f9d80b..a43eb0e9ff5 100644 --- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml +++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index 00ca28cf2a3..bab2eed20ae 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -1,52 +1,51 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-hessian - jar - ${project.artifactId} - The hessian rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-http - ${project.parent.version} - - - com.caucho - hessian - - - org.apache.httpcomponents - httpclient - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-hessian + jar + ${project.artifactId} + The hessian rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-http + ${project.parent.version} + + + com.caucho + hessian + + + org.apache.httpcomponents + httpclient + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index 427b70ba6a3..c7941f6195f 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -1,52 +1,51 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-http - jar - ${project.artifactId} - The http rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-http - ${project.parent.version} - - - org.springframework - spring-context - - - org.springframework - spring-web - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-http + jar + ${project.artifactId} + The http rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-http + ${project.parent.version} + + + org.springframework + spring-context + + + org.springframework + spring-web + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index e8f64e36bba..55fd84aadda 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -1,39 +1,38 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-injvm - jar - ${project.artifactId} - The injvm rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-injvm + jar + ${project.artifactId} + The injvm rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index d5fcc7046b3..007934e746b 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-memcached - jar - ${project.artifactId} - The memcached rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.googlecode.xmemcached - xmemcached - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-memcached + jar + ${project.artifactId} + The memcached rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.googlecode.xmemcached + xmemcached + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index 19bad83e968..c703239cfc0 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-redis - jar - ${project.artifactId} - The redis rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - redis.clients - jedis - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-redis + jar + ${project.artifactId} + The redis rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + redis.clients + jedis + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index 026e2c293a9..56a0842af76 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -13,8 +13,7 @@ - See the License for the specific language governing permissions and - limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index f255bf0b12a..2c2006f749a 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -1,43 +1,42 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-rmi - jar - ${project.artifactId} - The rmi rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - org.springframework - spring-context - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-rmi + jar + ${project.artifactId} + The rmi rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + org.springframework + spring-context + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index 06b544fe592..06566821737 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -1,74 +1,73 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-thrift - jar - ${project.artifactId} - The thrift rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-rpc-dubbo - ${project.parent.version} - - - com.alibaba - dubbo-remoting-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-netty - ${project.parent.version} - - - org.apache.thrift - libthrift - - - org.springframework - spring-context - - - com.alibaba - dubbo-config-spring - ${project.parent.version} - test - - - com.alibaba - dubbo-registry-multicast - ${project.parent.version} - test - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-thrift + jar + ${project.artifactId} + The thrift rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-rpc-dubbo + ${project.parent.version} + + + com.alibaba + dubbo-remoting-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-netty + ${project.parent.version} + + + org.apache.thrift + libthrift + + + org.springframework + spring-context + + + com.alibaba + dubbo-config-spring + ${project.parent.version} + test + + + com.alibaba + dubbo-registry-multicast + ${project.parent.version} + test + + \ No newline at end of file diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index a2b656de695..be7fcd0b011 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -1,56 +1,55 @@ - - - 4.0.0 - - com.alibaba - dubbo-rpc - 2.6.2-SNAPSHOT - - dubbo-rpc-webservice - jar - ${project.artifactId} - The webservice rpc module of dubbo project - - false - - - - com.alibaba - dubbo-rpc-api - ${project.parent.version} - - - com.alibaba - dubbo-remoting-http - ${project.parent.version} - - - org.apache.cxf - cxf-rt-frontend-simple - - - org.apache.cxf - cxf-rt-transports-http - - - org.springframework - spring-context - - + + + 4.0.0 + + com.alibaba + dubbo-rpc + 2.6.2-SNAPSHOT + + dubbo-rpc-webservice + jar + ${project.artifactId} + The webservice rpc module of dubbo project + + false + + + + com.alibaba + dubbo-rpc-api + ${project.parent.version} + + + com.alibaba + dubbo-remoting-http + ${project.parent.version} + + + org.apache.cxf + cxf-rt-frontend-simple + + + org.apache.cxf + cxf-rt-transports-http + + + org.springframework + spring-context + + \ No newline at end of file diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 55fd13027ea..69b401e6994 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -1,45 +1,44 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-rpc - pom - ${project.artifactId} - The rpc module of dubbo project - - false - - - dubbo-rpc-api - dubbo-rpc-dubbo - dubbo-rpc-injvm - dubbo-rpc-rmi - dubbo-rpc-hessian - dubbo-rpc-http - dubbo-rpc-webservice - dubbo-rpc-thrift - dubbo-rpc-memcached - dubbo-rpc-redis - dubbo-rpc-rest - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-rpc + pom + ${project.artifactId} + The rpc module of dubbo project + + false + + + dubbo-rpc-api + dubbo-rpc-dubbo + dubbo-rpc-injvm + dubbo-rpc-rmi + dubbo-rpc-hessian + dubbo-rpc-http + dubbo-rpc-webservice + dubbo-rpc-thrift + dubbo-rpc-memcached + dubbo-rpc-redis + dubbo-rpc-rest + + diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml index eca9eec62db..591adc00f70 100644 --- a/dubbo-serialization/dubbo-serialization-api/pom.xml +++ b/dubbo-serialization/dubbo-serialization-api/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba @@ -39,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 3.2.2 + 2.6.2-SNAPSHOT com.alibaba diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml index cd2dd715a5d..f6a10bdb56e 100644 --- a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml index 09fb25df46e..677041e4454 100644 --- a/dubbo-serialization/dubbo-serialization-fst/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml index 13afbff7abe..c4c4ed624d3 100644 --- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml +++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba @@ -39,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 3.2.2 + 2.6.2-SNAPSHOT \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml index dc7c1c0ad02..51f459e049f 100644 --- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml +++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba @@ -39,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 3.2.2 + 2.6.2-SNAPSHOT \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml index 6622a0af11a..33915c62cd5 100644 --- a/dubbo-serialization/dubbo-serialization-kryo/pom.xml +++ b/dubbo-serialization/dubbo-serialization-kryo/pom.xml @@ -15,8 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index 9f6a280edfa..e0a0b1d58b7 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index 1721940c344..53c451ad201 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba diff --git a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml index 75460b86dc5..7760a7d091e 100644 --- a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml @@ -15,9 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + dubbo-test-compatibility com.alibaba diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index a0f853863d8..b16d59c131c 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -1,56 +1,55 @@ - - - 4.0.0 - - dubbo-test-spring3 - - - com.alibaba - dubbo-test - 2.6.2-SNAPSHOT - - dubbo-test-compatibility - pom - ${project.artifactId} - The technology compatibility kit(TCK) test module of dubbo project - - - true - - - - - - - - com.alibaba - dubbo - ${project.parent.version} - - - - - com.alibaba - dubbo-demo-api - ${project.parent.version} - - - - - + + + 4.0.0 + + dubbo-test-spring3 + + + com.alibaba + dubbo-test + 2.6.2-SNAPSHOT + + dubbo-test-compatibility + pom + ${project.artifactId} + The technology compatibility kit(TCK) test module of dubbo project + + + true + + + + + + + + com.alibaba + dubbo + ${project.parent.version} + + + + + com.alibaba + dubbo-demo-api + ${project.parent.version} + + + + + \ No newline at end of file diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index d3321d30e3c..6077ab120b4 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -1,47 +1,46 @@ - - - 4.0.0 - - com.alibaba - dubbo-test - 2.6.2-SNAPSHOT - - dubbo-test-examples - jar - ${project.artifactId} - The examples demo module of dubbo project - - true - - - - - - ${basedir}/src/main/java - - **/*.java - - - - ${basedir}/src/main/resources - - - - - + + + 4.0.0 + + com.alibaba + dubbo-test + 2.6.2-SNAPSHOT + + dubbo-test-examples + jar + ${project.artifactId} + The examples demo module of dubbo project + + true + + + + + + ${basedir}/src/main/java + + **/*.java + + + + ${basedir}/src/main/resources + + + + + diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index 0e6fb90c2b2..e2215a76056 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -1,47 +1,46 @@ - - - 4.0.0 - - com.alibaba - dubbo-test - 2.6.2-SNAPSHOT - - dubbo-test-integration - jar - ${project.artifactId} - The showcase test module of dubbo project - - true - - - - - - ${basedir}/src/main/java - - **/*.java - - - - ${basedir}/src/main/resources - - - - + + + 4.0.0 + + com.alibaba + dubbo-test + 2.6.2-SNAPSHOT + + dubbo-test-integration + jar + ${project.artifactId} + The showcase test module of dubbo project + + true + + + + + + ${basedir}/src/main/java + + **/*.java + + + + ${basedir}/src/main/resources + + + + \ No newline at end of file diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index 7bab0f58ddb..9786acedc58 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -1,194 +1,193 @@ - - - 4.0.0 - - com.alibaba - dubbo-parent - 2.6.2-SNAPSHOT - - dubbo-test - pom - ${project.artifactId} - The test module of dubbo project - - true - - - dubbo-test-benchmark - dubbo-test-compatibility - dubbo-test-integration - dubbo-test-examples - - - - - - com.alibaba - dubbo-bom - ${project.parent.version} - pom - import - - - - - - - com.alibaba - dubbo-cluster - - - com.alibaba - dubbo-common - - - com.alibaba - dubbo-config-api - - - com.alibaba - dubbo-config-spring - - - com.alibaba - dubbo-filter-cache - - - com.alibaba - dubbo-filter-validation - - - com.alibaba - dubbo-remoting-netty - - - com.alibaba - dubbo-remoting-netty4 - - - com.alibaba - dubbo-remoting-mina - - - com.alibaba - dubbo-remoting-grizzly - - - com.alibaba - dubbo-remoting-p2p - - - com.alibaba - dubbo-remoting-http - - - com.alibaba - dubbo-rpc-dubbo - - - com.alibaba - dubbo-rpc-injvm - - - com.alibaba - dubbo-rpc-rmi - - - com.alibaba - dubbo-rpc-hessian - - - com.alibaba - dubbo-rpc-http - - - com.alibaba - dubbo-rpc-webservice - - - com.alibaba - dubbo-rpc-thrift - - - com.alibaba - dubbo-rpc-memcached - - - com.alibaba - dubbo-rpc-redis - - - com.alibaba - dubbo-rpc-rest - - - com.alibaba - dubbo-registry-default - - - com.alibaba - dubbo-registry-multicast - - - com.alibaba - dubbo-registry-zookeeper - - - com.alibaba - dubbo-registry-redis - - - com.alibaba - dubbo-monitor-api - - - com.alibaba - dubbo-monitor-default - - - com.alibaba - dubbo-container-spring - - - com.alibaba - dubbo-container-log4j - - - com.alibaba - dubbo-container-logback - - - com.alibaba - dubbo-qos - - - com.alibaba - hessian-lite - 3.2.2 - - - org.hibernate - hibernate-validator - - - org.glassfish - javax.el - - - + + + 4.0.0 + + com.alibaba + dubbo-parent + 2.6.2-SNAPSHOT + + dubbo-test + pom + ${project.artifactId} + The test module of dubbo project + + true + + + dubbo-test-benchmark + dubbo-test-compatibility + dubbo-test-integration + dubbo-test-examples + + + + + + com.alibaba + dubbo-bom + ${project.parent.version} + pom + import + + + + + + + com.alibaba + dubbo-cluster + + + com.alibaba + dubbo-common + + + com.alibaba + dubbo-config-api + + + com.alibaba + dubbo-config-spring + + + com.alibaba + dubbo-filter-cache + + + com.alibaba + dubbo-filter-validation + + + com.alibaba + dubbo-remoting-netty + + + com.alibaba + dubbo-remoting-netty4 + + + com.alibaba + dubbo-remoting-mina + + + com.alibaba + dubbo-remoting-grizzly + + + com.alibaba + dubbo-remoting-p2p + + + com.alibaba + dubbo-remoting-http + + + com.alibaba + dubbo-rpc-dubbo + + + com.alibaba + dubbo-rpc-injvm + + + com.alibaba + dubbo-rpc-rmi + + + com.alibaba + dubbo-rpc-hessian + + + com.alibaba + dubbo-rpc-http + + + com.alibaba + dubbo-rpc-webservice + + + com.alibaba + dubbo-rpc-thrift + + + com.alibaba + dubbo-rpc-memcached + + + com.alibaba + dubbo-rpc-redis + + + com.alibaba + dubbo-rpc-rest + + + com.alibaba + dubbo-registry-default + + + com.alibaba + dubbo-registry-multicast + + + com.alibaba + dubbo-registry-zookeeper + + + com.alibaba + dubbo-registry-redis + + + com.alibaba + dubbo-monitor-api + + + com.alibaba + dubbo-monitor-default + + + com.alibaba + dubbo-container-spring + + + com.alibaba + dubbo-container-log4j + + + com.alibaba + dubbo-container-logback + + + com.alibaba + dubbo-qos + + + com.alibaba + hessian-lite + 2.6.2-SNAPSHOT + + + org.hibernate + hibernate-validator + + + org.glassfish + javax.el + + + diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index 8e1de3815c4..c8bacd6f9b4 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -14,9 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba @@ -25,6 +23,6 @@ hessian-lite jar - 3.2.2 + 2.6.2-SNAPSHOT Hessian Lite(Alibaba embed version) diff --git a/pom.xml b/pom.xml index 09d6a09cc2b..bd245cd9fb1 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 @@ -46,7 +45,8 @@ https://github.com/apache/incubator-dubbo scm:git:https://github.com/apache/incubator-dubbo.git scm:git:https://github.com/apache/incubator-dubbo.git - + dubbo-2.6.2-SNAPSHOT + Development List From afab04c53edab38d52275d2a198ea1aff7a4f41e Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Mon, 14 May 2018 21:25:19 +0800 Subject: [PATCH 10/28] [maven-release-plugin] prepare release dubbo-2.6.2 --- all/pom.xml | 6 +++--- bom/pom.xml | 6 +++--- dependencies-bom/pom.xml | 4 ++-- dubbo-cluster/pom.xml | 2 +- dubbo-common/pom.xml | 4 ++-- dubbo-config/dubbo-config-api/pom.xml | 2 +- dubbo-config/dubbo-config-spring/pom.xml | 2 +- dubbo-config/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- dubbo-filter/dubbo-filter-cache/pom.xml | 2 +- dubbo-filter/dubbo-filter-validation/pom.xml | 2 +- dubbo-filter/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-api/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-default/pom.xml | 2 +- dubbo-monitor/pom.xml | 2 +- dubbo-plugin/dubbo-qos/pom.xml | 2 +- dubbo-plugin/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- 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 | 2 +- dubbo-serialization/dubbo-serialization-api/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-fastjson/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-fst/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-hessian2/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-jdk/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-kryo/pom.xml | 2 +- dubbo-serialization/pom.xml | 2 +- dubbo-test/dubbo-test-benchmark/pom.xml | 2 +- .../dubbo-test-compatibility/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 | 4 ++-- hessian-lite/pom.xml | 4 ++-- pom.xml | 6 +++--- 67 files changed, 80 insertions(+), 80 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 52cc14e7980..1627015999e 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -19,11 +19,11 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 ../pom.xml dubbo - 2.6.2-SNAPSHOT + 2.6.2 jar dubbo-all The all in one project of dubbo @@ -321,7 +321,7 @@ com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 compile true diff --git a/bom/pom.xml b/bom/pom.xml index 11a83553261..2ba12c9c34d 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -17,7 +17,7 @@ com.alibaba dubbo-bom - 2.6.2-SNAPSHOT + 2.6.2 pom dubbo-bom @@ -45,7 +45,7 @@ https://github.com/alibaba/dubbo/tree/master scm:git:git://github.com/alibaba/dubbo.git scm:git:git@github.com:alibaba/dubbo.git - dubbo-2.6.2-SNAPSHOT + dubbo-2.6.2 @@ -284,7 +284,7 @@ com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 08b2faee899..a12bae9e757 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -10,7 +10,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.2-SNAPSHOT + 2.6.2 pom dubbo-dependencies-bom @@ -38,7 +38,7 @@ https://github.com/alibaba/dubbo/tree/master scm:git:git://github.com/alibaba/dubbo.git scm:git:git@github.com:alibaba/dubbo.git - dubbo-2.6.2-SNAPSHOT + dubbo-2.6.2 diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 18b484c8555..ca296ecb875 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index 0105932f8b3..b8a9da91406 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-common jar @@ -50,7 +50,7 @@ com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 com.alibaba diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index a753a9ca6cd..47db27bddd3 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-config - 2.6.2-SNAPSHOT + 2.6.2 dubbo-config-api jar diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index 419071bb3fd..ffc6f6b6964 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-config - 2.6.2-SNAPSHOT + 2.6.2 dubbo-config-spring jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index cdbe055830c..1d85a69bfd8 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-config pom diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index 21fd4887833..e1a9445e31c 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container-api jar diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index af8c3317278..3415da96e4f 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container-log4j jar diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index a68bc18eaff..a37bfdcac74 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container-logback jar diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index f38fd18f0bb..ab45d357493 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container-spring jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index 0b81298b0ce..be1d07e9426 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container pom diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index 6464523b181..8bc601b3277 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.2-SNAPSHOT + 2.6.2 dubbo-demo-api jar diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index 37d70fa253a..3e66e27ff2b 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.2-SNAPSHOT + 2.6.2 dubbo-demo-consumer jar diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index e3cd6778bf1..076498f3745 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.2-SNAPSHOT + 2.6.2 dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index 1ff1a25cdde..afe96f828bd 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-demo pom diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index 13d8c29b885..a8efdce3f12 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-filter - 2.6.2-SNAPSHOT + 2.6.2 dubbo-filter-cache jar diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index d6de86f9dfb..7fd210bdef4 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-filter - 2.6.2-SNAPSHOT + 2.6.2 dubbo-filter-validation jar diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index 49c826dcd64..a5841d850b5 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-filter pom diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index d08533824d8..cf76d8bc568 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-monitor - 2.6.2-SNAPSHOT + 2.6.2 dubbo-monitor-api jar diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index ddf2c944631..f8148e2e4b4 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-monitor - 2.6.2-SNAPSHOT + 2.6.2 dubbo-monitor-default jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 36d7d5c3f0c..4fa647a541d 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-monitor pom diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index 3c6a9a4d8dc..4e900094d72 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-plugin - 2.6.2-SNAPSHOT + 2.6.2 4.0.0 diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index d57174464a7..2b912e103c8 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -18,7 +18,7 @@ dubbo-parent com.alibaba - 2.6.2-SNAPSHOT + 2.6.2 4.0.0 diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index e4a0b1547f0..b3b440948cc 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-api jar diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index b9bc907d739..14b073753c7 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-default jar diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index 3a5766db6d3..d2ad3a41b7f 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-multicast jar diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 604daf83cb4..744509218fb 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-redis jar diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index 5c96119f2ba..40282ae248b 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index b44714d3e0a..b03ad9ce39e 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry pom diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index 41c5c8c7f10..ff69e5f51a9 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-api jar diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index aa29fb2b829..eb668d56939 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-grizzly jar diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index 88e84bfffab..344e6980fa5 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-http jar diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index c46c045bb01..3ba2882ca68 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-mina jar diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index 3894fe7fa4c..8d68ad11b1f 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-netty jar diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index 170dd3bace6..c45b55d2fcc 100644 --- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml @@ -18,7 +18,7 @@ dubbo-remoting com.alibaba - 2.6.2-SNAPSHOT + 2.6.2 4.0.0 diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index 76fad550061..9d54b1b7925 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-p2p jar diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index 395b44eee8c..c4b3709c173 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-zookeeper jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index c9bdb6f83d4..723e3b29100 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting pom diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index b713a36e84e..d20c9132a56 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-api jar diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml index a43eb0e9ff5..c719d0152d1 100644 --- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml +++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-dubbo jar diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index bab2eed20ae..71d22989138 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-hessian jar diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index c7941f6195f..56da859a3a5 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-http jar diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index 55fd84aadda..8b1b8a68780 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-injvm jar diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index 007934e746b..3e6f66cad0d 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-memcached jar diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index c703239cfc0..2830cbb5369 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-redis jar diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index 56a0842af76..c69c18db964 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-rest jar diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index 2c2006f749a..b3178fca542 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-rmi jar diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index 06566821737..ef7ef51387c 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-thrift jar diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index be7fcd0b011..3b8be75930a 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-webservice jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 69b401e6994..caed540ee06 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc pom diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml index 591adc00f70..793c0e93edb 100644 --- a/dubbo-serialization/dubbo-serialization-api/pom.xml +++ b/dubbo-serialization/dubbo-serialization-api/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-api jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 com.alibaba diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml index f6a10bdb56e..60158fbd124 100644 --- a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-fastjson jar diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml index 677041e4454..1f8084e3606 100644 --- a/dubbo-serialization/dubbo-serialization-fst/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-fst jar diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml index c4c4ed624d3..967910f166f 100644 --- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml +++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-hessian2 jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml index 51f459e049f..ce4355fdf17 100644 --- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml +++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-jdk jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml index 33915c62cd5..daee5bb9939 100644 --- a/dubbo-serialization/dubbo-serialization-kryo/pom.xml +++ b/dubbo-serialization/dubbo-serialization-kryo/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-kryo jar diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index e0a0b1d58b7..b2fbe1fc9af 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization pom diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index 53c451ad201..b1ef5415067 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test-benchmark jar diff --git a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml index 7760a7d091e..b0b2c35bd32 100644 --- a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml @@ -19,7 +19,7 @@ dubbo-test-compatibility com.alibaba - 2.6.2-SNAPSHOT + 2.6.2 4.0.0 diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index b16d59c131c..38ddbcb4d25 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-test - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test-compatibility pom diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index 6077ab120b4..5d07b7777a4 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test-examples jar diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index e2215a76056..3cbca80c09e 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test-integration jar diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index 9786acedc58..2c7a9a98d7b 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test pom @@ -179,7 +179,7 @@ com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 org.hibernate diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index c8bacd6f9b4..eb9603672af 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -19,10 +19,10 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 hessian-lite jar - 2.6.2-SNAPSHOT + 2.6.2 Hessian Lite(Alibaba embed version) diff --git a/pom.xml b/pom.xml index bd245cd9fb1..6197550f966 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 pom ${project.artifactId} @@ -45,7 +45,7 @@ https://github.com/apache/incubator-dubbo scm:git:https://github.com/apache/incubator-dubbo.git scm:git:https://github.com/apache/incubator-dubbo.git - dubbo-2.6.2-SNAPSHOT + dubbo-2.6.2 @@ -142,7 +142,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.2-SNAPSHOT + 2.6.2 pom import From a6401e64b5d29d58912f78892c05d9a42237e370 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Mon, 14 May 2018 21:25:37 +0800 Subject: [PATCH 11/28] [maven-release-plugin] prepare for next development iteration --- all/pom.xml | 6 +++--- bom/pom.xml | 6 +++--- dependencies-bom/pom.xml | 4 ++-- dubbo-cluster/pom.xml | 2 +- dubbo-common/pom.xml | 4 ++-- dubbo-config/dubbo-config-api/pom.xml | 2 +- dubbo-config/dubbo-config-spring/pom.xml | 2 +- dubbo-config/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- dubbo-filter/dubbo-filter-cache/pom.xml | 2 +- dubbo-filter/dubbo-filter-validation/pom.xml | 2 +- dubbo-filter/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-api/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-default/pom.xml | 2 +- dubbo-monitor/pom.xml | 2 +- dubbo-plugin/dubbo-qos/pom.xml | 2 +- dubbo-plugin/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- 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 | 2 +- dubbo-serialization/dubbo-serialization-api/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-fastjson/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-fst/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-hessian2/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-jdk/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-kryo/pom.xml | 2 +- dubbo-serialization/pom.xml | 2 +- dubbo-test/dubbo-test-benchmark/pom.xml | 2 +- .../dubbo-test-compatibility/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 | 4 ++-- hessian-lite/pom.xml | 4 ++-- pom.xml | 6 +++--- 67 files changed, 80 insertions(+), 80 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 1627015999e..874f476731c 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -19,11 +19,11 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT ../pom.xml dubbo - 2.6.2 + 2.6.3-SNAPSHOT jar dubbo-all The all in one project of dubbo @@ -321,7 +321,7 @@ com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT compile true diff --git a/bom/pom.xml b/bom/pom.xml index 2ba12c9c34d..872eef1c183 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -17,7 +17,7 @@ com.alibaba dubbo-bom - 2.6.2 + 2.6.3-SNAPSHOT pom dubbo-bom @@ -45,7 +45,7 @@ https://github.com/alibaba/dubbo/tree/master scm:git:git://github.com/alibaba/dubbo.git scm:git:git@github.com:alibaba/dubbo.git - dubbo-2.6.2 + dubbo-2.6.2-SNAPSHOT @@ -284,7 +284,7 @@ com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index a12bae9e757..1a8013c5609 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -10,7 +10,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.2 + 2.6.3-SNAPSHOT pom dubbo-dependencies-bom @@ -38,7 +38,7 @@ https://github.com/alibaba/dubbo/tree/master scm:git:git://github.com/alibaba/dubbo.git scm:git:git@github.com:alibaba/dubbo.git - dubbo-2.6.2 + dubbo-2.6.2-SNAPSHOT diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index ca296ecb875..4891dc3b73a 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index b8a9da91406..3a2344375e5 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-common jar @@ -50,7 +50,7 @@ com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT com.alibaba diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index 47db27bddd3..dd0b9ed51d0 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-config - 2.6.2 + 2.6.3-SNAPSHOT dubbo-config-api jar diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index ffc6f6b6964..97523135a5a 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-config - 2.6.2 + 2.6.3-SNAPSHOT dubbo-config-spring jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index 1d85a69bfd8..13fb0ccba50 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-config pom diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index e1a9445e31c..3897225e2d8 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2 + 2.6.3-SNAPSHOT dubbo-container-api jar diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index 3415da96e4f..712101aad22 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2 + 2.6.3-SNAPSHOT dubbo-container-log4j jar diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index a37bfdcac74..74b01709c49 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2 + 2.6.3-SNAPSHOT dubbo-container-logback jar diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index ab45d357493..3fd343ddf50 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2 + 2.6.3-SNAPSHOT dubbo-container-spring jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index be1d07e9426..a846bf57ffb 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-container pom diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index 8bc601b3277..468af17be3d 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.2 + 2.6.3-SNAPSHOT dubbo-demo-api jar diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index 3e66e27ff2b..2cb01d84dad 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.2 + 2.6.3-SNAPSHOT dubbo-demo-consumer jar diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index 076498f3745..801e7de049b 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.2 + 2.6.3-SNAPSHOT dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index afe96f828bd..6e9faf04918 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-demo pom diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index a8efdce3f12..d0a756f8e96 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-filter - 2.6.2 + 2.6.3-SNAPSHOT dubbo-filter-cache jar diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index 7fd210bdef4..614fd242c6e 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-filter - 2.6.2 + 2.6.3-SNAPSHOT dubbo-filter-validation jar diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index a5841d850b5..1a3add3d65e 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-filter pom diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index cf76d8bc568..cfca8b47867 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-monitor - 2.6.2 + 2.6.3-SNAPSHOT dubbo-monitor-api jar diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index f8148e2e4b4..75e6dba8d4c 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-monitor - 2.6.2 + 2.6.3-SNAPSHOT dubbo-monitor-default jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 4fa647a541d..2c3be2bf88e 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-monitor pom diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index 4e900094d72..1a6257f861e 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-plugin - 2.6.2 + 2.6.3-SNAPSHOT 4.0.0 diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index 2b912e103c8..54c44c2ec6e 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -18,7 +18,7 @@ dubbo-parent com.alibaba - 2.6.2 + 2.6.3-SNAPSHOT 4.0.0 diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index b3b440948cc..adefa0b1768 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.3-SNAPSHOT dubbo-registry-api jar diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index 14b073753c7..f4512b48e4d 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.3-SNAPSHOT dubbo-registry-default jar diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index d2ad3a41b7f..0f974a4e841 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.3-SNAPSHOT dubbo-registry-multicast jar diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 744509218fb..7a0a129cad8 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.3-SNAPSHOT dubbo-registry-redis jar diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index 40282ae248b..818f9d944d1 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.3-SNAPSHOT dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index b03ad9ce39e..011056107f4 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-registry pom diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index ff69e5f51a9..122edc5c646 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-api jar diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index eb668d56939..b29b1d85b0e 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-grizzly jar diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index 344e6980fa5..cc390d4a6ea 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-http jar diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index 3ba2882ca68..82e9a820f44 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-mina jar diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index 8d68ad11b1f..297d467e187 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-netty jar diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index c45b55d2fcc..786771c755f 100644 --- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml @@ -18,7 +18,7 @@ dubbo-remoting com.alibaba - 2.6.2 + 2.6.3-SNAPSHOT 4.0.0 diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index 9d54b1b7925..d0f71d676a6 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-p2p jar diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index c4b3709c173..bbae5829dda 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-zookeeper jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index 723e3b29100..54ce6145e98 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting pom diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index d20c9132a56..16449a813a3 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-api jar diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml index c719d0152d1..5a91bf059f6 100644 --- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml +++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-dubbo jar diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index 71d22989138..ff221f154a1 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-hessian jar diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index 56da859a3a5..f967345d5a7 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-http jar diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index 8b1b8a68780..390468549ff 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-injvm jar diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index 3e6f66cad0d..977831514eb 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-memcached jar diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index 2830cbb5369..27e1fc17240 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-redis jar diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index c69c18db964..f568cfb1973 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-rest jar diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index b3178fca542..d20e9fb4766 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-rmi jar diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index ef7ef51387c..f7cc6c8cc7c 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-thrift jar diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index 3b8be75930a..88b81ea6ac0 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-webservice jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index caed540ee06..389d592f3df 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc pom diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml index 793c0e93edb..97b2745157c 100644 --- a/dubbo-serialization/dubbo-serialization-api/pom.xml +++ b/dubbo-serialization/dubbo-serialization-api/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization-api jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT com.alibaba diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml index 60158fbd124..ac98621fb81 100644 --- a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization-fastjson jar diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml index 1f8084e3606..4274f52c986 100644 --- a/dubbo-serialization/dubbo-serialization-fst/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-serialization - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization-fst jar diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml index 967910f166f..8b1e63e3afa 100644 --- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml +++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization-hessian2 jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml index ce4355fdf17..36eb59ba733 100644 --- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml +++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization-jdk jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml index daee5bb9939..a868862e33a 100644 --- a/dubbo-serialization/dubbo-serialization-kryo/pom.xml +++ b/dubbo-serialization/dubbo-serialization-kryo/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization-kryo jar diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index b2fbe1fc9af..f5b3eddc6bf 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization pom diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index b1ef5415067..cc4877ae912 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.2 + 2.6.3-SNAPSHOT dubbo-test-benchmark jar diff --git a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml index b0b2c35bd32..2600f4afbad 100644 --- a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml @@ -19,7 +19,7 @@ dubbo-test-compatibility com.alibaba - 2.6.2 + 2.6.3-SNAPSHOT 4.0.0 diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index 38ddbcb4d25..733069bed22 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-test - 2.6.2 + 2.6.3-SNAPSHOT dubbo-test-compatibility pom diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index 5d07b7777a4..6d9fd8b6c0b 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.2 + 2.6.3-SNAPSHOT dubbo-test-examples jar diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index 3cbca80c09e..391a5c707fd 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.2 + 2.6.3-SNAPSHOT dubbo-test-integration jar diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index 2c7a9a98d7b..eff133a0f58 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-test pom @@ -179,7 +179,7 @@ com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT org.hibernate diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index eb9603672af..b03cd473e1b 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -19,10 +19,10 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT hessian-lite jar - 2.6.2 + 2.6.3-SNAPSHOT Hessian Lite(Alibaba embed version) diff --git a/pom.xml b/pom.xml index 6197550f966..f8ce7edbf3c 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT pom ${project.artifactId} @@ -45,7 +45,7 @@ https://github.com/apache/incubator-dubbo scm:git:https://github.com/apache/incubator-dubbo.git scm:git:https://github.com/apache/incubator-dubbo.git - dubbo-2.6.2 + dubbo-2.6.2-SNAPSHOT @@ -142,7 +142,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.2 + 2.6.3-SNAPSHOT pom import From 938e52dad95af1286961374a1ae27c502b9a92f1 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Mon, 14 May 2018 23:14:15 +0800 Subject: [PATCH 12/28] Add assembly plugin --- pom.xml | 49 +++++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/pom.xml b/pom.xml index f8ce7edbf3c..f008d466558 100644 --- a/pom.xml +++ b/pom.xml @@ -530,6 +530,33 @@ deploy + + org.apache.maven.plugins + maven-assembly-plugin + + + org.apache.apache.resources + apache-source-release-assembly-descriptor + 1.0.6 + + + + + source-release-assembly + package + + single + + + true + + source-release + + gnu + + + + @@ -553,32 +580,10 @@ maven-paxexam-plugin 1.2.4 - - - - - - - - - - - - - - - - - - maven-dependency-plugin 2.10 - - maven-assembly-plugin - 2.6 - maven-jxr-plugin From ec87d96a1c0dbc7b76e68a67e1d94c34c93cfaaf Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Tue, 15 May 2018 14:02:20 +0800 Subject: [PATCH 13/28] Add CHANGES.md as release note. --- CHANGES.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000000..a4e49e269b2 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,9 @@ +1. Hessian-lite serialization: revert locale serialization for compatibility, #1413 +2. Asset transfer to ASF, includeing pom, license, DISCLAIMER and so on, #1491 +3. Introduce of new dispatcher policy: EagerThreadpool, #1568 +4. Separate monitor data with group and version, #1407 +5. Spring Boot Enhancenment, #1611 +6. Gaceful shutdown enhancement + - Remove exporter destroy logic in AnnotationBean. + - Waiting for registry notification on consumer side by checking channel state. +7. Simplify consumer/provider side check in RpcContext, #1444. \ No newline at end of file From 5a9ea9373084613b6da4bf34861b1b8a013274b5 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Tue, 15 May 2018 14:08:19 +0800 Subject: [PATCH 14/28] Polish release notes in CHANGES.md --- CHANGES.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a4e49e269b2..7c04d5b87e8 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# Release Notes + +## 2.6.2 + 1. Hessian-lite serialization: revert locale serialization for compatibility, #1413 2. Asset transfer to ASF, includeing pom, license, DISCLAIMER and so on, #1491 3. Introduce of new dispatcher policy: EagerThreadpool, #1568 @@ -6,4 +10,6 @@ 6. Gaceful shutdown enhancement - Remove exporter destroy logic in AnnotationBean. - Waiting for registry notification on consumer side by checking channel state. -7. Simplify consumer/provider side check in RpcContext, #1444. \ No newline at end of file +7. Simplify consumer/provider side check in RpcContext, #1444. + +Issues and Pull Requests, check [milestone-2.6.2](https://github.com/apache/incubator-dubbo/milestone/15). \ No newline at end of file From d7b3eaffd9f710b1726120dd40d8b2a14d383525 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Mon, 21 May 2018 21:20:46 +0800 Subject: [PATCH 15/28] Go back to 2.6.2-SNAPSHOT to prepare for the next release. --- all/pom.xml | 6 +++--- bom/pom.xml | 11 ++--------- dependencies-bom/pom.xml | 3 +-- distribution/pom.xml | 2 +- dubbo-cluster/pom.xml | 2 +- dubbo-common/pom.xml | 4 ++-- dubbo-config/dubbo-config-api/pom.xml | 2 +- dubbo-config/dubbo-config-spring/pom.xml | 2 +- dubbo-config/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- dubbo-filter/dubbo-filter-cache/pom.xml | 2 +- dubbo-filter/dubbo-filter-validation/pom.xml | 2 +- dubbo-filter/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-api/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-default/pom.xml | 2 +- dubbo-monitor/pom.xml | 2 +- dubbo-plugin/dubbo-qos/pom.xml | 2 +- dubbo-plugin/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- 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 | 2 +- dubbo-serialization/dubbo-serialization-api/pom.xml | 4 ++-- .../dubbo-serialization-fastjson/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-fst/pom.xml | 2 +- .../dubbo-serialization-hessian2/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-jdk/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-kryo/pom.xml | 2 +- dubbo-serialization/pom.xml | 2 +- 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 | 4 ++-- hessian-lite/pom.xml | 4 ++-- pom.xml | 8 ++++---- 68 files changed, 80 insertions(+), 88 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 874f476731c..52cc14e7980 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -19,11 +19,11 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT ../pom.xml dubbo - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT jar dubbo-all The all in one project of dubbo @@ -321,7 +321,7 @@ com.alibaba hessian-lite - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT compile true diff --git a/bom/pom.xml b/bom/pom.xml index 872eef1c183..ca08bc9d486 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -3,12 +3,6 @@ 4.0.0 - - - - - - org.sonatype.oss oss-parent @@ -17,7 +11,7 @@ com.alibaba dubbo-bom - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT pom dubbo-bom @@ -45,7 +39,6 @@ https://github.com/alibaba/dubbo/tree/master scm:git:git://github.com/alibaba/dubbo.git scm:git:git@github.com:alibaba/dubbo.git - dubbo-2.6.2-SNAPSHOT @@ -284,7 +277,7 @@ com.alibaba hessian-lite - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 1a8013c5609..1c22e0a1e9f 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -10,7 +10,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT pom dubbo-dependencies-bom @@ -38,7 +38,6 @@ https://github.com/alibaba/dubbo/tree/master scm:git:git://github.com/alibaba/dubbo.git scm:git:git@github.com:alibaba/dubbo.git - dubbo-2.6.2-SNAPSHOT diff --git a/distribution/pom.xml b/distribution/pom.xml index 6f0e407e8ae..42ef107416f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-distribution pom diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 4891dc3b73a..18b484c8555 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index 3a2344375e5..0105932f8b3 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-common jar @@ -50,7 +50,7 @@ com.alibaba hessian-lite - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT com.alibaba diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index dd0b9ed51d0..a753a9ca6cd 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-config - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-config-api jar diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index 97523135a5a..419071bb3fd 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-config - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-config-spring jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index 13fb0ccba50..cdbe055830c 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-config pom diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index 3897225e2d8..21fd4887833 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-container-api jar diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index 712101aad22..af8c3317278 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-container-log4j jar diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index 74b01709c49..a68bc18eaff 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-container-logback jar diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index 3fd343ddf50..f38fd18f0bb 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-container-spring jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index a846bf57ffb..0b81298b0ce 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-container pom diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index 468af17be3d..6464523b181 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-demo-api jar diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index 2cb01d84dad..37d70fa253a 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-demo-consumer jar diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index 801e7de049b..e3cd6778bf1 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index 6e9faf04918..1ff1a25cdde 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-demo pom diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index d0a756f8e96..13d8c29b885 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-filter - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-filter-cache jar diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index 614fd242c6e..d6de86f9dfb 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-filter - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-filter-validation jar diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index 1a3add3d65e..49c826dcd64 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-filter pom diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index cfca8b47867..d08533824d8 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-monitor - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-monitor-api jar diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index 75e6dba8d4c..ddf2c944631 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-monitor - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-monitor-default jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 2c3be2bf88e..36d7d5c3f0c 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-monitor pom diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index 1a6257f861e..3c6a9a4d8dc 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-plugin - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT 4.0.0 diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index 54c44c2ec6e..d57174464a7 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -18,7 +18,7 @@ dubbo-parent com.alibaba - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT 4.0.0 diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index adefa0b1768..e4a0b1547f0 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-registry-api jar diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index f4512b48e4d..b9bc907d739 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-registry-default jar diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index 0f974a4e841..3a5766db6d3 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-registry-multicast jar diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 7a0a129cad8..604daf83cb4 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-registry-redis jar diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index 818f9d944d1..5c96119f2ba 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index 011056107f4..b44714d3e0a 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-registry pom diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index 122edc5c646..41c5c8c7f10 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-api jar diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index b29b1d85b0e..aa29fb2b829 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-grizzly jar diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index cc390d4a6ea..88e84bfffab 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-http jar diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index 82e9a820f44..c46c045bb01 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-mina jar diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index 297d467e187..3894fe7fa4c 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-remoting - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-netty jar diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index 786771c755f..170dd3bace6 100644 --- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml @@ -18,7 +18,7 @@ dubbo-remoting com.alibaba - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT 4.0.0 diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index d0f71d676a6..76fad550061 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-p2p jar diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index bbae5829dda..395b44eee8c 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-remoting - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting-zookeeper jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index 54ce6145e98..c9bdb6f83d4 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-remoting pom diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index 16449a813a3..b713a36e84e 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-api jar diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml index 5a91bf059f6..a43eb0e9ff5 100644 --- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml +++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-dubbo jar diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index ff221f154a1..bab2eed20ae 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-hessian jar diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index f967345d5a7..c7941f6195f 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-http jar diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index 390468549ff..55fd84aadda 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-injvm jar diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index 977831514eb..007934e746b 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-memcached jar diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index 27e1fc17240..c703239cfc0 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-redis jar diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index f568cfb1973..56a0842af76 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-rpc - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-rest jar diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index d20e9fb4766..2c2006f749a 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-rmi jar diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index f7cc6c8cc7c..06566821737 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-thrift jar diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index 88b81ea6ac0..be7fcd0b011 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc-webservice jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 389d592f3df..69b401e6994 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-rpc pom diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml index 97b2745157c..591adc00f70 100644 --- a/dubbo-serialization/dubbo-serialization-api/pom.xml +++ b/dubbo-serialization/dubbo-serialization-api/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization-api jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT com.alibaba diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml index ac98621fb81..f6a10bdb56e 100644 --- a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization-fastjson jar diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml index 4274f52c986..677041e4454 100644 --- a/dubbo-serialization/dubbo-serialization-fst/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-serialization - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization-fst jar diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml index 8b1e63e3afa..c4c4ed624d3 100644 --- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml +++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization-hessian2 jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml index 36eb59ba733..51f459e049f 100644 --- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml +++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization-jdk jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml index a868862e33a..33915c62cd5 100644 --- a/dubbo-serialization/dubbo-serialization-kryo/pom.xml +++ b/dubbo-serialization/dubbo-serialization-kryo/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization-kryo jar diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index f5b3eddc6bf..e0a0b1d58b7 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-serialization pom diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index cc4877ae912..53c451ad201 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-test-benchmark jar diff --git a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml index 2600f4afbad..7760a7d091e 100644 --- a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml @@ -19,7 +19,7 @@ dubbo-test-compatibility com.alibaba - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT 4.0.0 diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index 733069bed22..b16d59c131c 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-test - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-test-compatibility pom diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index 6d9fd8b6c0b..6077ab120b4 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-test-examples jar diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index 391a5c707fd..e2215a76056 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-test-integration jar diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index eff133a0f58..9786acedc58 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT dubbo-test pom @@ -179,7 +179,7 @@ com.alibaba hessian-lite - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT org.hibernate diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index b03cd473e1b..c8bacd6f9b4 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -19,10 +19,10 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT hessian-lite jar - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT Hessian Lite(Alibaba embed version) diff --git a/pom.xml b/pom.xml index f008d466558..fd348f2c042 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.alibaba dubbo-parent - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT pom ${project.artifactId} @@ -45,8 +45,7 @@ https://github.com/apache/incubator-dubbo scm:git:https://github.com/apache/incubator-dubbo.git scm:git:https://github.com/apache/incubator-dubbo.git - dubbo-2.6.2-SNAPSHOT - + Development List @@ -135,6 +134,7 @@ dependencies-bom bom all + distribution @@ -142,7 +142,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.3-SNAPSHOT + 2.6.2-SNAPSHOT pom import From 7c07339c55e9790eaed579a3aef93c51de45ab73 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Mon, 21 May 2018 22:33:28 +0800 Subject: [PATCH 16/28] Add source-release assembly config --- distribution/pom.xml | 18 +++++-- .../{release-bin.xml => bin-release.xml} | 4 +- distribution/src/assembly/source-release.xml | 51 +++++++++++++++++++ pom.xml | 27 ---------- 4 files changed, 68 insertions(+), 32 deletions(-) rename distribution/src/assembly/{release-bin.xml => bin-release.xml} (94%) create mode 100644 distribution/src/assembly/source-release.xml diff --git a/distribution/pom.xml b/distribution/pom.xml index 42ef107416f..fe9ea2548d3 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -249,21 +249,33 @@ - dubbo-incubating + dubbo-incubating-${project.version} maven-assembly-plugin 3.1.0 - release-bin + bin-release package single - src/assembly/release-bin.xml + src/assembly/bin-release.xml + + + + + source-release + package + + single + + + + src/assembly/source-release.xml diff --git a/distribution/src/assembly/release-bin.xml b/distribution/src/assembly/bin-release.xml similarity index 94% rename from distribution/src/assembly/release-bin.xml rename to distribution/src/assembly/bin-release.xml index 5e63907efcf..2146b78e900 100644 --- a/distribution/src/assembly/release-bin.xml +++ b/distribution/src/assembly/bin-release.xml @@ -16,12 +16,12 @@ --> - release-bin + bin-release zip true - ${project.build.finalName}-${project.version}-bin-release + ${project.build.finalName}-bin-release ../ diff --git a/distribution/src/assembly/source-release.xml b/distribution/src/assembly/source-release.xml new file mode 100644 index 00000000000..d2bc2b76931 --- /dev/null +++ b/distribution/src/assembly/source-release.xml @@ -0,0 +1,51 @@ + + + source-release + + zip + + true + ${project.build.finalName}-source-release + + + + ../ + true + + **/* + + + **/target/** + **/build/** + **/eclipse-classes/** + **/.* + **/.*/** + *.enc + *.gpg + **/surefire* + **/svn-commit* + **/.idea/** + **/*.iml + **/*.ipr + **/*.iws + **/cobertura.ser + + + + diff --git a/pom.xml b/pom.xml index fd348f2c042..411db8c40b0 100644 --- a/pom.xml +++ b/pom.xml @@ -530,33 +530,6 @@ deploy - - org.apache.maven.plugins - maven-assembly-plugin - - - org.apache.apache.resources - apache-source-release-assembly-descriptor - 1.0.6 - - - - - source-release-assembly - package - - single - - - true - - source-release - - gnu - - - - From 472e62c831163dc93093fdb56a4cc0183ec65778 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Mon, 21 May 2018 22:58:41 +0800 Subject: [PATCH 17/28] Add arguments for release-plugin --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 411db8c40b0..eaf8a0802bb 100644 --- a/pom.xml +++ b/pom.xml @@ -115,6 +115,7 @@ 3.0.0 0.8.1 0.12 + @@ -528,6 +529,7 @@ false release deploy + ${arguments} From b09e7a4854b50ef31b102d34678f0770d17982f6 Mon Sep 17 00:00:00 2001 From: beiwei30 Date: Mon, 21 May 2018 16:21:42 +0800 Subject: [PATCH 18/28] #1816: dubbo schema compatibility --- .../main/resources/META-INF/compat/dubbo.xsd | 1210 +++++++++++++++++ .../main/resources/META-INF/spring.handlers | 3 +- .../main/resources/META-INF/spring.schemas | 3 +- 3 files changed, 1214 insertions(+), 2 deletions(-) create mode 100644 dubbo-config/dubbo-config-spring/src/main/resources/META-INF/compat/dubbo.xsd diff --git a/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/compat/dubbo.xsd b/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/compat/dubbo.xsd new file mode 100644 index 00000000000..91069146e1a --- /dev/null +++ b/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/compat/dubbo.xsd @@ -0,0 +1,1210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/spring.handlers b/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/spring.handlers index c3d09aefcd2..d6329bfeabb 100644 --- a/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/spring.handlers +++ b/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/spring.handlers @@ -1 +1,2 @@ -http\://dubbo.apache.org/schema/dubbo=com.alibaba.dubbo.config.spring.schema.DubboNamespaceHandler \ No newline at end of file +http\://dubbo.apache.org/schema/dubbo=com.alibaba.dubbo.config.spring.schema.DubboNamespaceHandler +http\://code.alibabatech.com/schema/dubbo=com.alibaba.dubbo.config.spring.schema.DubboNamespaceHandler \ No newline at end of file diff --git a/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/spring.schemas b/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/spring.schemas index 91bb3d7fd80..7e0cfdee05d 100644 --- a/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/spring.schemas +++ b/dubbo-config/dubbo-config-spring/src/main/resources/META-INF/spring.schemas @@ -1 +1,2 @@ -http\://dubbo.apache.org/schema/dubbo/dubbo.xsd=META-INF/dubbo.xsd \ No newline at end of file +http\://dubbo.apache.org/schema/dubbo/dubbo.xsd=META-INF/dubbo.xsd +http\://code.alibabatech.com/schema/dubbo/dubbo.xsd=META-INF/compat/dubbo.xsd \ No newline at end of file From c968c092451e3cd3af4030cba20d7723c68b5e05 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Tue, 22 May 2018 08:20:10 +0800 Subject: [PATCH 19/28] Fix minor issues reported in 2.6.2 RC1 --- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 4 +-- bom/pom.xml | 65 +++++++++++++++++++++------------------- dependencies-bom/pom.xml | 65 +++++++++++++++++++++------------------- 4 files changed, 71 insertions(+), 65 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 4496ab28994..b7c31c2e8d1 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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 dubbo@googlegroups.com. 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 dev@dubbo.apache.org. 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. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dd9ba965c18..6ef2d2b77c0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -10,11 +10,11 @@ Our code style is almost in line with the standard java conventions(Popular IDE' We provide a template file [dubbo_codestyle_for_idea.xml](https://github.com/alibaba/dubbo/tree/master/codestyle/dubbo_codestyle_for_idea.xml) for IntelliJ idea, you can import it to you IDE. If you use Eclipse you can config manually by referencing the same file. -* Make sure all new .java files to have a simple Javadoc class comment with at least an @author tag identifying you, and a @date tag identifying birth, and preferably at least a paragraph on what the class is for. +* Make sure all new .java files to have a simple Javadoc class comment with at least a @date tag identifying birth, and preferably at least a paragraph on what the class is for. * Add the ASF license header comment to all new .java files (copy from existing files in the project) -* Add yourself as an @author to the .java files that you modify substantially (more than cosmetic changes). +* Make sure no @author tag added to the file you contribute since @author tag is not used at Apache, other ways such as cvs will record all your contributions fairly. * Add some Javadocs and, if you change the namespace, some XSD doc elements. diff --git a/bom/pom.xml b/bom/pom.xml index ca08bc9d486..19dcc879111 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -16,57 +16,60 @@ dubbo-bom 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:git@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 + - Dubbo User Mailling List - dubbo+subscribe@googlegroups.com - dubbo+unsubscribe@googlegroups.com - dubbo@googlegroups.com - http://groups.google.com/group/dubbo + Development List + dev-subscribe@dubbo.apache.org + dev-unsubscribe@dubbo.apache.org + dev@dubbo.apache.org + + + Commits List + commits-subscribe@dubbo.apache.org + commits-unsubscribe@dubbo.apache.org + commits@dubbo.apache.org - Dubbo Developer Mailling List - dubbo-developers+subscribe@googlegroups.com - dubbo-developers+unsubscribe@googlegroups.com - dubbo-developers@googlegroups.com - http://groups.google.com/group/dubbo-developers + Issues List + issues-subscribe@dubbo.apache.org + issues-unsubscribe@dubbo.apache.org + issues@dubbo.apache.org dubbo.io The Dubbo Project Contributors - dubbo@googlegroups.com - http://dubbo.io - The Dubbo Project - http://dubbo.io + dev-subscribe@dubbo.apache.org + http://dubbo.apache.org/ + + The Apache Software Foundation + http://www.apache.org/ + + + + Github Issues + https://github.com/apache/incubator-dubbo/issues + + diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 1c22e0a1e9f..d00728d382a 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -15,57 +15,60 @@ dubbo-dependencies-bom 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:git@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 + - Dubbo User Mailling List - dubbo+subscribe@googlegroups.com - dubbo+unsubscribe@googlegroups.com - dubbo@googlegroups.com - http://groups.google.com/group/dubbo + Development List + dev-subscribe@dubbo.apache.org + dev-unsubscribe@dubbo.apache.org + dev@dubbo.apache.org + + + Commits List + commits-subscribe@dubbo.apache.org + commits-unsubscribe@dubbo.apache.org + commits@dubbo.apache.org - Dubbo Developer Mailling List - dubbo-developers+subscribe@googlegroups.com - dubbo-developers+unsubscribe@googlegroups.com - dubbo-developers@googlegroups.com - http://groups.google.com/group/dubbo-developers + Issues List + issues-subscribe@dubbo.apache.org + issues-unsubscribe@dubbo.apache.org + issues@dubbo.apache.org dubbo.io The Dubbo Project Contributors - dubbo@googlegroups.com - http://dubbo.io - The Dubbo Project - http://dubbo.io + dev-subscribe@dubbo.apache.org + http://dubbo.apache.org/ + + The Apache Software Foundation + http://www.apache.org/ + + + + Github Issues + https://github.com/apache/incubator-dubbo/issues + + 4.3.16.RELEASE From d11ddc05a71c86d174bb927f3a0af53487466257 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Tue, 22 May 2018 08:23:41 +0800 Subject: [PATCH 20/28] Add *.log exclude pattern for source-release assembly --- distribution/src/assembly/source-release.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/distribution/src/assembly/source-release.xml b/distribution/src/assembly/source-release.xml index d2bc2b76931..59ded45a2b4 100644 --- a/distribution/src/assembly/source-release.xml +++ b/distribution/src/assembly/source-release.xml @@ -45,6 +45,7 @@ **/*.ipr **/*.iws **/cobertura.ser + **/*.log From 81c3c0d0e24d2ff48b38adda6936fe912b27b066 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Tue, 22 May 2018 09:30:07 +0800 Subject: [PATCH 21/28] Skip checkstyle by default --- distribution/src/assembly/source-release.xml | 2 -- pom.xml | 13 +------------ 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/distribution/src/assembly/source-release.xml b/distribution/src/assembly/source-release.xml index 59ded45a2b4..410d8b52242 100644 --- a/distribution/src/assembly/source-release.xml +++ b/distribution/src/assembly/source-release.xml @@ -34,8 +34,6 @@ **/target/** **/build/** **/eclipse-classes/** - **/.* - **/.*/** *.enc *.gpg **/surefire* diff --git a/pom.xml b/pom.xml index eaf8a0802bb..83daf93e674 100644 --- a/pom.xml +++ b/pom.xml @@ -116,6 +116,7 @@ 0.8.1 0.12 + true @@ -592,18 +593,6 @@ maven-jetty-plugin ${maven_jetty_version} - - org.apache.maven.plugins - maven-checkstyle-plugin - ${maven_checkstyle_version} - - - com.puppycrawl.tools - checkstyle - 8.9 - - - From 63f63611ce7fd7f9082b9687f31a5772a30a2341 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Tue, 22 May 2018 09:39:03 +0800 Subject: [PATCH 22/28] Skip rat by default --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 83daf93e674..195a2a04219 100644 --- a/pom.xml +++ b/pom.xml @@ -117,6 +117,7 @@ 0.12 true + true From b4705d0ea6f57d4446017017ad9e0b17d895b397 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Tue, 22 May 2018 10:16:32 +0800 Subject: [PATCH 23/28] Merge checkstyle-plugin configuration --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 195a2a04219..253d1bf3eae 100644 --- a/pom.xml +++ b/pom.xml @@ -239,6 +239,14 @@ org.apache.maven.plugins maven-checkstyle-plugin + ${maven_checkstyle_version} + + + com.puppycrawl.tools + checkstyle + 8.9 + + checkstyle-validation From d4d8a508c8baf8b2c32d2833c470bcd2f9b5bf3d Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Tue, 22 May 2018 13:07:09 +0800 Subject: [PATCH 24/28] Exclude release temp files --- distribution/src/assembly/source-release.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distribution/src/assembly/source-release.xml b/distribution/src/assembly/source-release.xml index 410d8b52242..619e069abfb 100644 --- a/distribution/src/assembly/source-release.xml +++ b/distribution/src/assembly/source-release.xml @@ -44,6 +44,8 @@ **/*.iws **/cobertura.ser **/*.log + release.properties + **/*.releaseBackup From aa63752ae52dea7e89296de633a89eeaa3587ca2 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Tue, 22 May 2018 14:02:59 +0800 Subject: [PATCH 25/28] Exclude release temp files --- distribution/src/assembly/source-release.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distribution/src/assembly/source-release.xml b/distribution/src/assembly/source-release.xml index 619e069abfb..bd85f58b119 100644 --- a/distribution/src/assembly/source-release.xml +++ b/distribution/src/assembly/source-release.xml @@ -45,7 +45,7 @@ **/cobertura.ser **/*.log release.properties - **/*.releaseBackup + **/*.xml.* From 9e003d67fc2e22a0bc05fb8cf9fc41c500bb117b Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 24 May 2018 16:26:34 +0800 Subject: [PATCH 26/28] Add profile for distribution module --- distribution/pom.xml | 101 +++++++++++++++++++++++-------------------- 1 file changed, 53 insertions(+), 48 deletions(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index fe9ea2548d3..404bc7bd07e 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -248,52 +248,57 @@ - - dubbo-incubating-${project.version} - - - maven-assembly-plugin - 3.1.0 - - - bin-release - package - - single - - - - src/assembly/bin-release.xml - - - - - source-release - package - - single - - - - src/assembly/source-release.xml - - - - - - - org.apache.maven.plugins - maven-gpg-plugin - 1.6 - - - verify - - sign - - - - - - + + + release + + dubbo-incubating-${project.version} + + + maven-assembly-plugin + 3.1.0 + + + bin-release + package + + single + + + + src/assembly/bin-release.xml + + + + + source-release + package + + single + + + + src/assembly/source-release.xml + + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.6 + + + verify + + sign + + + + + + + + \ No newline at end of file From 5eeb240337ccfbc820d4bde023d8cf643f33d735 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 24 May 2018 17:51:14 +0800 Subject: [PATCH 27/28] [maven-release-plugin] prepare release dubbo-2.6.2 --- all/pom.xml | 6 +++--- bom/pom.xml | 7 ++++--- dependencies-bom/pom.xml | 5 +++-- distribution/pom.xml | 5 ++--- dubbo-cluster/pom.xml | 2 +- dubbo-common/pom.xml | 4 ++-- dubbo-config/dubbo-config-api/pom.xml | 2 +- dubbo-config/dubbo-config-spring/pom.xml | 2 +- dubbo-config/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- dubbo-filter/dubbo-filter-cache/pom.xml | 2 +- dubbo-filter/dubbo-filter-validation/pom.xml | 2 +- dubbo-filter/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-api/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-default/pom.xml | 2 +- dubbo-monitor/pom.xml | 2 +- dubbo-plugin/dubbo-qos/pom.xml | 2 +- dubbo-plugin/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- 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 | 2 +- dubbo-serialization/dubbo-serialization-api/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-fastjson/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-fst/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-hessian2/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-jdk/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-kryo/pom.xml | 2 +- dubbo-serialization/pom.xml | 2 +- dubbo-test/dubbo-test-benchmark/pom.xml | 2 +- .../dubbo-test-compatibility/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 | 4 ++-- hessian-lite/pom.xml | 4 ++-- pom.xml | 9 +++++---- 68 files changed, 86 insertions(+), 84 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 52cc14e7980..1627015999e 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -19,11 +19,11 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 ../pom.xml dubbo - 2.6.2-SNAPSHOT + 2.6.2 jar dubbo-all The all in one project of dubbo @@ -321,7 +321,7 @@ com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 compile true diff --git a/bom/pom.xml b/bom/pom.xml index 19dcc879111..6470166579b 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -11,7 +11,7 @@ com.alibaba dubbo-bom - 2.6.2-SNAPSHOT + 2.6.2 pom dubbo-bom @@ -30,7 +30,8 @@ https://github.com/apache/incubator-dubbo scm:git:https://github.com/apache/incubator-dubbo.git scm:git:https://github.com/apache/incubator-dubbo.git - + dubbo-2.6.2 + Development List @@ -280,7 +281,7 @@ com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index d00728d382a..ce0b879558e 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -10,7 +10,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.2-SNAPSHOT + 2.6.2 pom dubbo-dependencies-bom @@ -29,7 +29,8 @@ https://github.com/apache/incubator-dubbo scm:git:https://github.com/apache/incubator-dubbo.git scm:git:https://github.com/apache/incubator-dubbo.git - + dubbo-2.6.2 + Development List diff --git a/distribution/pom.xml b/distribution/pom.xml index 404bc7bd07e..d5ef3ac1524 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -14,13 +14,12 @@ See the License for the specific language governing permissions and limitations under the License. --> - + 4.0.0 com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-distribution pom diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 18b484c8555..ca296ecb875 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index 0105932f8b3..b8a9da91406 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-common jar @@ -50,7 +50,7 @@ com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 com.alibaba diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index a753a9ca6cd..47db27bddd3 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-config - 2.6.2-SNAPSHOT + 2.6.2 dubbo-config-api jar diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index 419071bb3fd..ffc6f6b6964 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-config - 2.6.2-SNAPSHOT + 2.6.2 dubbo-config-spring jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index cdbe055830c..1d85a69bfd8 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-config pom diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index 21fd4887833..e1a9445e31c 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container-api jar diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index af8c3317278..3415da96e4f 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container-log4j jar diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index a68bc18eaff..a37bfdcac74 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container-logback jar diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index f38fd18f0bb..ab45d357493 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container-spring jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index 0b81298b0ce..be1d07e9426 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-container pom diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index 6464523b181..8bc601b3277 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.2-SNAPSHOT + 2.6.2 dubbo-demo-api jar diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index 37d70fa253a..3e66e27ff2b 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.2-SNAPSHOT + 2.6.2 dubbo-demo-consumer jar diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index e3cd6778bf1..076498f3745 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.2-SNAPSHOT + 2.6.2 dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index 1ff1a25cdde..afe96f828bd 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-demo pom diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index 13d8c29b885..a8efdce3f12 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-filter - 2.6.2-SNAPSHOT + 2.6.2 dubbo-filter-cache jar diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index d6de86f9dfb..7fd210bdef4 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-filter - 2.6.2-SNAPSHOT + 2.6.2 dubbo-filter-validation jar diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index 49c826dcd64..a5841d850b5 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-filter pom diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index d08533824d8..cf76d8bc568 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-monitor - 2.6.2-SNAPSHOT + 2.6.2 dubbo-monitor-api jar diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index ddf2c944631..f8148e2e4b4 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-monitor - 2.6.2-SNAPSHOT + 2.6.2 dubbo-monitor-default jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 36d7d5c3f0c..4fa647a541d 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-monitor pom diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index 3c6a9a4d8dc..4e900094d72 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-plugin - 2.6.2-SNAPSHOT + 2.6.2 4.0.0 diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index d57174464a7..2b912e103c8 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -18,7 +18,7 @@ dubbo-parent com.alibaba - 2.6.2-SNAPSHOT + 2.6.2 4.0.0 diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index e4a0b1547f0..b3b440948cc 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-api jar diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index b9bc907d739..14b073753c7 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-default jar diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index 3a5766db6d3..d2ad3a41b7f 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-multicast jar diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 604daf83cb4..744509218fb 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-redis jar diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index 5c96119f2ba..40282ae248b 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index b44714d3e0a..b03ad9ce39e 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-registry pom diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index 41c5c8c7f10..ff69e5f51a9 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-api jar diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index aa29fb2b829..eb668d56939 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-grizzly jar diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index 88e84bfffab..344e6980fa5 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-http jar diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index c46c045bb01..3ba2882ca68 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-mina jar diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index 3894fe7fa4c..8d68ad11b1f 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-netty jar diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index 170dd3bace6..c45b55d2fcc 100644 --- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml @@ -18,7 +18,7 @@ dubbo-remoting com.alibaba - 2.6.2-SNAPSHOT + 2.6.2 4.0.0 diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index 76fad550061..9d54b1b7925 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-p2p jar diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index 395b44eee8c..c4b3709c173 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-remoting - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting-zookeeper jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index c9bdb6f83d4..723e3b29100 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-remoting pom diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index b713a36e84e..d20c9132a56 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-api jar diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml index a43eb0e9ff5..c719d0152d1 100644 --- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml +++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-dubbo jar diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index bab2eed20ae..71d22989138 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-hessian jar diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index c7941f6195f..56da859a3a5 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-http jar diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index 55fd84aadda..8b1b8a68780 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-injvm jar diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index 007934e746b..3e6f66cad0d 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-memcached jar diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index c703239cfc0..2830cbb5369 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-redis jar diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index 56a0842af76..c69c18db964 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-rest jar diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index 2c2006f749a..b3178fca542 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-rmi jar diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index 06566821737..ef7ef51387c 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-thrift jar diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index be7fcd0b011..3b8be75930a 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc-webservice jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 69b401e6994..caed540ee06 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-rpc pom diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml index 591adc00f70..793c0e93edb 100644 --- a/dubbo-serialization/dubbo-serialization-api/pom.xml +++ b/dubbo-serialization/dubbo-serialization-api/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-api jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 com.alibaba diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml index f6a10bdb56e..60158fbd124 100644 --- a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-fastjson jar diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml index 677041e4454..1f8084e3606 100644 --- a/dubbo-serialization/dubbo-serialization-fst/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-fst jar diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml index c4c4ed624d3..967910f166f 100644 --- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml +++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-hessian2 jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml index 51f459e049f..ce4355fdf17 100644 --- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml +++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-jdk jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml index 33915c62cd5..daee5bb9939 100644 --- a/dubbo-serialization/dubbo-serialization-kryo/pom.xml +++ b/dubbo-serialization/dubbo-serialization-kryo/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization-kryo jar diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index e0a0b1d58b7..b2fbe1fc9af 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-serialization pom diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index 53c451ad201..b1ef5415067 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test-benchmark jar diff --git a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml index 7760a7d091e..b0b2c35bd32 100644 --- a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml @@ -19,7 +19,7 @@ dubbo-test-compatibility com.alibaba - 2.6.2-SNAPSHOT + 2.6.2 4.0.0 diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index b16d59c131c..38ddbcb4d25 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-test - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test-compatibility pom diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index 6077ab120b4..5d07b7777a4 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test-examples jar diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index e2215a76056..3cbca80c09e 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test-integration jar diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index 9786acedc58..2c7a9a98d7b 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 dubbo-test pom @@ -179,7 +179,7 @@ com.alibaba hessian-lite - 2.6.2-SNAPSHOT + 2.6.2 org.hibernate diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index c8bacd6f9b4..eb9603672af 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -19,10 +19,10 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 hessian-lite jar - 2.6.2-SNAPSHOT + 2.6.2 Hessian Lite(Alibaba embed version) diff --git a/pom.xml b/pom.xml index 253d1bf3eae..787a1f5f3ed 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.alibaba dubbo-parent - 2.6.2-SNAPSHOT + 2.6.2 pom ${project.artifactId} @@ -45,7 +45,8 @@ https://github.com/apache/incubator-dubbo scm:git:https://github.com/apache/incubator-dubbo.git scm:git:https://github.com/apache/incubator-dubbo.git - + dubbo-2.6.2 + Development List @@ -115,7 +116,7 @@ 3.0.0 0.8.1 0.12 - + true true @@ -145,7 +146,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.2-SNAPSHOT + 2.6.2 pom import From 1e729afa0a6fd3bbf39a5713434d29ba7712b1cf Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 24 May 2018 17:52:17 +0800 Subject: [PATCH 28/28] [maven-release-plugin] prepare for next development iteration --- all/pom.xml | 6 +++--- bom/pom.xml | 6 +++--- dependencies-bom/pom.xml | 4 ++-- distribution/pom.xml | 2 +- dubbo-cluster/pom.xml | 2 +- dubbo-common/pom.xml | 4 ++-- dubbo-config/dubbo-config-api/pom.xml | 2 +- dubbo-config/dubbo-config-spring/pom.xml | 2 +- dubbo-config/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- dubbo-filter/dubbo-filter-cache/pom.xml | 2 +- dubbo-filter/dubbo-filter-validation/pom.xml | 2 +- dubbo-filter/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-api/pom.xml | 2 +- dubbo-monitor/dubbo-monitor-default/pom.xml | 2 +- dubbo-monitor/pom.xml | 2 +- dubbo-plugin/dubbo-qos/pom.xml | 2 +- dubbo-plugin/pom.xml | 2 +- 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 | 2 +- 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 | 2 +- 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 | 2 +- dubbo-serialization/dubbo-serialization-api/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-fastjson/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-fst/pom.xml | 2 +- dubbo-serialization/dubbo-serialization-hessian2/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-jdk/pom.xml | 4 ++-- dubbo-serialization/dubbo-serialization-kryo/pom.xml | 2 +- dubbo-serialization/pom.xml | 2 +- dubbo-test/dubbo-test-benchmark/pom.xml | 2 +- .../dubbo-test-compatibility/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 | 4 ++-- hessian-lite/pom.xml | 4 ++-- pom.xml | 6 +++--- 68 files changed, 81 insertions(+), 81 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 1627015999e..874f476731c 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -19,11 +19,11 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT ../pom.xml dubbo - 2.6.2 + 2.6.3-SNAPSHOT jar dubbo-all The all in one project of dubbo @@ -321,7 +321,7 @@ com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT compile true diff --git a/bom/pom.xml b/bom/pom.xml index 6470166579b..4e0f26b0fc1 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -11,7 +11,7 @@ com.alibaba dubbo-bom - 2.6.2 + 2.6.3-SNAPSHOT pom dubbo-bom @@ -30,7 +30,7 @@ https://github.com/apache/incubator-dubbo scm:git:https://github.com/apache/incubator-dubbo.git scm:git:https://github.com/apache/incubator-dubbo.git - dubbo-2.6.2 + HEAD @@ -281,7 +281,7 @@ com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index ce0b879558e..8b29dbaedfe 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -10,7 +10,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.2 + 2.6.3-SNAPSHOT pom dubbo-dependencies-bom @@ -29,7 +29,7 @@ https://github.com/apache/incubator-dubbo scm:git:https://github.com/apache/incubator-dubbo.git scm:git:https://github.com/apache/incubator-dubbo.git - dubbo-2.6.2 + HEAD diff --git a/distribution/pom.xml b/distribution/pom.xml index d5ef3ac1524..ddfc690f073 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-distribution pom diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index ca296ecb875..4891dc3b73a 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index b8a9da91406..3a2344375e5 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-common jar @@ -50,7 +50,7 @@ com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT com.alibaba diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index 47db27bddd3..dd0b9ed51d0 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-config - 2.6.2 + 2.6.3-SNAPSHOT dubbo-config-api jar diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index ffc6f6b6964..97523135a5a 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-config - 2.6.2 + 2.6.3-SNAPSHOT dubbo-config-spring jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index 1d85a69bfd8..13fb0ccba50 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-config pom diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index e1a9445e31c..3897225e2d8 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2 + 2.6.3-SNAPSHOT dubbo-container-api jar diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index 3415da96e4f..712101aad22 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2 + 2.6.3-SNAPSHOT dubbo-container-log4j jar diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index a37bfdcac74..74b01709c49 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2 + 2.6.3-SNAPSHOT dubbo-container-logback jar diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index ab45d357493..3fd343ddf50 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-container - 2.6.2 + 2.6.3-SNAPSHOT dubbo-container-spring jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index be1d07e9426..a846bf57ffb 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-container pom diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index 8bc601b3277..468af17be3d 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.2 + 2.6.3-SNAPSHOT dubbo-demo-api jar diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index 3e66e27ff2b..2cb01d84dad 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.2 + 2.6.3-SNAPSHOT dubbo-demo-consumer jar diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index 076498f3745..801e7de049b 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-demo - 2.6.2 + 2.6.3-SNAPSHOT dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index afe96f828bd..6e9faf04918 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-demo pom diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index a8efdce3f12..d0a756f8e96 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-filter - 2.6.2 + 2.6.3-SNAPSHOT dubbo-filter-cache jar diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index 7fd210bdef4..614fd242c6e 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-filter - 2.6.2 + 2.6.3-SNAPSHOT dubbo-filter-validation jar diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index a5841d850b5..1a3add3d65e 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-filter pom diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index cf76d8bc568..cfca8b47867 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-monitor - 2.6.2 + 2.6.3-SNAPSHOT dubbo-monitor-api jar diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index f8148e2e4b4..75e6dba8d4c 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-monitor - 2.6.2 + 2.6.3-SNAPSHOT dubbo-monitor-default jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 4fa647a541d..2c3be2bf88e 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-monitor pom diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index 4e900094d72..1a6257f861e 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-plugin - 2.6.2 + 2.6.3-SNAPSHOT 4.0.0 diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index 2b912e103c8..54c44c2ec6e 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -18,7 +18,7 @@ dubbo-parent com.alibaba - 2.6.2 + 2.6.3-SNAPSHOT 4.0.0 diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index b3b440948cc..adefa0b1768 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.3-SNAPSHOT dubbo-registry-api jar diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index 14b073753c7..f4512b48e4d 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.3-SNAPSHOT dubbo-registry-default jar diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index d2ad3a41b7f..0f974a4e841 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.3-SNAPSHOT dubbo-registry-multicast jar diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 744509218fb..7a0a129cad8 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.3-SNAPSHOT dubbo-registry-redis jar diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index 40282ae248b..818f9d944d1 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-registry - 2.6.2 + 2.6.3-SNAPSHOT dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index b03ad9ce39e..011056107f4 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-registry pom diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index ff69e5f51a9..122edc5c646 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-api jar diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index eb668d56939..b29b1d85b0e 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-grizzly jar diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index 344e6980fa5..cc390d4a6ea 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-http jar diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index 3ba2882ca68..82e9a820f44 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-mina jar diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index 8d68ad11b1f..297d467e187 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-netty jar diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index c45b55d2fcc..786771c755f 100644 --- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml @@ -18,7 +18,7 @@ dubbo-remoting com.alibaba - 2.6.2 + 2.6.3-SNAPSHOT 4.0.0 diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index 9d54b1b7925..d0f71d676a6 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-p2p jar diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index c4b3709c173..bbae5829dda 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-remoting - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting-zookeeper jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index 723e3b29100..54ce6145e98 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-remoting pom diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index d20c9132a56..16449a813a3 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-api jar diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml index c719d0152d1..5a91bf059f6 100644 --- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml +++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-dubbo jar diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index 71d22989138..ff221f154a1 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-hessian jar diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index 56da859a3a5..f967345d5a7 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-http jar diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index 8b1b8a68780..390468549ff 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-injvm jar diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index 3e6f66cad0d..977831514eb 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-memcached jar diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index 2830cbb5369..27e1fc17240 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-redis jar diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index c69c18db964..f568cfb1973 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -18,7 +18,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-rest jar diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index b3178fca542..d20e9fb4766 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-rmi jar diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index ef7ef51387c..f7cc6c8cc7c 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-thrift jar diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index 3b8be75930a..88b81ea6ac0 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-rpc - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc-webservice jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index caed540ee06..389d592f3df 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-rpc pom diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml index 793c0e93edb..97b2745157c 100644 --- a/dubbo-serialization/dubbo-serialization-api/pom.xml +++ b/dubbo-serialization/dubbo-serialization-api/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization-api jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT com.alibaba diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml index 60158fbd124..ac98621fb81 100644 --- a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization-fastjson jar diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml index 1f8084e3606..4274f52c986 100644 --- a/dubbo-serialization/dubbo-serialization-fst/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-serialization - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization-fst jar diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml index 967910f166f..8b1e63e3afa 100644 --- a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml +++ b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization-hessian2 jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml index ce4355fdf17..36eb59ba733 100644 --- a/dubbo-serialization/dubbo-serialization-jdk/pom.xml +++ b/dubbo-serialization/dubbo-serialization-jdk/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization-jdk jar @@ -38,7 +38,7 @@ limitations under the License. com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT \ No newline at end of file diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml index daee5bb9939..a868862e33a 100644 --- a/dubbo-serialization/dubbo-serialization-kryo/pom.xml +++ b/dubbo-serialization/dubbo-serialization-kryo/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-serialization - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization-kryo jar diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index b2fbe1fc9af..f5b3eddc6bf 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-serialization pom diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index b1ef5415067..cc4877ae912 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.2 + 2.6.3-SNAPSHOT dubbo-test-benchmark jar diff --git a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml index b0b2c35bd32..2600f4afbad 100644 --- a/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml @@ -19,7 +19,7 @@ dubbo-test-compatibility com.alibaba - 2.6.2 + 2.6.3-SNAPSHOT 4.0.0 diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index 38ddbcb4d25..733069bed22 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-test - 2.6.2 + 2.6.3-SNAPSHOT dubbo-test-compatibility pom diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index 5d07b7777a4..6d9fd8b6c0b 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.2 + 2.6.3-SNAPSHOT dubbo-test-examples jar diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index 3cbca80c09e..391a5c707fd 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-test - 2.6.2 + 2.6.3-SNAPSHOT dubbo-test-integration jar diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index 2c7a9a98d7b..eff133a0f58 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -19,7 +19,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT dubbo-test pom @@ -179,7 +179,7 @@ com.alibaba hessian-lite - 2.6.2 + 2.6.3-SNAPSHOT org.hibernate diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index eb9603672af..b03cd473e1b 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -19,10 +19,10 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT hessian-lite jar - 2.6.2 + 2.6.3-SNAPSHOT Hessian Lite(Alibaba embed version) diff --git a/pom.xml b/pom.xml index 787a1f5f3ed..69df9b081d4 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.alibaba dubbo-parent - 2.6.2 + 2.6.3-SNAPSHOT pom ${project.artifactId} @@ -45,7 +45,7 @@ https://github.com/apache/incubator-dubbo scm:git:https://github.com/apache/incubator-dubbo.git scm:git:https://github.com/apache/incubator-dubbo.git - dubbo-2.6.2 + HEAD @@ -146,7 +146,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.2 + 2.6.3-SNAPSHOT pom import