From 1503d6deee645c8b95362bfa2e8dd6cbcf8430e7 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 26 Apr 2018 19:22:49 +0800 Subject: [PATCH] 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 e28108d28a..206f620ff8 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 58eb037ea6..5b70199d30 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 503182b280..6433e2daa6 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 4464888a8d..9738c1746d 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 682fa1c802..b61f690f18 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 ef25a876ce..1b701a5628 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 019537c58b..64b8e540e6 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 87b7e0efcf..1c266b9ed6 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 b0d58947a9..c31a598768 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 863ddcf4c0..a5051dfbb8 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 98fc54dd1d..7ba839cb93 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 b8b865bd16..40389fba2f 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 3e4a20680e..dad749f1c5 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 19c17cc2d7..d550598b41 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 22a7ac433e..faa5b963b2 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 ddfc888b2d..c2b1a19547 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 051fd7d930..f176e63495 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 bd0791f325..a1c9d4a65e 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 758434779d..024d5a299c 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 427427886f..755a7bbc1a 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 203de9e98f..d1af8490c9 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 b9526075b0..0e74174c8f 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 b8c39dbb43..162db8b0ad 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 da75cdf1d9..2b99b386df 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 aac6458d14..0b915d6ef8 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 9f432a2e0c..d9c59e4ed2 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 1786647fe8..2a1ee1620e 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 2b64e6c188..ce895ba60b 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 9257094ab9..caee559a8e 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 b1ba554622..f7e42ad31f 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 cf6ab87b6e..4b9613f81d 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 73cc9195bc..a2ecf7afc0 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 ef774e7bdf..3b2dc9192c 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 beb49e17b4..2b05f17374 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 a9958f1366..9e02ea28ba 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 e281ddcea3..f0d7cc7c62 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 836c88d3c5..397ae756f5 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 9cec967aaa..ffab44011c 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 2ff33976d1..a79e3d5084 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 da07bb131e..f822268b9d 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 44ceec52df..0f15ef829b 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 ff3c427177..fef7697fd8 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 114c65ee4b..5f8acbe88c 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 2e953ad6ac..aa408ed69c 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 d3529e4888..587486aa2f 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 ed50bbdbf7..a4e6fbf3f7 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 c9f5a98cf5..ddc640dc75 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 4a8a4b149e..d5d7661559 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 1624ea187e..93eca1f435 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 002eb7e2a3..bd29d365fc 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 aca13e223a..e9c1d18e28 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 4be7200ceb..24eb55e4bd 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 6a22ff86b8..54f5022113 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 c1dfe7e205..8bd60f3120 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 6f903d4e8e..c249709ae2 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 927b8feb20..cf32771703 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 1e84db6e42..a27d7cdfcc 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 f1757d2505..531d6071bc 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 d8f5912eef..d0f1c65921 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 6c3fc10b11..eb397275ef 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 894de82473..32ece066fb 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 3a2de9c65a..6c82d7997d 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 fd9cd1c6c2..2238dce22d 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 bfe38bc549..797d1508d1 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 022ad8f91b..68bd790fc9 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 07eec26931..be38f4421b 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 96ba40242e..5d033a3f67 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