This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch 2.6.3-release in repository https://gitbox.apache.org/repos/asf/incubator-dubbo.git
commit 375e2b9db6180744254dfc6e9d08b22d627dd7a3 Author: ken.lj <[email protected]> AuthorDate: Mon Aug 20 19:03:03 2018 +0800 Fix version issue: 2.6.2-SNAPSHOT to 2.6.3-SNAPSHOT --- all/pom.xml | 4 ++-- bom/pom.xml | 2 +- dependencies-bom/pom.xml | 2 +- distribution/pom.xml | 2 +- dubbo-bootstrap/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/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 ++-- pom.xml | 4 ++-- 68 files changed, 71 insertions(+), 71 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 0f66cd2..a07e38e 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -19,11 +19,11 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>dubbo</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> <packaging>jar</packaging> <name>dubbo-all</name> <description>The all in one project of dubbo</description> diff --git a/bom/pom.xml b/bom/pom.xml index c0dc55a..e8c4835 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -14,7 +14,7 @@ <groupId>com.alibaba</groupId> <artifactId>dubbo-bom</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> <packaging>pom</packaging> <name>dubbo-bom</name> diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index bf2c313..305c799 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -10,7 +10,7 @@ <groupId>com.alibaba</groupId> <artifactId>dubbo-dependencies-bom</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> <packaging>pom</packaging> <name>dubbo-dependencies-bom</name> diff --git a/distribution/pom.xml b/distribution/pom.xml index d9b6a23..cf770ae 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-distribution</artifactId> <packaging>pom</packaging> diff --git a/dubbo-bootstrap/pom.xml b/dubbo-bootstrap/pom.xml index 62fcc0d..8d7599c 100644 --- a/dubbo-bootstrap/pom.xml +++ b/dubbo-bootstrap/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>dubbo-parent</artifactId> <groupId>com.alibaba</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 18b484c..4891dc3 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-cluster</artifactId> <packaging>jar</packaging> diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index 9bbd290..0d555aa 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-common</artifactId> <packaging>jar</packaging> diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index a753a9c..dd0b9ed 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-config</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-config-api</artifactId> <packaging>jar</packaging> diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index 2ab9e51..13600ad 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-config</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-config-spring</artifactId> <packaging>jar</packaging> diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index cdbe055..13fb0cc 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-config</artifactId> <packaging>pom</packaging> diff --git a/dubbo-container/dubbo-container-api/pom.xml b/dubbo-container/dubbo-container-api/pom.xml index 21fd488..3897225 100644 --- a/dubbo-container/dubbo-container-api/pom.xml +++ b/dubbo-container/dubbo-container-api/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-container</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-container-api</artifactId> <packaging>jar</packaging> diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index af8c331..712101a 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-container</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-container-log4j</artifactId> <packaging>jar</packaging> diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index a68bc18..74b0170 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-container</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-container-logback</artifactId> <packaging>jar</packaging> diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index 82e7e8d..ef56b97 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-container</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-container-spring</artifactId> <packaging>jar</packaging> diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index 0b81298..a846bf5 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-container</artifactId> <packaging>pom</packaging> diff --git a/dubbo-demo/dubbo-demo-api/pom.xml b/dubbo-demo/dubbo-demo-api/pom.xml index 6464523..468af17 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-demo</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-demo-api</artifactId> <packaging>jar</packaging> diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index 37d70fa..2cb01d8 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-demo</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-demo-consumer</artifactId> <packaging>jar</packaging> diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index e3cd677..801e7de 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-demo</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-demo-provider</artifactId> <packaging>jar</packaging> diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index 1ff1a25..6e9faf0 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-demo</artifactId> <packaging>pom</packaging> diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index 36095e5..0e9ed21 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-filter</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-filter-cache</artifactId> <packaging>jar</packaging> diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index 9b398c7..d32abfe 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-filter</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-filter-validation</artifactId> <packaging>jar</packaging> diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index 49c826d..1a3add3 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-filter</artifactId> <packaging>pom</packaging> diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index 48a06f4..36bd093 100644 --- a/dubbo-monitor/dubbo-monitor-api/pom.xml +++ b/dubbo-monitor/dubbo-monitor-api/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-monitor</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-monitor-api</artifactId> <packaging>jar</packaging> diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index ddf2c94..75e6dba 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-monitor</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-monitor-default</artifactId> <packaging>jar</packaging> diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 36d7d5c..2c3be2b 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-monitor</artifactId> <packaging>pom</packaging> diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index 3c6a9a4..1a6257f 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-plugin</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index d571744..54c44c2 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>dubbo-parent</artifactId> <groupId>com.alibaba</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index e4a0b15..adefa0b 100644 --- a/dubbo-registry/dubbo-registry-api/pom.xml +++ b/dubbo-registry/dubbo-registry-api/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-registry</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-registry-api</artifactId> <packaging>jar</packaging> diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index b9bc907..f4512b4 100644 --- a/dubbo-registry/dubbo-registry-default/pom.xml +++ b/dubbo-registry/dubbo-registry-default/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-registry</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-registry-default</artifactId> <packaging>jar</packaging> diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index 3a5766d..0f974a4 100644 --- a/dubbo-registry/dubbo-registry-multicast/pom.xml +++ b/dubbo-registry/dubbo-registry-multicast/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-registry</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-registry-multicast</artifactId> <packaging>jar</packaging> diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 604daf8..7a0a129 100644 --- a/dubbo-registry/dubbo-registry-redis/pom.xml +++ b/dubbo-registry/dubbo-registry-redis/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-registry</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-registry-redis</artifactId> <packaging>jar</packaging> diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index 5c96119..818f9d9 100644 --- a/dubbo-registry/dubbo-registry-zookeeper/pom.xml +++ b/dubbo-registry/dubbo-registry-zookeeper/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-registry</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-registry-zookeeper</artifactId> <packaging>jar</packaging> diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index b44714d..0110561 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-registry</artifactId> <packaging>pom</packaging> diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index 41c5c8c..122edc5 100644 --- a/dubbo-remoting/dubbo-remoting-api/pom.xml +++ b/dubbo-remoting/dubbo-remoting-api/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-remoting</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-remoting-api</artifactId> <packaging>jar</packaging> diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index aa29fb2..b29b1d8 100644 --- a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml +++ b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-remoting</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-remoting-grizzly</artifactId> <packaging>jar</packaging> diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index 7fe9436..bd599a9 100644 --- a/dubbo-remoting/dubbo-remoting-http/pom.xml +++ b/dubbo-remoting/dubbo-remoting-http/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-remoting</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-remoting-http</artifactId> <packaging>jar</packaging> diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index c46c045..82e9a82 100644 --- a/dubbo-remoting/dubbo-remoting-mina/pom.xml +++ b/dubbo-remoting/dubbo-remoting-mina/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-remoting</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-remoting-mina</artifactId> <packaging>jar</packaging> diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index c73749b..20e84c6 100644 --- a/dubbo-remoting/dubbo-remoting-netty/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-remoting</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-remoting-netty</artifactId> <packaging>jar</packaging> diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index 71fee58..0185f84 100644 --- a/dubbo-remoting/dubbo-remoting-netty4/pom.xml +++ b/dubbo-remoting/dubbo-remoting-netty4/pom.xml @@ -18,7 +18,7 @@ <parent> <artifactId>dubbo-remoting</artifactId> <groupId>com.alibaba</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index 76fad55..d0f71d6 100644 --- a/dubbo-remoting/dubbo-remoting-p2p/pom.xml +++ b/dubbo-remoting/dubbo-remoting-p2p/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-remoting</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-remoting-p2p</artifactId> <packaging>jar</packaging> diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index df79648..7a02775 100644 --- a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml +++ b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-remoting</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-remoting-zookeeper</artifactId> <packaging>jar</packaging> diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index c9bdb6f..54ce614 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-remoting</artifactId> <packaging>pom</packaging> diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index b713a36..16449a8 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-rpc</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-rpc-api</artifactId> <packaging>jar</packaging> diff --git a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml index a43eb0e..5a91bf0 100644 --- a/dubbo-rpc/dubbo-rpc-dubbo/pom.xml +++ b/dubbo-rpc/dubbo-rpc-dubbo/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-rpc</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-rpc-dubbo</artifactId> <packaging>jar</packaging> diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index 20c9941..52f8766 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-rpc</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-rpc-hessian</artifactId> <packaging>jar</packaging> diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index 937a9d2..f407449 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-rpc</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-rpc-http</artifactId> <packaging>jar</packaging> diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index 55fd84a..3904685 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-rpc</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-rpc-injvm</artifactId> <packaging>jar</packaging> diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index 007934e..9778315 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-rpc</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-rpc-memcached</artifactId> <packaging>jar</packaging> diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index db51da1..fb95ebc 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-rpc</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-rpc-redis</artifactId> <packaging>jar</packaging> diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index a8c004b..9f2401e 100644 --- a/dubbo-rpc/dubbo-rpc-rest/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rest/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-rpc</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-rpc-rest</artifactId> <packaging>jar</packaging> diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index 2c2006f..d20e9fb 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-rpc</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-rpc-rmi</artifactId> <packaging>jar</packaging> diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index 0656682..f7cc6c8 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-rpc</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-rpc-thrift</artifactId> <packaging>jar</packaging> diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index 6f8a183..727ccad 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-rpc</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-rpc-webservice</artifactId> <packaging>jar</packaging> diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 69b401e..389d592 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-rpc</artifactId> <packaging>pom</packaging> diff --git a/dubbo-serialization/dubbo-serialization-api/pom.xml b/dubbo-serialization/dubbo-serialization-api/pom.xml index e6da861..35200c3 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. <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-serialization</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-serialization-api</artifactId> <packaging>jar</packaging> diff --git a/dubbo-serialization/dubbo-serialization-fastjson/pom.xml b/dubbo-serialization/dubbo-serialization-fastjson/pom.xml index f6a10bd..ac98621 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. <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-serialization</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-serialization-fastjson</artifactId> <packaging>jar</packaging> diff --git a/dubbo-serialization/dubbo-serialization-fst/pom.xml b/dubbo-serialization/dubbo-serialization-fst/pom.xml index 677041e..4274f52 100644 --- a/dubbo-serialization/dubbo-serialization-fst/pom.xml +++ b/dubbo-serialization/dubbo-serialization-fst/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-serialization</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-serialization-fst</artifactId> <packaging>jar</packaging> diff --git a/dubbo-serialization/dubbo-serialization-hessian2/pom.xml b/dubbo-serialization/dubbo-serialization-hessian2/pom.xml index 64bb00a..3e416ce 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. <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-serialization</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-serialization-hessian2</artifactId> <packaging>jar</packaging> diff --git a/dubbo-serialization/dubbo-serialization-jdk/pom.xml b/dubbo-serialization/dubbo-serialization-jdk/pom.xml index 3fc5d4f..c50719a 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. <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-serialization</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-serialization-jdk</artifactId> <packaging>jar</packaging> diff --git a/dubbo-serialization/dubbo-serialization-kryo/pom.xml b/dubbo-serialization/dubbo-serialization-kryo/pom.xml index 33915c6..a868862 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. <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-serialization</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-serialization-kryo</artifactId> <packaging>jar</packaging> diff --git a/dubbo-serialization/pom.xml b/dubbo-serialization/pom.xml index e0a0b1d..f5b3edd 100644 --- a/dubbo-serialization/pom.xml +++ b/dubbo-serialization/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-serialization</artifactId> <packaging>pom</packaging> diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index 53c451a..cc4877a 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-test</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-test-benchmark</artifactId> <packaging>jar</packaging> 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 7760a7d..2600f4a 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 @@ <parent> <artifactId>dubbo-test-compatibility</artifactId> <groupId>com.alibaba</groupId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index 3ff4afd..ef33669 100644 --- a/dubbo-test/dubbo-test-compatibility/pom.xml +++ b/dubbo-test/dubbo-test-compatibility/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-test</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-test-compatibility</artifactId> <packaging>pom</packaging> diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index 6077ab1..6d9fd8b 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-test</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-test-examples</artifactId> <packaging>jar</packaging> diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index e2215a7..391a5c7 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-test</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-test-integration</artifactId> <packaging>jar</packaging> diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index edf283e..2585582 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </parent> <artifactId>dubbo-test</artifactId> <packaging>pom</packaging> @@ -204,7 +204,7 @@ <dependency> <groupId>com.alibaba</groupId> <artifactId>dubbo-serialization-jdk</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> </dependency> <dependency> <groupId>org.hibernate</groupId> diff --git a/pom.xml b/pom.xml index 3c56952..69aa46e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ <groupId>com.alibaba</groupId> <artifactId>dubbo-parent</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> <packaging>pom</packaging> <name>${project.artifactId}</name> @@ -150,7 +150,7 @@ <dependency> <groupId>com.alibaba</groupId> <artifactId>dubbo-dependencies-bom</artifactId> - <version>2.6.2-SNAPSHOT</version> + <version>2.6.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency>
