From da3783e3cdf553e6307f66c73a4481cc7f0a1ba6 Mon Sep 17 00:00:00 2001 From: "ken.lj" Date: Thu, 11 Jan 2018 17:35:11 +0800 Subject: [PATCH] Upgrade version to 2.6.1 --- all/pom.xml | 17 ++--------------- bom/pom.xml | 9 ++------- 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-log4j/pom.xml | 2 +- dubbo-container/dubbo-container-logback/pom.xml | 2 +- dubbo-container/dubbo-container-spring/pom.xml | 2 +- dubbo-container/pom.xml | 3 +-- dubbo-demo/dubbo-demo-api/pom.xml | 2 +- dubbo-demo/dubbo-demo-consumer/pom.xml | 2 +- dubbo-demo/dubbo-demo-provider/pom.xml | 2 +- dubbo-demo/pom.xml | 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-default/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-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 | 6 +----- pom.xml | 4 ++-- 58 files changed, 61 insertions(+), 84 deletions(-) diff --git a/all/pom.xml b/all/pom.xml index 9bd666253b5..086cfd36bf0 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -20,11 +20,11 @@ limitations under the License. com.alibaba dubbo-parent - 2.6.0 + 2.6.1 ../pom.xml dubbo - 2.6.0 + 2.6.1 jar dubbo-all The all in one project of dubbo @@ -256,13 +256,6 @@ limitations under the License. compile true - - com.alibaba - dubbo-container-jetty - ${project.version} - compile - true - com.alibaba dubbo-container-log4j @@ -400,7 +393,6 @@ limitations under the License. com.alibaba:dubbo-config-spring com.alibaba:dubbo-container-api com.alibaba:dubbo-container-spring - com.alibaba:dubbo-container-jetty com.alibaba:dubbo-container-log4j com.alibaba:dubbo-container-logback com.alibaba:dubbo-qos @@ -519,11 +511,6 @@ limitations under the License. implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> META-INF/dubbo/internal/com.alibaba.dubbo.container.Container - - META-INF/dubbo/internal/com.alibaba.dubbo.container.page.PageHandler - - META-INF/dubbo/internal/com.alibaba.dubbo.monitor.MonitorFactory diff --git a/bom/pom.xml b/bom/pom.xml index 888e85c8eb3..6cb48b5b7a4 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -8,7 +8,7 @@ - + @@ -20,7 +20,7 @@ com.alibaba dubbo-bom - 2.6.0 + 2.6.1 pom dubbo-bom @@ -238,11 +238,6 @@ dubbo-container-spring ${project.version} - - com.alibaba - dubbo-container-jetty - ${project.version} - com.alibaba dubbo-container-log4j diff --git a/dependencies-bom/pom.xml b/dependencies-bom/pom.xml index c7f82217c2f..e94df3ad8b9 100644 --- a/dependencies-bom/pom.xml +++ b/dependencies-bom/pom.xml @@ -13,7 +13,7 @@ com.alibaba dubbo-dependencies-bom - 2.6.0 + 2.6.1 pom dubbo-dependencies-bom diff --git a/dubbo-cluster/pom.xml b/dubbo-cluster/pom.xml index 40779a195d8..4db6752474d 100644 --- a/dubbo-cluster/pom.xml +++ b/dubbo-cluster/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.0 + 2.6.1 dubbo-cluster jar diff --git a/dubbo-common/pom.xml b/dubbo-common/pom.xml index 92fd7f2638e..7adcd317861 100644 --- a/dubbo-common/pom.xml +++ b/dubbo-common/pom.xml @@ -21,7 +21,7 @@ limitations under the License. com.alibaba dubbo-parent - 2.6.0 + 2.6.1 dubbo-common jar diff --git a/dubbo-config/dubbo-config-api/pom.xml b/dubbo-config/dubbo-config-api/pom.xml index 51536c2d44d..d4688e754d4 100644 --- a/dubbo-config/dubbo-config-api/pom.xml +++ b/dubbo-config/dubbo-config-api/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-config - 2.6.0 + 2.6.1 dubbo-config-api jar diff --git a/dubbo-config/dubbo-config-spring/pom.xml b/dubbo-config/dubbo-config-spring/pom.xml index 55b8226ecc3..14fdbee460b 100644 --- a/dubbo-config/dubbo-config-spring/pom.xml +++ b/dubbo-config/dubbo-config-spring/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-config - 2.6.0 + 2.6.1 dubbo-config-spring jar diff --git a/dubbo-config/pom.xml b/dubbo-config/pom.xml index 88a3788639a..a7c4a1e90b2 100644 --- a/dubbo-config/pom.xml +++ b/dubbo-config/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-parent - 2.6.0 + 2.6.1 dubbo-config pom diff --git a/dubbo-container/dubbo-container-log4j/pom.xml b/dubbo-container/dubbo-container-log4j/pom.xml index 6b48433d31c..5f41e31b074 100644 --- a/dubbo-container/dubbo-container-log4j/pom.xml +++ b/dubbo-container/dubbo-container-log4j/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-container - 2.6.0 + 2.6.1 dubbo-container-log4j jar diff --git a/dubbo-container/dubbo-container-logback/pom.xml b/dubbo-container/dubbo-container-logback/pom.xml index 7f70cb5ee77..390fe9e3c04 100644 --- a/dubbo-container/dubbo-container-logback/pom.xml +++ b/dubbo-container/dubbo-container-logback/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-container - 2.6.0 + 2.6.1 dubbo-container-logback jar diff --git a/dubbo-container/dubbo-container-spring/pom.xml b/dubbo-container/dubbo-container-spring/pom.xml index e431a0225eb..bdff757c000 100644 --- a/dubbo-container/dubbo-container-spring/pom.xml +++ b/dubbo-container/dubbo-container-spring/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-container - 2.6.0 + 2.6.1 dubbo-container-spring jar diff --git a/dubbo-container/pom.xml b/dubbo-container/pom.xml index aab919307f3..90134146486 100644 --- a/dubbo-container/pom.xml +++ b/dubbo-container/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-parent - 2.6.0 + 2.6.1 dubbo-container pom @@ -32,7 +32,6 @@ limitations under the License. dubbo-container-api dubbo-container-spring - dubbo-container-jetty 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 f4d544c6d59..5aae0831577 100644 --- a/dubbo-demo/dubbo-demo-api/pom.xml +++ b/dubbo-demo/dubbo-demo-api/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-demo - 2.6.0 + 2.6.1 dubbo-demo-api jar diff --git a/dubbo-demo/dubbo-demo-consumer/pom.xml b/dubbo-demo/dubbo-demo-consumer/pom.xml index dd8d55a5f7a..ee95060dbe3 100644 --- a/dubbo-demo/dubbo-demo-consumer/pom.xml +++ b/dubbo-demo/dubbo-demo-consumer/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-demo - 2.6.0 + 2.6.1 dubbo-demo-consumer jar diff --git a/dubbo-demo/dubbo-demo-provider/pom.xml b/dubbo-demo/dubbo-demo-provider/pom.xml index cb5f9c5e3db..c79ac7aaa03 100644 --- a/dubbo-demo/dubbo-demo-provider/pom.xml +++ b/dubbo-demo/dubbo-demo-provider/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-demo - 2.6.0 + 2.6.1 dubbo-demo-provider jar diff --git a/dubbo-demo/pom.xml b/dubbo-demo/pom.xml index cf6cef87a25..f9048402147 100644 --- a/dubbo-demo/pom.xml +++ b/dubbo-demo/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-parent - 2.6.0 + 2.6.1 dubbo-demo pom diff --git a/dubbo-filter/dubbo-filter-cache/pom.xml b/dubbo-filter/dubbo-filter-cache/pom.xml index e775f614a70..aa896f22b38 100644 --- a/dubbo-filter/dubbo-filter-cache/pom.xml +++ b/dubbo-filter/dubbo-filter-cache/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-filter - 2.6.0 + 2.6.1 dubbo-filter-cache jar diff --git a/dubbo-filter/dubbo-filter-validation/pom.xml b/dubbo-filter/dubbo-filter-validation/pom.xml index 1a7de15af08..7c57c2b2b10 100644 --- a/dubbo-filter/dubbo-filter-validation/pom.xml +++ b/dubbo-filter/dubbo-filter-validation/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-filter - 2.6.0 + 2.6.1 dubbo-filter-validation jar diff --git a/dubbo-filter/pom.xml b/dubbo-filter/pom.xml index 8bccc5f8554..3357bfe3efe 100644 --- a/dubbo-filter/pom.xml +++ b/dubbo-filter/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-parent - 2.6.0 + 2.6.1 dubbo-filter pom diff --git a/dubbo-monitor/dubbo-monitor-api/pom.xml b/dubbo-monitor/dubbo-monitor-api/pom.xml index ff49ff6406d..dbe456734db 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.0 + 2.6.1 dubbo-monitor-api jar diff --git a/dubbo-monitor/dubbo-monitor-default/pom.xml b/dubbo-monitor/dubbo-monitor-default/pom.xml index 68e10f7ac33..0afafd01c15 100644 --- a/dubbo-monitor/dubbo-monitor-default/pom.xml +++ b/dubbo-monitor/dubbo-monitor-default/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-monitor - 2.6.0 + 2.6.1 dubbo-monitor-default jar diff --git a/dubbo-monitor/pom.xml b/dubbo-monitor/pom.xml index 6efa2779748..e082cf5b3ad 100644 --- a/dubbo-monitor/pom.xml +++ b/dubbo-monitor/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-parent - 2.6.0 + 2.6.1 dubbo-monitor pom diff --git a/dubbo-plugin/dubbo-qos/pom.xml b/dubbo-plugin/dubbo-qos/pom.xml index 920f93a8c15..b889b334bfd 100644 --- a/dubbo-plugin/dubbo-qos/pom.xml +++ b/dubbo-plugin/dubbo-qos/pom.xml @@ -19,7 +19,7 @@ limitations under the License. com.alibaba dubbo-plugin - 2.6.0 + 2.6.1 4.0.0 diff --git a/dubbo-plugin/pom.xml b/dubbo-plugin/pom.xml index a1021c68e38..c10ee3b3878 100644 --- a/dubbo-plugin/pom.xml +++ b/dubbo-plugin/pom.xml @@ -19,7 +19,7 @@ limitations under the License. dubbo-parent com.alibaba - 2.6.0 + 2.6.1 4.0.0 diff --git a/dubbo-registry/dubbo-registry-api/pom.xml b/dubbo-registry/dubbo-registry-api/pom.xml index 1239f6a0be1..d965772fc5b 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.0 + 2.6.1 dubbo-registry-api jar diff --git a/dubbo-registry/dubbo-registry-default/pom.xml b/dubbo-registry/dubbo-registry-default/pom.xml index 6bbd9cd8c50..d93d9d10f3a 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.0 + 2.6.1 dubbo-registry-default jar diff --git a/dubbo-registry/dubbo-registry-multicast/pom.xml b/dubbo-registry/dubbo-registry-multicast/pom.xml index cd44b5ee35f..e413a63be88 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.0 + 2.6.1 dubbo-registry-multicast jar diff --git a/dubbo-registry/dubbo-registry-redis/pom.xml b/dubbo-registry/dubbo-registry-redis/pom.xml index 16d8a77b551..26fc98f66cf 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.0 + 2.6.1 dubbo-registry-redis jar diff --git a/dubbo-registry/dubbo-registry-zookeeper/pom.xml b/dubbo-registry/dubbo-registry-zookeeper/pom.xml index c89a60679f7..ed14f42661c 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.0 + 2.6.1 dubbo-registry-zookeeper jar diff --git a/dubbo-registry/pom.xml b/dubbo-registry/pom.xml index 241c36ced93..6037d989745 100644 --- a/dubbo-registry/pom.xml +++ b/dubbo-registry/pom.xml @@ -20,7 +20,7 @@ com.alibaba dubbo-parent - 2.6.0 + 2.6.1 dubbo-registry pom diff --git a/dubbo-remoting/dubbo-remoting-api/pom.xml b/dubbo-remoting/dubbo-remoting-api/pom.xml index 94deb5d90fc..bd8ff80f257 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.0 + 2.6.1 dubbo-remoting-api jar diff --git a/dubbo-remoting/dubbo-remoting-grizzly/pom.xml b/dubbo-remoting/dubbo-remoting-grizzly/pom.xml index efa8da6dcde..09086074061 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.0 + 2.6.1 dubbo-remoting-grizzly jar diff --git a/dubbo-remoting/dubbo-remoting-http/pom.xml b/dubbo-remoting/dubbo-remoting-http/pom.xml index 8f17bcc24d3..21a2c263f88 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.0 + 2.6.1 dubbo-remoting-http jar diff --git a/dubbo-remoting/dubbo-remoting-mina/pom.xml b/dubbo-remoting/dubbo-remoting-mina/pom.xml index a35ef503c4b..3a5d0888e54 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.0 + 2.6.1 dubbo-remoting-mina jar diff --git a/dubbo-remoting/dubbo-remoting-netty/pom.xml b/dubbo-remoting/dubbo-remoting-netty/pom.xml index 00cbbea2fc2..dcb6ca51264 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.0 + 2.6.1 dubbo-remoting-netty jar diff --git a/dubbo-remoting/dubbo-remoting-netty4/pom.xml b/dubbo-remoting/dubbo-remoting-netty4/pom.xml index 952e65f7980..6ed47b45b2b 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.0 + 2.6.1 4.0.0 diff --git a/dubbo-remoting/dubbo-remoting-p2p/pom.xml b/dubbo-remoting/dubbo-remoting-p2p/pom.xml index 6a0599871b4..984da809936 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.0 + 2.6.1 dubbo-remoting-p2p jar diff --git a/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml b/dubbo-remoting/dubbo-remoting-zookeeper/pom.xml index a3961070a15..18a461c1ffc 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.0 + 2.6.1 dubbo-remoting-zookeeper jar diff --git a/dubbo-remoting/pom.xml b/dubbo-remoting/pom.xml index 8d9d49eb422..27c755badc0 100644 --- a/dubbo-remoting/pom.xml +++ b/dubbo-remoting/pom.xml @@ -21,7 +21,7 @@ com.alibaba dubbo-parent - 2.6.0 + 2.6.1 dubbo-remoting pom diff --git a/dubbo-rpc/dubbo-rpc-api/pom.xml b/dubbo-rpc/dubbo-rpc-api/pom.xml index 742b139e6fe..415a0099532 100644 --- a/dubbo-rpc/dubbo-rpc-api/pom.xml +++ b/dubbo-rpc/dubbo-rpc-api/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-rpc - 2.6.0 + 2.6.1 dubbo-rpc-api jar diff --git a/dubbo-rpc/dubbo-rpc-default/pom.xml b/dubbo-rpc/dubbo-rpc-default/pom.xml index ba6c11c639c..faf972cb587 100644 --- a/dubbo-rpc/dubbo-rpc-default/pom.xml +++ b/dubbo-rpc/dubbo-rpc-default/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-rpc - 2.6.0 + 2.6.1 dubbo-rpc-default jar diff --git a/dubbo-rpc/dubbo-rpc-hessian/pom.xml b/dubbo-rpc/dubbo-rpc-hessian/pom.xml index 58f352aa705..d1087806439 100644 --- a/dubbo-rpc/dubbo-rpc-hessian/pom.xml +++ b/dubbo-rpc/dubbo-rpc-hessian/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-rpc - 2.6.0 + 2.6.1 dubbo-rpc-hessian jar diff --git a/dubbo-rpc/dubbo-rpc-http/pom.xml b/dubbo-rpc/dubbo-rpc-http/pom.xml index 7da349eee94..a8be027bec4 100644 --- a/dubbo-rpc/dubbo-rpc-http/pom.xml +++ b/dubbo-rpc/dubbo-rpc-http/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-rpc - 2.6.0 + 2.6.1 dubbo-rpc-http jar diff --git a/dubbo-rpc/dubbo-rpc-injvm/pom.xml b/dubbo-rpc/dubbo-rpc-injvm/pom.xml index 410c215ce51..0e0ac7b6b32 100644 --- a/dubbo-rpc/dubbo-rpc-injvm/pom.xml +++ b/dubbo-rpc/dubbo-rpc-injvm/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-rpc - 2.6.0 + 2.6.1 dubbo-rpc-injvm jar diff --git a/dubbo-rpc/dubbo-rpc-memcached/pom.xml b/dubbo-rpc/dubbo-rpc-memcached/pom.xml index ee22c7c2c61..08708e51d81 100644 --- a/dubbo-rpc/dubbo-rpc-memcached/pom.xml +++ b/dubbo-rpc/dubbo-rpc-memcached/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-rpc - 2.6.0 + 2.6.1 dubbo-rpc-memcached jar diff --git a/dubbo-rpc/dubbo-rpc-redis/pom.xml b/dubbo-rpc/dubbo-rpc-redis/pom.xml index f8267235732..0ef5188ea54 100644 --- a/dubbo-rpc/dubbo-rpc-redis/pom.xml +++ b/dubbo-rpc/dubbo-rpc-redis/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-rpc - 2.6.0 + 2.6.1 dubbo-rpc-redis jar diff --git a/dubbo-rpc/dubbo-rpc-rest/pom.xml b/dubbo-rpc/dubbo-rpc-rest/pom.xml index b5da0ceb417..bc394c01dc3 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.0 + 2.6.1 dubbo-rpc-rest jar diff --git a/dubbo-rpc/dubbo-rpc-rmi/pom.xml b/dubbo-rpc/dubbo-rpc-rmi/pom.xml index 521f6bf97e5..5d3028859aa 100644 --- a/dubbo-rpc/dubbo-rpc-rmi/pom.xml +++ b/dubbo-rpc/dubbo-rpc-rmi/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-rpc - 2.6.0 + 2.6.1 dubbo-rpc-rmi jar diff --git a/dubbo-rpc/dubbo-rpc-thrift/pom.xml b/dubbo-rpc/dubbo-rpc-thrift/pom.xml index 2325e293b1c..30238b2964e 100644 --- a/dubbo-rpc/dubbo-rpc-thrift/pom.xml +++ b/dubbo-rpc/dubbo-rpc-thrift/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-rpc - 2.6.0 + 2.6.1 dubbo-rpc-thrift jar diff --git a/dubbo-rpc/dubbo-rpc-webservice/pom.xml b/dubbo-rpc/dubbo-rpc-webservice/pom.xml index a36f0dd23cc..21fa48b46ad 100644 --- a/dubbo-rpc/dubbo-rpc-webservice/pom.xml +++ b/dubbo-rpc/dubbo-rpc-webservice/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-rpc - 2.6.0 + 2.6.1 dubbo-rpc-webservice jar diff --git a/dubbo-rpc/pom.xml b/dubbo-rpc/pom.xml index 7b84359dd8a..ec413e2d5a1 100644 --- a/dubbo-rpc/pom.xml +++ b/dubbo-rpc/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-parent - 2.6.0 + 2.6.1 dubbo-rpc pom diff --git a/dubbo-test/dubbo-test-benchmark/pom.xml b/dubbo-test/dubbo-test-benchmark/pom.xml index 836dcb1d6e7..81a45e4049c 100644 --- a/dubbo-test/dubbo-test-benchmark/pom.xml +++ b/dubbo-test/dubbo-test-benchmark/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-test - 2.6.0 + 2.6.1 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 6644ebc67f6..2d823e3c569 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 @@ limitations under the License. dubbo-test-compatibility com.alibaba - 2.6.0 + 2.6.1 4.0.0 diff --git a/dubbo-test/dubbo-test-compatibility/pom.xml b/dubbo-test/dubbo-test-compatibility/pom.xml index 8de307ebd83..3a2de9c65a7 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.0 + 2.6.1 dubbo-test-compatibility pom diff --git a/dubbo-test/dubbo-test-examples/pom.xml b/dubbo-test/dubbo-test-examples/pom.xml index a34f0f2012b..eb6c4195866 100644 --- a/dubbo-test/dubbo-test-examples/pom.xml +++ b/dubbo-test/dubbo-test-examples/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-test - 2.6.0 + 2.6.1 dubbo-test-examples jar diff --git a/dubbo-test/dubbo-test-integration/pom.xml b/dubbo-test/dubbo-test-integration/pom.xml index 7b1aa6c00ec..249e9adfa91 100644 --- a/dubbo-test/dubbo-test-integration/pom.xml +++ b/dubbo-test/dubbo-test-integration/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-test - 2.6.0 + 2.6.1 dubbo-test-integration jar diff --git a/dubbo-test/pom.xml b/dubbo-test/pom.xml index 982eb3af7cf..38b2f4f0b90 100644 --- a/dubbo-test/pom.xml +++ b/dubbo-test/pom.xml @@ -20,7 +20,7 @@ limitations under the License. com.alibaba dubbo-parent - 2.6.0 + 2.6.1 dubbo-test pom @@ -165,10 +165,6 @@ limitations under the License. com.alibaba dubbo-container-spring - - com.alibaba - dubbo-container-jetty - com.alibaba dubbo-container-log4j diff --git a/pom.xml b/pom.xml index 626876ed2a6..b74c8b03eea 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ limitations under the License. com.alibaba dubbo-parent - 2.6.0 + 2.6.1 pom ${project.artifactId} @@ -95,7 +95,7 @@ limitations under the License. com.alibaba dubbo-dependencies-bom - 2.6.0 + 2.6.1 pom import