From 6d52ddcdbe07d299049d1e2d4653b03c4b43972b Mon Sep 17 00:00:00 2001 From: Huxing Zhang Date: Wed, 9 May 2018 14:44:08 +0800 Subject: [PATCH] Bump version 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 94c68dace8..09bfe85daf 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,11 +20,11 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.2-SNAPSHOT ../pom.xml dubbo - 2.6.1 + 2.6.2-SNAPSHOT jar dubbo-all The all in one project of dubbo diff --git a/bom/pom.xml b/bom/pom.xml index 58eb037ea6..f4d50a9b5d 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -8,7 +8,7 @@ - + @@ -20,7 +20,7 @@ com.alibaba dubbo-bom - 2.6.1 + 2.6.2-SNAPSHOT pom dubbo-bom diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index 503182b280..13f572629d 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -13,7 +13,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.1 + 2.6.2-SNAPSHOT pom dubbo-dependencies-bom diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 4464888a8d..3f79703868 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.2-SNAPSHOT dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index 682fa1c802..63b15fbe78 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.1 + 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 ef25a876ce..0e7107376f 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.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 019537c58b..c7a666080b 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.2-SNAPSHOT dubbo-config-spring jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index 87b7e0efcf..09a231930c 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 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 b0d58947a9..e399c34293 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.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 863ddcf4c0..604c573321 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.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 98fc54dd1d..f03b0a3b0f 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.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 b8b865bd16..8221adf59a 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.2-SNAPSHOT dubbo-container-spring jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index 3e4a20680e..4e00fba5cc 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 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 19c17cc2d7..9316cbaec3 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.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 22a7ac433e..ca81339196 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.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 ddfc888b2d..0409cf9160 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.2-SNAPSHOT dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index 051fd7d930..5895cd5fbc 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 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 65164ba022..f20420bcd0 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.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 758434779d..d553750537 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.2-SNAPSHOT dubbo-filter-validation jar diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index 427427886f..969938c90d 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 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 203de9e98f..ad15b76c75 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.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 b9526075b0..a6d52c6582 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.2-SNAPSHOT dubbo-monitor-default jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index b8c39dbb43..76691d9448 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.2-SNAPSHOT dubbo-monitor pom diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index da75cdf1d9..b84034fdf5 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.2-SNAPSHOT 4.0.0 diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index aac6458d14..ca0e8d94a2 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -19,7 +19,7 @@ dubbo-parent com.alibaba - 2.6.1 + 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 9f432a2e0c..2eed9ade20 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.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 1786647fe8..22149676cf 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.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 2b64e6c188..3c403f6a2d 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.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 9257094ab9..11eeb1b6b7 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.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 b1ba554622..4b4bbf754d 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.2-SNAPSHOT dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index cf6ab87b6e..11efc5899c 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 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 73cc9195bc..83113d7194 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.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 ef774e7bdf..3c78111f15 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.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 beb49e17b4..e13d348b76 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.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 a9958f1366..2de2654d8e 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.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 e281ddcea3..1d88e51758 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.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 836c88d3c5..ef74d0ceb4 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.2-SNAPSHOT 4.0.0 diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index 9cec967aaa..89af9bdb6b 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.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 2ff33976d1..70cfd216b4 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.2-SNAPSHOT dubbo-remoting-zookeeper jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index da07bb131e..7333e1b7d0 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.1 + 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 44ceec52df..c04c63498f 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.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 ff3c427177..b9197f9d80 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.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 114c65ee4b..00ca28cf2a 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.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 2e953ad6ac..427b70ba6a 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.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 d3529e4888..e8f64e36bb 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.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 ed50bbdbf7..d5fcc7046b 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.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 c9f5a98cf5..19bad83e96 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.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 4a8a4b149e..026e2c293a 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.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 1624ea187e..f255bf0b12 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.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 002eb7e2a3..06b544fe59 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.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 aca13e223a..a2b656de69 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.2-SNAPSHOT dubbo-rpc-webservice jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 4be7200ceb..55fd13027e 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 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 6a22ff86b8..eca9eec62d 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.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 c1dfe7e205..cd2dd715a5 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.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 6f903d4e8e..09fb25df46 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.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 927b8feb20..13afbff7ab 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.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 1e84db6e42..dc7c1c0ad0 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.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 f1757d2505..6622a0af11 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.2-SNAPSHOT dubbo-serialization-kryo jar diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index d8f5912eef..9f6a280edf 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 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 6c3fc10b11..1721940c34 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.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 894de82473..75460b86dc 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.2-SNAPSHOT 4.0.0 diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index 3a2de9c65a..a0f853863d 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.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 fd9cd1c6c2..d3321d30e3 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.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 bfe38bc549..0e6fb90c2b 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.2-SNAPSHOT dubbo-test-integration jar diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index 022ad8f91b..7bab0f58dd 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.2-SNAPSHOT dubbo-test pom diff --git a/hessian-lite/pom.xml b/hessian-lite/pom.xml index 07eec26931..8e1de3815c 100644 --- a/hessian-lite/pom.xml +++ b/hessian-lite/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.2-SNAPSHOT hessian-lite jar diff --git a/pom.xml b/pom.xml index b5a04379f0..856eca68ef 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ com.alibaba dubbo-parent - 2.6.1 + 2.6.2-SNAPSHOT pom ${project.artifactId} @@ -143,7 +143,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.1 + 2.6.2-SNAPSHOT pom import